Skip to content

Commit e7ea457

Browse files
nick-benoittobio
andauthored
Update changelog for 0.11.19 and 0.12.1 (#1387)
* Update changelog for 0.11.19 and 0.12.1 * Cleanup * Update links * Update CHANGELOG.md Co-authored-by: Toby Brain <[email protected]> --------- Co-authored-by: Toby Brain <[email protected]>
1 parent 5251f0f commit e7ea457

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
## [Unreleased]
22

3+
## [0.12.1] - 2025-10-22
34
- Fix regression restricting the characters in an `elasticstack_elasticsearch_role_mapping` `name`. ([#1373](https://github.com/elastic/terraform-provider-elasticstack/pull/1373))
4-
- Add schema validations to require either (but not both) `index` and `data_view_id` is set for relevant Security Detection Rules
5+
- Add schema validations to require either (but not both) `index` and `data_view_id` is set for relevant Security Detection Rules ([#1381](https://github.com/elastic/terraform-provider-elasticstack/pull/1381))
56

67
## [0.12.0] - 2025-10-15
78

9+
- 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))
10+
- 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))
11+
- 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))
12+
- Updates for Security Detection Rules ([#1361](https://github.com/elastic/terraform-provider-elasticstack/pull/1361)
13+
- Add support for `threat` property
14+
- Gracefully support `query` property not being set
15+
- Add esql specific validations to reject unsupported fields `index` and `filters`
16+
- Gracefully handle response action with no provided `frequency`
17+
- Add validation for required `anomaly_threshold` field in anomaly detection rules
18+
- Add support for `timeline_id` / `timeline_title` fields
19+
- Gracefully handle `threat_query` not being provided for `threat_match` ule
20+
21+
## [0.11.19] - 2025-10-22
22+
23+
Version 0.11.19 is equivalent to 0.12.1. It is being released to help mitigate impact from 0.11.18 being inadvertently released ahead of schedule. This version contained a breaking change and defects related to internal refactors. While 0.11.19 still contains a breaking change from 0.11.17 it does fix defects (see details below) for any users relying on the latest 0.11.x version.
24+
25+
- Fix regression restricting the characters in an `elasticstack_elasticsearch_role_mapping` `name`. ([#1373](https://github.com/elastic/terraform-provider-elasticstack/pull/1373))
26+
- Add schema validations to require either (but not both) `index` and `data_view_id` is set for relevant Security Detection Rules ([#1381](https://github.com/elastic/terraform-provider-elasticstack/pull/1381))
827
- 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))
928
- 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))
1029
- 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))
@@ -508,8 +527,10 @@ resource "elasticstack_fleet_output" "output" {
508527
- Initial set of docs
509528
- CI integration
510529
511-
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.12.0...HEAD
530+
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.12.1...HEAD
531+
[0.12.1]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.12.0...v0.12.1
512532
[0.12.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.18...v0.12.0
533+
[0.11.19]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.18...v0.11.19
513534
[0.11.18]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.17...v0.11.18
514535
[0.11.17]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.16...v0.11.17
515536
[0.11.16]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.15...v0.11.16

0 commit comments

Comments
 (0)