Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{AKS} Patch release history #6277

Merged
merged 4 commits into from
May 15, 2023
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
1 change: 1 addition & 0 deletions src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ Pending
0.5.49
++++++

* Update to use 2021-11-01-preview api-version.
* Update the minimum required cli core version to `2.31.0`.
* Add support for Alias Minor Version.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
],
"overlay migration, missing toggle": [
"test_aks_azure_cni_overlay_migration"
],
"v2 monitoring addon, missing namespace registration": [
"test_aks_create_with_azuremonitormetrics",
"test_aks_update_with_azuremonitormetrics"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"gpu, no quota": [
"test_aks_nodepool_add_with_gpu_instance_profile"
],
"monitoring addon, missing namespace registration": [
"test_aks_update_with_azuremonitormetrics"
],
"overlay migration, missing toggle": [
"test_aks_azure_cni_overlay_migration"
],
Expand All @@ -40,6 +37,10 @@
"test_get_trustedaccess_roles",
"test_aks_trustedaccess_rolebinding"
],
"v2 monitoring addon, missing namespace registration": [
"test_aks_create_with_azuremonitormetrics",
"test_aks_update_with_azuremonitormetrics"
],
"workload runtime, missing feature registration": [
"test_aks_nodepool_add_with_workload_runtime"
]
Expand Down
Loading