File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 0.11.16] - 2025-07-09
4
+
3
5
- Add ` headers ` for the provider connection ([ #1057 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1057 ) )
4
6
- Migrate ` elasticstack_elasticsearch_system_user ` resource to Terraform plugin framework ([ #1154 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1154 ) )
5
7
- Add custom ` endpoint ` configuration support for snapshot repository setup ([ #1158 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1158 ) )
426
428
- Initial set of docs
427
429
- CI integration
428
430
429
- [Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.15...HEAD
431
+ [Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.16...HEAD
432
+ [0.11.15]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.15...v0.11.16
430
433
[0.11.15]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.14...v0.11.15
431
434
[0.11.14]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.13...v0.11.14
432
435
[0.11.13]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.12...v0.11.13
Original file line number Diff line number Diff line change 1
1
.DEFAULT_GOAL = help
2
2
SHELL := /bin/bash
3
3
4
- VERSION ?= 0.11.15
4
+ VERSION ?= 0.11.16
5
5
6
6
NAME = elasticstack
7
7
BINARY = terraform-provider-${NAME}
You can’t perform that action at this time.
0 commit comments