File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments