Skip to content
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
3 changes: 3 additions & 0 deletions src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ To release a new version, please select a new version number (usually plus 1 to

Pending
+++++++

19.0.0b21
+++++++
* `az aks nodepool get-rollback-versions`: New command to get available rollback versions for an agent pool.
* `az aks nodepool rollback`: New command to rollback an agent pool to the most recently used configuration (N-1).

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 find_packages, setup

VERSION = "19.0.0b20"
VERSION = "19.0.0b21"

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