From d0fae4cb27be9f3856845cc5ad3ae425f391b743 Mon Sep 17 00:00:00 2001 From: hezijie Date: Fri, 7 Jun 2024 09:26:31 +0800 Subject: [PATCH] update reademe and upgrade notice --- NoticeOnUpgradeTov9.0.md | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) create mode 100644 NoticeOnUpgradeTov9.0.md diff --git a/NoticeOnUpgradeTov9.0.md b/NoticeOnUpgradeTov9.0.md new file mode 100644 index 00000000..9bd796e2 --- /dev/null +++ b/NoticeOnUpgradeTov9.0.md @@ -0,0 +1,9 @@ +# Notice on Upgrade to v9.x + +## New default value for variable `agents_pool_max_surge` + +variable `agents_pool_max_surge` now has default value `10%`. This change might cause configuration drift. If you want to keep the old value, please set it explicitly in your configuration. + +## API version for `azapi_update_resource` resource has been upgraded from `Microsoft.ContainerService/managedClusters@2023-01-02-preview` to `Microsoft.ContainerService/managedClusters@2024-02-01`. + +After a test, it won't affect the existing Terraform state and cause configuration drift. The upgrade is caused by the retirement of original API. diff --git a/README.md b/README.md index c4034348..b1749a8d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ In most cases, you will need to adjust your Terraform code to accommodate the ch To help you in this process, we have provided detailed documentation on the breaking changes, new features, and any deprecated functionalities. Please take the time to read through these resources to avoid any potential issues or disruptions to your infrastructure. +* [Notice on Upgrade to v9.x](./NoticeOnUpgradeTov9.0.md) * [Notice on Upgrade to v8.x](./NoticeOnUpgradeTov8.0.md) * [Notice on Upgrade to v7.x](./NoticeOnUpgradeTov7.0.md) * [Notice on Upgrade to v6.x](./NoticeOnUpgradeTov6.0.md)