Skip to content

Commit ed0be56

Browse files
committed
update history
1 parent 6817355 commit ed0be56

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/aks-preview/HISTORY.rst

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

15+
18.0.0b42
16+
+++++++
17+
* Fix role assignment failure when using azure-cli version >= `2.77.0`.
18+
1519
18.0.0b41
1620
+++++++
1721
* Fix `--localdns-config` parameter to handle null values in JSON configuration files gracefully, preventing crashes when DNS override sections are null.

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

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

0 commit comments

Comments
 (0)