From 8ae60c508dd2f629c241cca201166593e75344e6 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 21 Mar 2019 15:04:05 -0700 Subject: [PATCH] Update CHANGELOG.md to include #3099 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 958ccf85b431..5a09d26a0574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 1.24.0 (Unreleased) +UPGRADE NOTES: + +* `azurerm_kubernetes_cluster` - `ssh_key` is now limited to a single element to reflect what the API expects [GH-3099] + FEATURES: * **New Data Source:** `azurerm_api_management_api` [GH-3010] @@ -29,7 +33,6 @@ IMPROVEMENTS: * `azurerm_virtual_machine_scale_set` - support for managed disks up to 32TB [GH-3062] BUG FIXES: -Application Gateway: fixing the permanent AGW tf update problem (fqdns) #3085 * `azurerm_application_gateway` - correctly populating backend addresses from both new and deprecated properties `fqdns`/`fqdn_list` [GH-3085] * `azurerm_key_vault_certificate` - making `contents` and `password` within the `certificate` block sensitive [GH-3064] * `monitor_metric_alert` - support for setting `aggregation` to `count` [GH-3047]