From 52e27aba2bfdcd8129a5265ef63757d3c273e596 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Tue, 20 Jul 2021 11:45:18 +0200 Subject: [PATCH] updating to include #12651 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f55787b557b5..8eb83739c46f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ENHANCEMENTS: * `azurerm_data_factory_integration_runtime_azure_ssis` - support for the `public_ips`, `express_custom_setup`, `package_store`, and `proxy` blocks [GH-12545] * `azurerm_bot_channels_registration` - support for the `cmk_key_vault_url`, `description`, `icon_url`, and `isolated_network_enabled` [GH-12560] * `azurerm_data_factory_integration_runtime_azure` - support for the `virtual_network_enabled` property [GH-12619] +* `azurerm_kubernetes_cluster` - support for downgrading `sku_tier` from `Paid` to `Free` without recreating the Cluster [GH-12651] * `azurerm_postgresql_flexible_server` - support for the `high_availability` block [GH-12587] BUG FIXES: