Skip to content

Commit aa42f08

Browse files
committed
update history
1 parent e9e8b17 commit aa42f08

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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+
18.0.0b21
16+
+++++++
17+
* Vendor new SDK and bump API version to 2025-06-02-preview.
18+
1519
18.0.0b20
1620
+++++++
1721
* Fix the bug affecting VMAS to VMS migration in the `az aks update` command using the `--migrate-vmas-to-vms` option.

src/aks-preview/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ Released version and adopted API version
203203
* - 18.0.0b11 ~ 18.0.0b15
204204
- 2025-04-02-preview
205205
-
206-
* - 18.0.0b16 ~ latest
206+
* - 18.0.0b16 ~ 18.0.0b20
207207
- 2025-05-02-preview
208+
-
209+
* - 18.0.0b21 ~ latest
210+
- 2025-06-02-preview
208211
-

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 setup, find_packages
1111

12-
VERSION = "18.0.0b20"
12+
VERSION = "18.0.0b21"
1313

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

0 commit comments

Comments
 (0)