From e649c48d865559656f3764764eb58312a993cdfc Mon Sep 17 00:00:00 2001 From: Ivan Savciuc Date: Thu, 28 Dec 2023 17:14:44 +0200 Subject: [PATCH] chore(changelog): fix after automerge (#1495) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe887ea9..013db2790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ nav_order: 1 ## [MAJOR.MINOR.PATCH] - YYYY-MM-DD -- Add support for the `aiven_organization_user_group_member` resource, allowing the association of groups with the users. Please note that this resource is in the beta stage, and to use it, you would need to set the environment variable PROVIDER_AIVEN_ENABLE_BETA to a non-zero value. +- Deprecating `aiven_organization_user` resource and update data source logic that will be used instead of the corresponding resource ## [4.10.0] - 2023-12-27 @@ -30,6 +30,8 @@ nav_order: 1 - Retry kafka topic creation error `Cluster only has N broker(s), cannot set replication factor to M` - Fix Kafka Topic migration issues from V3 to V4. - Fix V3 to V4 migration issue related to cloud_name diff. +- Add support for the `aiven_organization_user_group_member` resource, allowing the association of groups with the users. Please note that this resource is in the beta stage, and to use it, you would need to set the environment variable PROVIDER_AIVEN_ENABLE_BETA to a non-zero value. + ## [4.9.4] - 2023-12-13