You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/aks-preview/HISTORY.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ If there is no rush to release a new version, please just add a description of t
9
9
10
10
To release a new version, please select a new version number (usually plus 1 to last patch version, X.Y.Z -> Major.Minor.Patch, more details in `\doc <https://semver.org/>`_), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` variable in `setup.py` with this new version number.
11
11
12
+
18.0.0b45
13
+
+++++++
14
+
* `az aks nodepool get-rollback-versions`: Add new command to get available rollback versions for a nodepool.
15
+
* `az aks nodepool rollback`: Add new command to rollback a nodepool to a previously used configuration (N-1).
16
+
12
17
Pending
13
18
+++++++
14
19
* `az aks update`: Add new parameter `--kms-infrastructure-encryption` to enable KMS infrastructure encryption on an existing cluster.
0 commit comments