From 31c38295df972d753e33c941a1fa83d757706985 Mon Sep 17 00:00:00 2001 From: zirain Date: Tue, 5 Aug 2025 08:44:10 +0800 Subject: [PATCH 1/2] [release/v1.5] release notes for rc.2 Signed-off-by: zirain --- VERSION | 2 +- release-notes/current.yaml | 3 --- release-notes/v1.5.0-rc.2.yaml | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 release-notes/v1.5.0-rc.2.yaml diff --git a/VERSION b/VERSION index b8db7fc27e..cd180246b3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.5.0-rc.1 +v1.5.0-rc.2 diff --git a/release-notes/current.yaml b/release-notes/current.yaml index 231985117c..3271a4f907 100644 --- a/release-notes/current.yaml +++ b/release-notes/current.yaml @@ -2,17 +2,14 @@ date: Pending # Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs. breaking changes: | - Removed `xds-translator` and `xds-server` values from the `runner` label in `watchable_subscribe_total`. Use `xds` instead # Updates addressing vulnerabilities, security flaws, or compliance requirements. security updates: | # New features or capabilities added in this release. new features: | - Added Gateway Listeners to the xDS listener metadata. bug fixes: | - Fixed an issue that controller panic when reloading configuration. # Enhancements that improve performance. performance improvements: | diff --git a/release-notes/v1.5.0-rc.2.yaml b/release-notes/v1.5.0-rc.2.yaml new file mode 100644 index 0000000000..3a72b9789a --- /dev/null +++ b/release-notes/v1.5.0-rc.2.yaml @@ -0,0 +1,25 @@ +date: August 5, 2025 + +# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs. +breaking changes: | + Removed `xds-translator` and `xds-server` values from the `runner` label in `watchable_subscribe_total`. Use `xds` instead. + +# Updates addressing vulnerabilities, security flaws, or compliance requirements. +security updates: | + Disable automountServiceAccountToken for proxy and ratelimit deployments and serviceAccounts + +# New features or capabilities added in this release. +new features: | + Added Gateway Listeners to the xDS listener metadata. + +bug fixes: | + Fixed an issue that controller panic when reloading configuration. + +# Enhancements that improve performance. +performance improvements: | + +# Deprecated features or APIs. +deprecations: | + +# Other notable changes not covered by the above sections. +Other changes: | From 775ab457929ef9f9b614bf8c524c6135d80c0d59 Mon Sep 17 00:00:00 2001 From: zirain Date: Tue, 5 Aug 2025 08:50:28 +0800 Subject: [PATCH 2/2] update Signed-off-by: zirain --- release-notes/v1.5.0-rc.2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/v1.5.0-rc.2.yaml b/release-notes/v1.5.0-rc.2.yaml index 3a72b9789a..67dcd0fbaa 100644 --- a/release-notes/v1.5.0-rc.2.yaml +++ b/release-notes/v1.5.0-rc.2.yaml @@ -14,6 +14,7 @@ new features: | bug fixes: | Fixed an issue that controller panic when reloading configuration. + Reverted to use Store directly instead of HandleStore wrapper to improve GC cleanup. # Enhancements that improve performance. performance improvements: |