Skip to content

Commit 67c31a3

Browse files
InduSridharjepetty
authored andcommitted
Bump aks-preview version to 19.0.0b21 for rollback feature release (Azure#9557)
1 parent 9022738 commit 67c31a3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/aks-preview/HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ To release a new version, please select a new version number (usually plus 1 to
1111

1212
Pending
1313
+++++++
14+
15+
19.0.0b21
16+
+++++++
1417
* `az aks nodepool get-rollback-versions`: New command to get available rollback versions for an agent pool.
1518
* `az aks nodepool rollback`: New command to rollback an agent pool to the most recently used configuration (N-1).
1619

src/aks-preview/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import find_packages, setup
1111

12-
VERSION = "19.0.0b20"
12+
VERSION = "19.0.0b21"
1313

1414
CLASSIFIERS = [
1515
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)