Skip to content

Commit

Permalink
release new version of aks-preview (#5118)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang committed Jul 14, 2022
1 parent dea31e0 commit d4270cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ To release a new version, please select a new version number (usually plus 1 to
Pending
+++++++

0.5.90
0.5.91
++++++

* Fix compatibility issue when enabling Microsoft Defender via aks-preview.
* az aks create
* az aks update

0.5.90 (NOT RELEASED)
+++++++++++++++++++++

* Skip this version due to conflict.

0.5.89
++++++

Expand Down
2 changes: 1 addition & 1 deletion src/aks-preview/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from setuptools import setup, find_packages

VERSION = "0.5.90"
VERSION = "0.5.91"
CLASSIFIERS = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit d4270cc

Please sign in to comment.