|
1 | 1 | ## [Unreleased] |
| 2 | + |
| 3 | +## [0.4.0] - 2022-10-07 |
2 | 4 | ### Added |
| 5 | + |
3 | 6 | - Add ca_data field to provider schema ([#145](https://github.com/elastic/terraform-provider-elasticstack/pull/145)) |
4 | 7 | - Add individual setting fields ([#137](https://github.com/elastic/terraform-provider-elasticstack/pull/137)) |
5 | 8 | - Allow use of `api_key` instead of `username`/`password` for authentication ([#130](https://github.com/elastic/terraform-provider-elasticstack/pull/130)) |
| 9 | +- Add `allow_restricted_indices` setting to security role ([#125](https://github.com/elastic/terraform-provider-elasticstack/issues/125)) |
| 10 | +- Add conditional to only set `password` and `password_hash` when a new value is defined ([#127](https://github.com/elastic/terraform-provider-elasticstack/pull/128)) |
| 11 | +- Add support for ELASTICSEARCH_INSECURE environment variable as the default of the `insecure` config value ([#127](https://github.com/elastic/terraform-provider-elasticstack/pull/128)) |
| 12 | +- Add elasticstack_elasticsearch_security_role_mapping resource ([148](https://github.com/elastic/terraform-provider-elasticstack/pull/148)) |
| 13 | + |
6 | 14 | ### Fixed |
7 | 15 | - Refactor main function not to use deprecated debug method ([#149](https://github.com/elastic/terraform-provider-elasticstack/pull/149)) |
8 | 16 | - Expose provider package ([#142](https://github.com/elastic/terraform-provider-elasticstack/pull/142)) |
9 | 17 | - Upgrade Go version to 1.19 and sdk version to v2.22.0 ([#139](https://github.com/elastic/terraform-provider-elasticstack/pull/139)) |
10 | 18 | - Make API calls context aware to be able to handle timeouts ([#138](https://github.com/elastic/terraform-provider-elasticstack/pull/138)) |
11 | 19 | - Correctly identify a missing security user ([#101](https://github.com/elastic/terraform-provider-elasticstack/issues/101)) |
12 | 20 | - Support **7.x** Elasticsearch < **7.15** by removing the default `media_type` attribute in the Append processor ([#118](https://github.com/elastic/terraform-provider-elasticstack/pull/118)) |
13 | | -- Add `allow_restricted_indices` setting to security role ([#125](https://github.com/elastic/terraform-provider-elasticstack/issues/125)) |
14 | | -- Add conditional to only set `password` and `password_hash` when a new value is defined ([#127](https://github.com/elastic/terraform-provider-elasticstack/pull/128)) |
15 | | -- Add support for ELASTICSEARCH_INSECURE environment variable as the default of the `insecure` config value ([#127](https://github.com/elastic/terraform-provider-elasticstack/pull/128)) |
16 | | -- Add elasticstack_elasticsearch_security_role_mapping resource ([148](https://github.com/elastic/terraform-provider-elasticstack/pull/148)) |
17 | 21 |
|
18 | | -## [0.3.3] - 2023-03-22 |
| 22 | + |
| 23 | +## [0.3.3] - 2022-03-22 |
19 | 24 | ### Fixed |
20 | 25 | - Make sure it is possible to set priority to `0` in ILM template ([#88](https://github.com/elastic/terraform-provider-elasticstack/issues/88)) |
21 | 26 | - Set the ILM name on read operation ([#87](https://github.com/elastic/terraform-provider-elasticstack/issues/87)) |
|
0 commit comments