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.12.2] - 2025-11-19
34- Fix ` elasticstack_elasticsearch_snapshot_lifecycle ` metadata type conversion causing terraform apply to fail ([ #1409 ] ( https://github.com/elastic/terraform-provider-elasticstack/issues/1409 ) )
45- Add new ` elasticstack_elasticsearch_ml_anomaly_detection_job ` resource ([ #1329 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1329 ) )
56- Add new ` elasticstack_elasticsearch_ml_datafeed ` resource ([ #1340 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1340 ) )
@@ -538,7 +539,8 @@ resource "elasticstack_fleet_output" "output" {
538539- Initial set of docs
539540- CI integration
540541
541- [Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.12.1...HEAD
542+ [Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.12.2...HEAD
543+ [0.12.2]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.12.1...v0.12.2
542544[0.12.1]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.12.0...v0.12.1
543545[0.12.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.18...v0.12.0
544546[0.11.19]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.18...v0.11.19
Original file line number Diff line number Diff line change 11.DEFAULT_GOAL = help
22SHELL := /bin/bash
33
4- VERSION ?= 0.12.1
4+ VERSION ?= 0.12.2
55
66NAME = elasticstack
77BINARY = terraform-provider-${NAME}
You can’t perform that action at this time.
0 commit comments