Skip to content

Commit 59bf2fd

Browse files
committed
Updated history.
1 parent e482acf commit 59bf2fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/aks-preview/HISTORY.rst

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

1212
Pending
1313

14-
19.0.0b10
14+
19.0.0b11
1515
+++++++
16-
* Vendor new SDK and bump API version to 2025-08-02-preview.
17-
* `az aks update`: Fix `--azure-keyvault-kms-key-vault-network-access` parameter not being correctly applied during cluster creation and updates.
16+
17+
* `az aks create --workload-runtime KataVmIsolation`: Added the KataVmIsolation workload runtime value.
1818

1919
19.0.0b10
2020
+++++++
21-
22-
* `az aks create --workload-runtime KataVmIsolation`: Added the KataVmIsolation workload runtime value.
21+
* Vendor new SDK and bump API version to 2025-08-02-preview.
22+
* `az aks update`: Fix `--azure-keyvault-kms-key-vault-network-access` parameter not being correctly applied during cluster creation and updates.
2323

2424
19.0.0b9
2525
+++++++

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 = "19.0.0b10"
12+
VERSION = "19.0.0b11"
1313

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

0 commit comments

Comments
 (0)