Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.0-rc.1
v1.5.0-rc.2
3 changes: 0 additions & 3 deletions release-notes/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
26 changes: 26 additions & 0 deletions release-notes/v1.5.0-rc.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you also add this here

Reverted to use Store directly instead of HandleStore wrapper to improve GC cleanup.

Reverted to use Store directly instead of HandleStore wrapper to improve GC cleanup.

# Enhancements that improve performance.
performance improvements: |

# Deprecated features or APIs.
deprecations: |

# Other notable changes not covered by the above sections.
Other changes: |
Loading