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

v20240805 release notes #4469

Merged
merged 11 commits into from
Aug 9, 2024
Prev Previous commit
Next Next commit
v20240805 release notes
  • Loading branch information
shashankbarsin committed Aug 9, 2024
commit bd8ac517712e063bb771b3180b1e6e0b4aca0e0c
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.
* Bug fixes:
* Fixed a bug where sometimes `NodePublicIPPrefixID` could show unset on a cluster even though it was set.
* Previously, as part of Istio addon canary upgrade, users had to manually copy their edits to HorizontalPodAutoscaler from old revision to new revision. This has been fixed so that changes done to Horizontal Pod Autoscaler will be automatically copied for the newer revision.
* Added validation that if a LTS cluster has a node pool on non-LTS version, upgrade to the next LTS version is blocked.

* Behavior change:
* When [Advanced Networking Observability](https://learn.microsoft.com/azure/aks/advanced-network-observability-concepts?tabs=non-cilium) is enabled, increased memory limit of 700Mi (from 400Mi) is used for retina-agent.
Expand Down
Loading