Skip to content

Commit 1b6b42d

Browse files
author
elasticcloudclients
committed
Update CHANGELOG.md and NOTICE
1 parent af986bd commit 1b6b42d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# 0.4.1 (Unreleased)
22

3+
BREAKING CHANGES:
4+
5+
* To support unsized topology elements when autoscaling is enabled, we now include all potentially sized topology elements in the `ec_deployment` state.
6+
When autoscaling is enabled, we now require that all autoscaleable topology elements be defined in the `elasticsearch` block of an `ec_deployment` resource.
7+
If a topology element is not defined, Terraform will report a persistent diff during a plan/apply. ([#472](https://github.com/elastic/terraform-provider-ec/issues/472))
8+
9+
BUG FIXES:
10+
11+
* Allow zero sized topology elements when autoscaling is enabled. Previously, including an ML topology block would result in a persistent diff loop when the underlying ML tier remained disabled by autoscaling (i.e no ML jobs were enabled). ([#472](https://github.com/elastic/terraform-provider-ec/issues/472))
12+
* main: Adds debug mode. Instructions for debugging the provider can be found in the [CONTRIBUTING](https://github.com/elastic/terraform-provider-ec/blob/master/CONTRIBUTING.md#debugging) docs. ([#430](https://github.com/elastic/terraform-provider-ec/issues/430))
13+
314
# 0.4.0 (Feb 24, 2022)
415

516
FEATURES:

0 commit comments

Comments
 (0)