Skip to content

Commit 40611ba

Browse files
committed
update versions
1 parent 96e2728 commit 40611ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/aks-preview/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Pending
1313
+++++++
1414
* Add option `Windows2025` to `--os-sku` for `az aks nodepool add`.
1515

16+
18.0.0b40
17+
+++++++
18+
* Update user prompt for `az aks upgrade` command to clarify the implication of the `--control-plane-only` options.
19+
1620
18.0.0b39
1721
+++++++
1822
* Add option `AzureLinuxOSGuard` and `AzureLinux3OSGuard` to `--os-sku` for `az aks nodepool add` and `az aks nodepool update`.

src/aks-preview/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import find_packages, setup
1111

12-
VERSION = "18.0.0b39"
12+
VERSION = "18.0.0b40"
1313

1414
CLASSIFIERS = [
1515
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)