We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acfd9d commit d92ea57Copy full SHA for d92ea57
src/aks-preview/HISTORY.md
@@ -2,6 +2,11 @@
2
3
Release History
4
===============
5
+0.5.11
6
++++++
7
+* Add get OS options support
8
+* Fix wrong behavior when enabling pod identity addon for cluster with addon enabled
9
+
10
0.5.10
11
+++++
12
* Add `--binding-selector` to AAD pod identity add sub command
src/aks-preview/setup.py
@@ -8,7 +8,7 @@
from codecs import open as open1
from setuptools import setup, find_packages
-VERSION = "0.5.10"
+VERSION = "0.5.11"
CLASSIFIERS = [
13
'Development Status :: 4 - Beta',
14
'Intended Audience :: Developers',
0 commit comments