File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 0.11.6] - 2024-08-20
3
4
- Improve validation for index settings and mappings ([ #719 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/719 ) )
4
5
- Add support for Kibana synthetics http and tcp monitors ([ #699 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/699 ) )
5
6
- Add ` elasticstack_kibana_spaces ` data source ([ #682 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/682 ) )
319
320
- Initial set of docs
320
321
- CI integration
321
322
322
- [Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.5...HEAD
323
+ [Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.6...HEAD
324
+ [0.11.6]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.5...v0.11.6
323
325
[0.11.5]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.4...v0.11.5
324
326
[0.11.4]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.3...v0.11.4
325
327
[0.11.3]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.2...v0.11.3
Original file line number Diff line number Diff line change 2
2
SHELL := /bin/bash
3
3
4
4
5
- VERSION ?= 0.11.5
5
+ VERSION ?= 0.11.6
6
6
7
7
NAME = elasticstack
8
8
BINARY = terraform-provider-${NAME}
You can’t perform that action at this time.
0 commit comments