From 8c0063e77df6773d4743d0028c0469f689692fa0 Mon Sep 17 00:00:00 2001 From: Kaspar-Metsa Date: Mon, 16 Sep 2024 15:03:23 +0300 Subject: [PATCH] Prepare for update to 2.4.0 --- CHANGELOG.md | 3 ++- examples/axual/provider.tf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f4657..d0bc60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,9 @@ All notable changes to this project will be documented in this file. ## [master](https://github.com/Axual/terraform-provider-axual/blob/master) - TBR +## [2.4.0](https://github.com/Axual/terraform-provider-axual/releases/tag/v2.4.0) - 2024-09-16 * Updated shortName in Environment resource to have min length 1 -* Support for Viewers(Environment, Topic, Application) and Group managers +* Support for Viewers (Environment, Topic, Application) and Group managers * Support for Topic Browse Permissions: Users and Groups can be added with new resource axual_topic_browse_permissions * Added waiting and retry when creating/updating/deleting all resources resulting in a Kafka resource. diff --git a/examples/axual/provider.tf b/examples/axual/provider.tf index 74dadb2..5acc921 100644 --- a/examples/axual/provider.tf +++ b/examples/axual/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { axual = { source = "Axual/axual" - version = "2.3.0" + version = "2.4.0" } } }