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
13 changes: 12 additions & 1 deletion src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,30 @@ Pending

0.5.69
++++++

* Fix: Raise error when user provides invalid value for `--os-sku`.

0.5.68
++++++

* Add option `Windows2019`, `Windows2022` to `--os-sku` for `az aks nodepool add`.

0.5.67
+++++++++++++++++++++
* Add support for csi drivers extensibility.

* Update the minimum required cli core version to `2.35.0`.
* Update to use 2022-04-02-preview api version.
* Add support for csi drivers extensibility.
* Add support for apiserver vnet integration.

0.5.66
++++++

* Prompt when no arguments are given to update and nodepool update to see if the customer wants to try goal seek to current settings.

0.5.65
++++++

* Add `--ignore-pod-disruption-budget` flag for `az aks nodepool delete` for ignoring PodDisruptionBudget.

0.5.64
Expand Down Expand Up @@ -117,6 +123,7 @@ for nodepool snapshot, it will be
0.5.53
++++++

* Update the minimum required cli core version to `2.32.0`.
* Update to use 2022-01-02-preview api version.
* Add support for cluster creating with Capacity Reservation Group.
* `az aks create --crg-id`
Expand Down Expand Up @@ -145,6 +152,7 @@ for nodepool snapshot, it will be
0.5.49
++++++

* Update the minimum required cli core version to `2.31.0`.
* Add support for Alias Minor Version.

0.5.48
Expand All @@ -166,6 +174,7 @@ for nodepool snapshot, it will be
0.5.45
++++++

* Update the minimum required cli core version to `2.30.0`.
* Remove the snapshot name trimming in `az aks snapshot create` command.

0.5.44
Expand All @@ -181,6 +190,7 @@ for nodepool snapshot, it will be
0.5.42
++++++

* Update the minimum required cli core version to `2.27.0`.
* Fix default value behavior for pod identity exception pod labels in upgrade/scale calls.

0.5.41
Expand All @@ -191,6 +201,7 @@ for nodepool snapshot, it will be
0.5.40
+++++

* Update the minimum required cli core version to `2.23.0`.
* Add support for new snapshot commands
* `az aks snapshot create`
* `az aks snapshot delete`
Expand Down
2 changes: 1 addition & 1 deletion src/aks-preview/azext_aks_preview/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"azext.minCliCoreVersion": "2.32.0",
"azext.minCliCoreVersion": "2.35.0",
"azext.isPreview": true
}