Skip to content

Commit 1912652

Browse files
authored
[release-1.6] Release note v1.6.1 (#7666)
* release note for v1.6.1 Signed-off-by: Huabing Zhao <[email protected]> * update release note Signed-off-by: Huabing Zhao <[email protected]> --------- Signed-off-by: Huabing Zhao <[email protected]>
1 parent bd8cc04 commit 1912652

File tree

3 files changed

+72
-1
lines changed

3 files changed

+72
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.6.0
1+
v1.6.1

release-notes/v1.6.1.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
date: December 5, 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+
Bumped Envoy to 1.36.3 to incorporate security patches, CVE-2025-64527, CVE-2025-66220, and CVE-2025-64763. Ref https://github.com/envoyproxy/envoy/releases/tag/v1.36.3
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+
Fix 500 errors caused by partially invalid BackendRefs; traffic is now correctly routed between valid backends and 500 responses according to their configured weights.
21+
22+
# Enhancements that improve performance.
23+
performance improvements: |
24+
25+
# Deprecated features or APIs.
26+
deprecations: |
27+
28+
# Other notable changes not covered by the above sections.
29+
Other changes: |
30+
Bumped Gateway API to v1.4.1.
31+
Bumped golang.org/x/crypto dependency.
32+
Added disk space reclamation script for CI runners to prevent out-of-disk errors.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: "v1.6.1"
3+
publishdate: 2025-12-05
4+
---
5+
6+
Date: December 05, 2025
7+
8+
## Breaking changes
9+
-
10+
11+
## Security updates
12+
- Bumped Envoy to 1.36.3 to incorporate security patches, CVE-2025-64527, CVE-2025-66220, and CVE-2025-64763. Ref https://github.com/envoyproxy/envoy/releases/tag/v1.36.3
13+
14+
15+
16+
## New features
17+
-
18+
19+
## Bug fixes
20+
- Fixed xDS snapshot cache to clear snapshots when streams close, preventing proxies from receiving stale configuration after reconnection.
21+
- Fixed configured OIDC authorization endpoint being overridden by discovered endpoints from issuer's well-known URL.
22+
- Fixed an issue with gateway ownership tracking when running multiple controllers.
23+
- Fixed default namespace handling when namespace is unset.
24+
- Fixed a bug where HTTPRoutes referencing gateways with multiple different GatewayClasses would have incomplete status conditions.
25+
- Fixed gateway status to treat too many addresses as programmed.
26+
- Fix 500 errors caused by partially invalid BackendRefs; traffic is now correctly routed between valid backends and 500 responses according to their configured weights.
27+
28+
29+
30+
## Performance improvements
31+
-
32+
33+
## Deprecations
34+
-
35+
36+
## Other changes
37+
- Bumped Gateway API to v1.4.1.
38+
- Bumped golang.org/x/crypto dependency.
39+
- Added disk space reclamation script for CI runners to prevent out-of-disk errors.

0 commit comments

Comments
 (0)