Skip to content

Commit

Permalink
bump aks-preview to 0.5.35 for mig support (#3958)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeldeib committed Oct 19, 2021
1 parent 304ca0a commit 9d695ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/aks-preview/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Release History
===============
0.5.35
+++++
* Add support for multi-instance GPU configuration (`--gpu_instance_profile`) in `az aks create`
and `az aks nodepool add`.

0.5.34
+++++
* Add support for WASM nodepools (`--workload-runtime WasmWasi`) in `az aks create`
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 @@ -8,7 +8,7 @@
from codecs import open as open1
from setuptools import setup, find_packages

VERSION = "0.5.34"
VERSION = "0.5.35"
CLASSIFIERS = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 9d695ec

Please sign in to comment.