Skip to content

Commit 0639e07

Browse files
author
German Robayo Paz
committed
bump VERSION
1 parent 6e44985 commit 0639e07

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/aks-preview/HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ To release a new version, please select a new version number (usually plus 1 to
1111

1212
Pending
1313
+++++++
14+
15+
18.0.0b44
16+
+++++++
17+
* Add `enable-istio-cni`` and `disable-istio-cni`` commands under `az aks mesh`.
1418
* Vendor new SDK and bump API version to 2025-08-02-preview.
1519
* Pre-deprecate `--enable-custom-ca-trust` and `--disable-custom-ca-trust` in `az aks create`, `az aks update` commands.
1620

@@ -45,7 +49,7 @@ Pending
4549
* Add option `AzureLinuxOSGuard` and `AzureLinux3OSGuard` to `--os-sku` for `az aks nodepool add` and `az aks nodepool update`.
4650
* Add machine command `az aks machine add` to add a machine to an existing machine pool.
4751
* Add blue-green upgrade strategy support for AKS node pools:
48-
- `az aks nodepool add/update/upgrade`: Add `--upgrade-strategy` parameter to switch between rolling and blue-green nodepool upgrades.
52+
- `az aks nodepool add/update/upgrade`: Add `--upgrade-strategy` parameter to switch between rolling and blue-green nodepool upgrades.
4953
- `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.
5054

5155
18.0.0b38

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.0b43"
12+
VERSION = "18.0.0b44"
1313

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

0 commit comments

Comments
 (0)