Skip to content

Commit

Permalink
updates from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-quickstart-templates pipeline committed Nov 11, 2023
1 parent 79dde34 commit a365721
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.
* Added kubernetes patch versions 1.25.15, 1.26.10, 1.27.7a
* KEDA addon is [GA](https://azure.microsoft.com/updates/ga-kubernetes-eventdriven-autoscaling-keda-addon-for-aks/)
* Preview Features
* [dropgz](https://github.com/Azure/azure-container-networking/tree/master/dropgz) is enabled for Windows for the overlay subnet feature, in 2 regions: eastus2euap and centraluseuap
* 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)
* Bug Fixes
* Incorporated fix for irqbalance [#275](https://github.com/Irqbalance/irqbalance/issues/275) a node image upgrade from 202310.4.0 will resolve the unbalanced IRQs
* 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/azure/aks/operator-best-practices-run-at-scale#cluster-upgrade-considerations-and-best-practices) for more information about the setting.
* Fixed an issue where PUT operations on managedClusters or agentPools see long latency in the overall operation due to an internal network issue.
* 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 now be block for managedClusters in a non-terminal provisioningState.
* Behavioral Change
* Updates to optimize the kube-reserved eviction thresholds available in 1.28
* Updates to optimize the kube-reserved eviction thresholds (available in 1.28)[https://learn.microsoft.com/en-us/azure/aks/concepts-clusters-workloads#memory]
* Component Updates
* Update the aks-app-routing-operator to [version 0.0.7](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#007---2023-11-04) which includes notable changes in [version 0.0.6](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#006---2023-10-27).
* This update has 3 CVE fixes for the nginx ingress controller.
Expand All @@ -38,7 +37,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.
* The AJP protocol is no longer supported.
* The `whitelist-source-range` annotation has been renamed to `allowlist-source-range`. Both are currently supported but it is recommended to move to the new annotation `allowlist-source-range`.
* The `custom-http-errors` annotation now only supports errors between 400 and 599.
* Azure Monitor Metrics [November release](https://github.com/Azure/prometheus-collector/blob/main/RELEASENOTES.md#release-11-03-2023)
* Azure Monitor Metrics [November release](https://github.com/Azure/prometheus-collector/blob/main/RELEASENOTES.md#release-11-03-2023) to v.6.8.1
* 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
Expand Down

0 comments on commit a365721

Please sign in to comment.