|
1 | 1 | ## [Unreleased] |
2 | 2 |
|
| 3 | +## [0.12.1] - 2025-10-22 |
3 | 4 | - 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)) |
5 | 6 |
|
6 | 7 | ## [0.12.0] - 2025-10-15 |
7 | 8 |
|
| 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)) |
8 | 27 | - 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)) |
9 | 28 | - 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)) |
10 | 29 | - 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" { |
508 | 527 | - Initial set of docs |
509 | 528 | - CI integration |
510 | 529 |
|
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 |
512 | 532 | [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 |
513 | 534 | [0.11.18]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.17...v0.11.18 |
514 | 535 | [0.11.17]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.16...v0.11.17 |
515 | 536 | [0.11.16]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.15...v0.11.16 |
|
0 commit comments