Skip to content

Commit d8d7b9a

Browse files
committed
update
1 parent fe66983 commit d8d7b9a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

src/aks-preview/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ To release a new version, please select a new version number (usually plus 1 to
1212
Pending
1313
+++++++
1414

15+
19.0.0b24
16+
+++++++
17+
* Vendor new SDK and bump API version to 2026-01-02-preview.
18+
1519
19.0.0b23
1620
+++++++
1721
* `az aks update`: Fix `--enable-secret-rotation`, `--disable-secret-rotation`, and `--rotation-poll-interval` flags being silently ignored when updating Azure Key Vault Secrets Provider addon configuration.

src/aks-preview/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ Released version and adopted API version
220220
* - 19.0.0b10 ~ 19.0.0b17
221221
- 2025-09-02-preview
222222
-
223-
* - 19.0.0b18 ~ latest
223+
* - 19.0.0b18 ~ 19.0.0b23
224224
- 2025-10-02-preview
225+
-
226+
* - 19.0.0b24 ~ latest
227+
- 2026-01-02-preview
225228
-

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.0b23"
12+
VERSION = "19.0.0b24"
1313

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

0 commit comments

Comments
 (0)