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

Fix typo in markdown syntax (Release Note 2023-02-26) #3506

Merged
merged 1 commit into from
Apr 5, 2023
Merged
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
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.
### Release notes

* Preview Features
* Support for (Pod Sandboxing)[https://learn.microsoft.com/en-gb/azure/aks/use-pod-sandboxing] workloads
* Support for [Pod Sandboxing](https://learn.microsoft.com/en-gb/azure/aks/use-pod-sandboxing) workloads
* Enable windows metrics collection from the Azure Monitor Metrics
* (Node OS auto-upgrade channel)[https://learn.microsoft.com/en-us/azure/aks/auto-upgrade-node-image] for automatically applying OS security patches promptly
* [Node OS auto-upgrade channel](https://learn.microsoft.com/en-us/azure/aks/auto-upgrade-node-image) for automatically applying OS security patches promptly

* Bug Fix
* In 2023-01-01 Azure API, a hot fix is released to fix this (bug)[https://github.com/Azure/AKS/issues/3481] and returns 400 error on PUT requests to "Base" or "Standard" parameters, allowing customers to still use "Basic" parameter in ManagedClusterSKUName with "Free" or "Paid" parameters in ManagedClusterSKUTier.
* In 2023-01-01 Azure API, a hot fix is released to fix this [bug](https://github.com/Azure/AKS/issues/3481) and returns 400 error on PUT requests to "Base" or "Standard" parameters, allowing customers to still use "Basic" parameter in ManagedClusterSKUName with "Free" or "Paid" parameters in ManagedClusterSKUTier.
* Fix Agent Pool stop issue when powerstate reporting is inconsistent
* Fix blobfuse2 backward compatibility issue on AKS 1.25
* Fix cluster autoscaler scheduler bug which is causing CA to crash
Expand Down