Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-quickstart-templates pipeline committed Nov 8, 2023
1 parent ee69943 commit d1501e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.
* Bug Fixes
* Under some conditions it was possible to set `max_surge=0` which may interfere with upgrades. Now `max_surge` must be > 0. See [Customize node surge upgrade](https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-run-at-scale#cluster-upgrade-considerations-and-best-practices) for more information about the setting.
* In some occasions, PUT operations on managedClusters or agentPools see long latency in the operations. This fixes one of a few scenarios.
* PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mistmatch and inconsitent results or failures. PATCH operations will not be block for managedClusters in a non-terminal provisioningState.
* PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mismatch and inconsistent results or failures. PATCH operations will not be block for managedClusters in a non-terminal provisioningState.
* Behavioral Change
* Updates to optimize the kube-reserved eviction thresholds available in 1.28
* Update [gatekeeper to v3.13.3](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.13.3) and policy addon 1.2.1
* Azure Policy Changes
* Introduce warn for policies, available in select upcoming built-in policy experiences
* Show an exempt ComplianceReasonCode in the portal for exempt policies.
* Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - avaliable in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936)
* Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - available in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936)
* Updates to apiserver to use max value for memory limit if the suggested value is larger.
* Added a check for initialization taints that are added on agent pools, only allowing CriticalAddonsOnly taints or soft taints
* Enable `UnauthenticatedHTTP2DOSMitigation`` for api server to address potential HTTP2 DOS attack. For the following versions:
Expand Down

0 comments on commit d1501e1

Please sign in to comment.