Update CHANGELOG for ingress-nginx and App Routing#5309
Open
Update CHANGELOG for ingress-nginx and App Routing#5309
Conversation
Hotfix: Removed deprecated metric from ingress-nginx and updated App Routing add-on version.
OliverMKing
approved these changes
Oct 1, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the CHANGELOG to document recent changes to the ingress-nginx component and App Routing add-on, specifically addressing a deprecated metric removal and security vulnerability fixes.
- Added documentation for the removal of deprecated
ingress_upstream_latency_secondsmetric from ingress-nginx - Updated App Routing add-on version to 0.2.10 with security fixes for CVE vulnerabilities
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| * `Container Insights` has been upgraded to [`v3.1.29`](https://github.com/microsoft/Docker-Provider/blob/ci_prod/ReleaseNotes.md#09092025--). | ||
| * `Cluster Autoscaler` has been upgraded to [`v1.31.5`](https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.31.5) for AKS 1.31, [`v1.32.2`](https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.32.2) for AKS 1.32, and [`v1.33.0-aks`](https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.33.0) for AKS 1.33. | ||
|
|
||
| * App Routing add-on updated to version [0.2.10](https://github.com/Azure/aks-app-routing-operator/releases/tag/v0.2.10) with ingress-nginx bumped to [v1.13.1](https://github.com/Azure/aks-app-routing-operator/pull/497) addressing [CVE-2025-22874](https://nvd.nist.gov/vuln/detail/CVE-2025-22874) , [CVE-2025-47906](https://nvd.nist.gov/vuln/detail/CVE-2025-47906) , and [CVE-2025-47907](https://nvd.nist.gov/vuln/detail/CVE-2025-47907). |
There was a problem hiding this comment.
There are extra spaces before the commas in the CVE list. Remove the spaces before the commas for proper formatting.
Suggested change
| * App Routing add-on updated to version [0.2.10](https://github.com/Azure/aks-app-routing-operator/releases/tag/v0.2.10) with ingress-nginx bumped to [v1.13.1](https://github.com/Azure/aks-app-routing-operator/pull/497) addressing [CVE-2025-22874](https://nvd.nist.gov/vuln/detail/CVE-2025-22874) , [CVE-2025-47906](https://nvd.nist.gov/vuln/detail/CVE-2025-47906) , and [CVE-2025-47907](https://nvd.nist.gov/vuln/detail/CVE-2025-47907). | |
| * App Routing add-on updated to version [0.2.10](https://github.com/Azure/aks-app-routing-operator/releases/tag/v0.2.10) with ingress-nginx bumped to [v1.13.1](https://github.com/Azure/aks-app-routing-operator/pull/497) addressing [CVE-2025-22874](https://nvd.nist.gov/vuln/detail/CVE-2025-22874), [CVE-2025-47906](https://nvd.nist.gov/vuln/detail/CVE-2025-47906), and [CVE-2025-47907](https://nvd.nist.gov/vuln/detail/CVE-2025-47907). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hotfix: Removed deprecated metric from ingress-nginx and updated App Routing add-on version.