From b9744548813b53876cd1f424888a7885d1db1773 Mon Sep 17 00:00:00 2001 From: Dominik Giger Date: Thu, 26 Sep 2024 16:10:20 +0200 Subject: [PATCH] Prepare release 0.12.0 (#862) --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2fded55..887156bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -# 0.12.0 (Unreleased) +# 0.12.0 (September 26, 2024) + +FEATURES: + +* 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)) + +BUG FIXES: + +* datasource/gcp_private_service_connect_endpoint: Add missing regions. ([#860](https://github.com/elastic/terraform-provider-ec/issues/860)) +* 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)) +* 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.11.0 (August 29, 2024)