Skip to content

Commit

Permalink
{AKS} Bump the minimum required cli core version to 2.56.0 (#7442)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang committed Apr 2, 2024
1 parent 0c6adfd commit 593bc7f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 5 additions & 1 deletion src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ To release a new version, please select a new version number (usually plus 1 to

Pending
+++++++
* Add `az aks check-network outbound` command to check outbound network from nodes.

2.0.0b8
+++++++
* Add `az aks check-network outbound` command to check outbound network from nodes.
* Update the minimum required cli core version to `2.56.0` (actually since `2.0.0b7`).

2.0.0b7
+++++++
Expand Down
6 changes: 4 additions & 2 deletions src/aks-preview/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ Dependency between aks-preview and azure-cli/acs (azure-cli-core)
- >= `\2.43.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.43.0>`_, 2022/12/06
* - 0.5.125 ~ 0.5.150
- >= `\2.44.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.44.0>`_, 2023/01/10
* - 0.5.152 ~ latest
- >= `\2.49.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.44.0>`_, 2023/05/23
* - 0.5.152 ~ 2.0.0b6
- >= `\2.49.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.49.0>`_, 2023/05/23
* - 2.0.0b7 ~ latest
- >= `\2.56.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.56.0>`_, 2024/01/09

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,4 +1,4 @@
{
"azext.minCliCoreVersion": "2.49.0",
"azext.minCliCoreVersion": "2.56.0",
"azext.isPreview": true
}
2 changes: 1 addition & 1 deletion src/aks-preview/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from setuptools import setup, find_packages

VERSION = "2.0.0b7"
VERSION = "2.0.0b8"

CLASSIFIERS = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 593bc7f

Please sign in to comment.