Skip to content

Commit e34c133

Browse files
committed
Bump version
1 parent 3f57b5f commit e34c133

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/aks-preview/HISTORY.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ Pending
1313
+++++++
1414
* Add machine command `az aks machine add` to add a machine to an existing machine pool.
1515

16+
18.0.0b38
17+
+++++++
18+
* Add option `AzureLinuxOSGuard` and `AzureLinux3OSGuard` to `--os-sku` for `az aks nodepool add` and `az aks nodepool update`.
19+
1620
18.0.0b37
1721
+++++++
1822
* Enable autoscaler support for the VirtualMachines agent pool type.
1923
* Add `--node-vm-size` to `az aks update` to allow changing the VM size for VirtualMachines node pools.
20-
* Add option `AzureLinuxOSGuard` and `AzureLinux3OSGuard` to `--os-sku` for `az aks nodepool add` and `az aks nodepool update`.
2124

2225
18.0.0b36
2326
+++++++

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 = "18.0.0b37"
12+
VERSION = "18.0.0b38"
1313

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

0 commit comments

Comments
 (0)