Skip to content

Commit fd90057

Browse files
committed
fix history
1 parent 9967e68 commit fd90057

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/aks-preview/HISTORY.rst

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

15-
18.0.0b19
15+
18.0.0b20
1616
+++++++
1717
* Add command `az aks bastion` to enable connections to managed Kubernetes clusters via Azure Bastion.
18-
* Add support for `ManagedSystem` Agent Pool Mode.
1918

2019
18.0.0b19
2120
+++++++
22-
- Add `--localdns-config` to `az aks nodepool add` and to `az aks nodepool update` to support configuring a local DNS profile for agent pools.
23-
21+
* Add support for `ManagedSystem` Agent Pool Mode.
22+
* Add `--localdns-config` to `az aks nodepool add` and to `az aks nodepool update` to support configuring a local DNS profile for agent pools.
2423

2524
18.0.0b18
2625
+++++++

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.0b19"
12+
VERSION = "18.0.0b20"
1313

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

0 commit comments

Comments
 (0)