Skip to content

Commit 02724a7

Browse files
committed
update
1 parent b504314 commit 02724a7

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

src/aks-preview/HISTORY.rst

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

15+
14.0.0b3
16+
+++++++
17+
* Vendor new SDK and bump API version to 2025-02-02-preview.
1518

1619
14.0.0b2
1720
+++++++
1821
* Update the `disable-egress-gateway` subcommand to fix `--help` output for the `az aks mesh` command.
19-
* Vendor new SDK and bump API version to 2025-01-02-preview.
2022
* Modify behavior for `--nodepool-initialization-taints` to ignore taints with hard effects on node pools with system mode when creating or updating a cluster.
2123

2224
14.0.0b1
2325
+++++++
26+
* Vendor new SDK and bump API version to 2025-01-02-preview.
2427
* [BREAKING CHANGE] Rename `--enable-addon-autoscaling` to `--enable-optimized-addon-scaling` to `az aks create` commands.
2528
* [BREAKING CHANGE] Rename `--enable-addon-autoscaling` to `--enable-optimized-addon-scaling` and `--disable-addon-autoscaling` to `--disable-optimized-addon-scaling` to `az aks update` commands.
2629

src/aks-preview/README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ Released version and adopted API version
191191
* - 13.0.0b9 ~ 13.0.0b9
192192
- 2024-10-02-preview
193193
-
194-
* - 13.0.0b10? ~ latest
195-
- 2024-10-02-preview
194+
* - 14.0.0b1 ~ 14.0.0b2
195+
- 2025-01-02-preview
196+
-
197+
* - 14.0.0b3 ~ latest
198+
- 2025-02-02-preview
196199
-

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 = "14.0.0b2"
12+
VERSION = "14.0.0b3"
1313

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

0 commit comments

Comments
 (0)