diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c580172..2bdeaa9c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [0.12.0] - 2025-10-15 + - Fix provider crash with `elasticstack_kibana_action_connector` when `config` or `secrets` was unset in 0.11.17 ([#1355](https://github.com/elastic/terraform-provider-elasticstack/pull/1355)) - Added `labels` field to `elasticstack_kibana_synthetics_monitor` resource for associating key-value pairs with monitors ([#1360](https://github.com/elastic/terraform-provider-elasticstack/pull/1360)) - Fixes provider crash with `elasticstack_kibana_slo` when using `kql_custom_indicator` with no `filter` set. ([#1354](https://github.com/elastic/terraform-provider-elasticstack/pull/1354)) @@ -503,7 +505,8 @@ resource "elasticstack_fleet_output" "output" { - Initial set of docs - CI integration -[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.18...HEAD +[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.12.0...HEAD +[0.11.18]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.18...v0.12.0 [0.11.18]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.17...v0.11.18 [0.11.17]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.16...v0.11.17 [0.11.16]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.15...v0.11.16 diff --git a/Makefile b/Makefile index 3b080cbe2..2db9f32b2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .DEFAULT_GOAL = help SHELL := /bin/bash -VERSION ?= 0.11.18 +VERSION ?= 0.12.0 NAME = elasticstack BINARY = terraform-provider-${NAME} diff --git a/renovate.json b/renovate.json index bb76ebdd7..93bc6ff39 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,7 @@ "customManagers": [ { "customType": "regex", - "managerFilePatterns": ["/^generated/kbapi/Makefile$/"], + "fileMatch": ["/^generated/kbapi/Makefile$/"], "matchStrings": ["github_ref \\?= (?.*?)\\n"], "currentValueTemplate": "main", "depNameTemplate": "kibana-openapi-spec",