Skip to content

Commit 825f2a8

Browse files
committed
update version
1 parent dc929cc commit 825f2a8

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/aks-preview/HISTORY.rst

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

1212
Pending
1313
+++++++
14+
15+
19.0.0b27
16+
+++++++
17+
* `az aks nodepool add`: Fix `InvalidParameter` error when `mode` is `Machines`.
18+
1419
19.0.0b26
1520
+++++++
1621
* `az aks create/update`: Add `--enable-app-routing-istio` / `--disable-app-routing-istio` (short: `--enable-ari` / `--disable-ari`) flags to enable or disable Istio as a Gateway API implementation for App Routing.
1722
* `az aks approuting gateway istio enable/disable`: Add new subcommands to enable or disable the Istio Gateway API implementation for App Routing on an existing cluster.
1823
* Add 'mTLS' as a transit encryption type option for `--acns-transit-encryption-type` in `az aks create/update`
1924

20-
19.0.0b26
21-
+++++++
22-
* `az aks nodepool add`: Fix `InvalidParameter` error when `mode` is `Machines`.
23-
2425
19.0.0b25
2526
+++++++
2627
* `az aks create`: Add `--enable-continuous-control-plane-and-addon-monitor` to enable continuous control plane and addon monitor.

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

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

0 commit comments

Comments
 (0)