Skip to content

Commit

Permalink
Bump version for 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobio committed Nov 2, 2023
1 parent 9ac6ff8 commit b7cb8e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.10.0] - 2023-11-02

### Added
- Add support for Kibana security role ([#435](https://github.com/elastic/terraform-provider-elasticstack/pull/435))
- Introduce `elasticstack_kibana_import_saved_objects` resource as an additive only way to manage Kibana saved objects ([#343](https://github.com/elastic/terraform-provider-elasticstack/pull/343)).
Expand Down Expand Up @@ -197,7 +199,8 @@
- Initial set of docs
- CI integration

[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.6.2...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL = help
SHELL := /bin/bash

VERSION ?= 0.9.0
VERSION ?= 0.10.0

NAME = elasticstack
BINARY = terraform-provider-${NAME}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/elasticstack-and-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
elasticstack = {
source = "elastic/elasticstack"
version = "~>0.9"
version = "~>0.10"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cloud/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
elasticstack = {
source = "elastic/elasticstack"
version = "~>0.9"
version = "~>0.10"
}
}
}
Expand Down

0 comments on commit b7cb8e1

Please sign in to comment.