Skip to content

Commit 61ca076

Browse files
committed
Bump version for v0.8.0
1 parent 35ecaf8 commit 61ca076

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.8.0] - 2023-09-26
4+
35
### Added
46
- Add support for the `.slack_api` connector type for Kibana action connectors ([#419](https://github.com/elastic/terraform-provider-elasticstack/pull/419))
57
- resource `elasticstack_kibana_slo`: Update `histogram_custom_indicator` `from` and `to` fields to float ([#430](https://github.com/elastic/terraform-provider-elasticstack/pull/430))
@@ -178,7 +180,8 @@
178180
- Initial set of docs
179181
- CI integration
180182
181-
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.7.0...HEAD
183+
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.8.0...HEAD
184+
[0.8.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.7.0...v0.8.0
182185
[0.7.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.6.2...v0.7.0
183186
[0.6.2]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.6.1...v0.6.2
184187
[0.6.1]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.6.0...v0.6.1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DEFAULT_GOAL = help
22
SHELL := /bin/bash
33

4-
VERSION ?= 0.7.0
4+
VERSION ?= 0.8.0
55

66
NAME = elasticstack
77
BINARY = terraform-provider-${NAME}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
required_providers {
2323
elasticstack = {
2424
source = "elastic/elasticstack"
25-
version = "~> 0.7.0"
25+
version = "~> 0.8"
2626
}
2727
}
2828
}

docs/guides/elasticstack-and-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
}
2727
elasticstack = {
2828
source = "elastic/elasticstack"
29-
version = "~>0.7"
29+
version = "~>0.8"
3030
}
3131
}
3232
}

examples/cloud/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88
elasticstack = {
99
source = "elastic/elasticstack"
10-
version = "~>0.7"
10+
version = "~>0.8"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)