Skip to content

Commit fe39c07

Browse files
chore: update version
1 parent 5f48643 commit fe39c07

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/aks-preview/HISTORY.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +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.0b37
16+
18.0.0b38
1717
+++++++
18-
* Enable autoscaler support for the VirtualMachines agent pool type.
19-
* Add `--node-vm-size` to `az aks update` to allow changing the VM size for VirtualMachines node pools.
18+
* Add option `--acns-datapath-acceleration-mode <None|BpfVeth>` to `az aks create/update`
2019

2120
18.0.0b37
2221
+++++++
23-
* Add option `--acns-datapath-acceleration-mode <None|BpfVeth>` to `az aks create/update`
22+
* Enable autoscaler support for the VirtualMachines agent pool type.
23+
* Add `--node-vm-size` to `az aks update` to allow changing the VM size for VirtualMachines node pools.
2424

2525
18.0.0b36
2626
+++++++

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)