Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{AKS} Release aks-preview #6150

Merged
merged 1 commit into from
Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ To release a new version, please select a new version number (usually plus 1 to

Pending
+++++++
* Add `--network-dataplane` flag to `az aks create`

0.5.135
+++++++
* Add `--network-dataplane` flag to `az aks create`.
* Allow updating the pod CIDR and network plugin mode to migrate clusters to Azure CNI Overlay.

0.5.134
+++++++
Expand All @@ -23,7 +27,6 @@ Pending
* `az aks create/update`: Replace `--uptime-sla` and `--no-uptime-sla` argument with `--tier` argument.
* Raise a ClientRequestError when creating the same cluster again in command `az aks create`.
* Vendor new SDK and bump API version to 2023-02-02-preview.
* Allow updating the pod CIDR and network plugin mode to migrate clusters to Azure CNI Overlay

0.5.132
+++++++
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.134"
VERSION = "0.5.135"

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