Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ To release a new version, please select a new version number (usually plus 1 to

Pending
+++++++
* Update the minimum required cli core version to `2.76.0` (actually since `20.0.0b3`).
* `az aks upgrade`: Add `--k8s-support-plan` and `--tier` flag support to allow cluster support plan and tier configuration during cluster upgrade.

20.0.0b6
Expand Down
4 changes: 3 additions & 1 deletion src/aks-preview/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ Dependency between aks-preview and azure-cli/acs (azure-cli-core)
- >= `\2.56.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.56.0>`_, 2024/01/09
* - 7.0.0b2 ~ 18.0.0b34
- >= `\2.61.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.61.0>`_, 2024/05/21
* - 18.0.0b35 ~ latest
* - 18.0.0b35 ~ 20.0.0b2
- >= `\2.73.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.73.0>`_, 2025/05/19
* - 20.0.0b3 ~ latest
- >= `\2.76.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.76.0>`_, 2025/08/15

Released version and adopted API version
========================================
Expand Down
2 changes: 1 addition & 1 deletion src/aks-preview/azext_aks_preview/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"azext.minCliCoreVersion": "2.73.0",
"azext.minCliCoreVersion": "2.76.0",
"azext.isPreview": true,
"name": "aks-preview"
}
Loading