Skip to content

Commit

Permalink
update history & version (#5590)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang authored Dec 1, 2022
1 parent 3eed44a commit 47ccfb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ To release a new version, please select a new version number (usually plus 1 to
Pending
+++++++

0.5.117
+++++++

* Add custom transform for custom CA
* Support updating kube-proxy configuration with `az aks update --kube-proxy-config file.json`.

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.116"
VERSION = "0.5.117"

CLASSIFIERS = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 47ccfb5

Please sign in to comment.