You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
-
# 0.12.0 (Unreleased)
1
+
# 0.12.0 (September 26, 2024)
2
+
3
+
FEATURES:
4
+
5
+
* resource/organization: Allows managing the members of an organization: They can now be invited to the organization (and later removed) and their assigned roles can be updated. ([#855](https://github.com/elastic/terraform-provider-ec/issues/855))
* resource/deployment: Avoid overriding snapshot settings with every update. The snapshot settings are now only updated if they are actually set in the terraform config. This allows managing the snapshot lifecycle policy with the elasticstack provider instead of the ec provider. ([#858](https://github.com/elastic/terraform-provider-ec/issues/858))
11
+
* resource/deployment: Avoid sending an update for trust settings if they have not changed. ([#859](https://github.com/elastic/terraform-provider-ec/issues/859))
0 commit comments