Skip to content

Commit 90f877d

Browse files
committed
pr feedback
1 parent 508aa06 commit 90f877d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/aks-preview/HISTORY.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ If there is no rush to release a new version, please just add a description of t
99

1010
To release a new version, please select a new version number (usually plus 1 to last patch version, X.Y.Z -> Major.Minor.Patch, more details in `\doc <https://semver.org/>`_), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` variable in `setup.py` with this new version number.
1111

12-
18.0.0b39
13-
+++++++
14-
* Add option `Windows2025` to `--os-sku` for `az aks nodepool add`.
15-
1612
Pending
1713
+++++++
1814
* Add machine command `az aks machine add` to add a machine to an existing machine pool.
1915
* Add blue-green upgrade strategy support for AKS node pools:
2016
- `az aks nodepool add/update/upgrade`: Add `--upgrade-strategy` parameter to switch between rolling and blue-green nodepool upgrades.
2117
- `az aks nodepool add/update/upgrade`: Add `--drain-batch-size`, `--drain-timeout-bg`, `--batch-soak-duration`, `--final-soak-duration` parameters to configure blue-green upgrade settings.
2218

19+
18.0.0b39
20+
+++++++
21+
* Add option `Windows2025` to `--os-sku` for `az aks nodepool add`.
22+
2323
18.0.0b38
2424
+++++++
2525
* Add option `--acns-datapath-acceleration-mode <None|BpfVeth>` to `az aks create/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.0b38"
12+
VERSION = "18.0.0b39"
1313

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

0 commit comments

Comments
 (0)