Skip to content

Commit 8af6c36

Browse files
committed
Bump version
1 parent c512bd4 commit 8af6c36

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/aks-preview/HISTORY.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Pending
1616
- `az aks nodepool add/update/upgrade`: Add `--upgrade-strategy` parameter to switch between rolling and blue-green nodepool upgrades.
1717
- `az aks nodepool add/update/upgrade`: Add `--drain-batch-size`, `--drain-timeout-bg`, `--batch-soak-duration`, `--final-soak-duration` parameters to configure blue-green upgrade settings.
1818

19-
18.0.0b38
19+
18.0.0b39
2020
+++++++
21-
* Add option `--acns-datapath-acceleration-mode <None|BpfVeth>` to `az aks create/update`
21+
* Add option `AzureLinuxOSGuard` and `AzureLinux3OSGuard` to `--os-sku` for `az aks nodepool add` and `az aks nodepool update`.
2222

2323
18.0.0b38
2424
+++++++
25-
* Add option `AzureLinuxOSGuard` and `AzureLinux3OSGuard` to `--os-sku` for `az aks nodepool add` and `az aks nodepool update`.
25+
* Add option `--acns-datapath-acceleration-mode <None|BpfVeth>` to `az aks create/update`
2626

2727
18.0.0b37
2828
+++++++

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

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

0 commit comments

Comments
 (0)