Skip to content

Commit a729ae3

Browse files
authored
[release-1.5] Release notes v1.5.6 (#7668)
* Release notes Signed-off-by: jukie <[email protected]> * Updates Signed-off-by: jukie <[email protected]> --------- Signed-off-by: jukie <[email protected]>
1 parent e5f2588 commit a729ae3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

release-notes/v1.5.6.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
date: December 4, 2025
2+
3+
# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
4+
breaking changes: |
5+
6+
# Updates addressing vulnerabilities, security flaws, or compliance requirements.
7+
security updates: |
8+
Patches for EnvoyProxy CVE-2025-64527, CVE-2025-66220, and CVE-2025-64763. Ref https://github.com/envoyproxy/envoy/releases/tag/v1.35.7
9+
10+
# New features or capabilities added in this release.
11+
new features: |
12+
13+
bug fixes: |
14+
Fixed xDS snapshot cache to clear snapshots when streams close, preventing proxies from receiving stale configuration after reconnection.
15+
Fixed configured OIDC authorization endpoint being overridden by discovered endpoints from issuer's well-known URL.
16+
Fixed an issue with gateway ownership tracking when running multiple controllers.
17+
Fixed default namespace handling when namespace is unset.
18+
Fixed a bug where HTTPRoutes referencing gateways with multiple different GatewayClasses would have incomplete status conditions.
19+
Fixed gateway status to treat too many addresses as programmed.
20+
21+
# Enhancements that improve performance.
22+
performance improvements: |
23+
24+
# Deprecated features or APIs.
25+
deprecations: |
26+
27+
# Other notable changes not covered by the above sections.
28+
Other changes: |
29+
Added disk space reclamation script for CI runners to prevent out-of-disk errors.
30+
Bumped golang.org/x/crypto dependency.

0 commit comments

Comments
 (0)