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 11## [ Unreleased]
22
3+ ## [ 0.11.6] - 2024-08-20
34- Improve validation for index settings and mappings ([ #719 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/719 ) )
45- Add support for Kibana synthetics http and tcp monitors ([ #699 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/699 ) )
56- Add ` elasticstack_kibana_spaces ` data source ([ #682 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/682 ) )
319320- Initial set of docs
320321- CI integration
321322
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
323325[0.11.5]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.4...v0.11.5
324326[0.11.4]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.3...v0.11.4
325327[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 22SHELL := /bin/bash
33
44
5- VERSION ?= 0.11.5
5+ VERSION ?= 0.11.6
66
77NAME = elasticstack
88BINARY = terraform-provider-${NAME}
You can’t perform that action at this time.
0 commit comments