From bc352e635c59c8ef893bd04398957a58422ec6ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Respaut?= Date: Fri, 8 Mar 2024 11:32:01 +0100 Subject: [PATCH] Prepare `v7.3.0` Breaking * [GH-10](https://github.com/claranet/terraform-azurerm-aks-light/issues/10): manage only one ACR attached to the cluster instead of a list, avoid `for_each/toset` terraform errors --- CHANGELOG.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e040a1e..e590baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# v7.3.0 - 2024-03-08 Breaking * [GH-10](https://github.com/claranet/terraform-azurerm-aks-light/issues/10): manage only one ACR attached to the cluster instead of a list, avoid `for_each/toset` terraform errors diff --git a/VERSION b/VERSION index b1590ab..6a82e3d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v7.2.1 +v7.3.0