Skip to content

Commit 15d27be

Browse files
committed
Add release notes news for v1.7.1
Signed-off-by: Karol Szwaj <[email protected]>
1 parent 4c467f7 commit 15d27be

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: "v1.7.1"
3+
publishdate: 2026-03-12
4+
---
5+
6+
Date: March 12, 2026
7+
8+
## Breaking changes
9+
-
10+
11+
## Security updates
12+
- Bump golang to `1.25.8` for security fixes to the go command and the `crypto/tls` package.
13+
- Bump Envoy Proxy image to v1.37.1 for fixing several security issues and bug fixes. For more details, please refer to the [Envoy Proxy v1.37.1 release notes](https://github.com/envoyproxy/envoy/releases/tag/v1.37.1).
14+
- Bump Envoy ratelimit image to `c8765e89` with security fixes for Go.
15+
16+
## New features
17+
-
18+
19+
## Bug fixes
20+
- Fixed an issue where specifying Value in ConnectionLimit was not optional. It now uses the Envoy default value if absent.
21+
- Fixed route and policy status aggregation across multiple GatewayClasses managed by the same controller, so resources preserve status from all relevant parents and ancestors instead of being overwritten by the last processed GatewayClass.
22+
- Fixed an issue where endpoint hostname was not respected when doing an active health check.
23+
- Fixed an issue where computeHosts did not work when both listener and route had wildcard hostnames.
24+
- Fixed local object reference resolution from parent policy in merged BackendTrafficPolicies.
25+
- Fixed XListenerSet not allowing xRoutes from the same namespace when configured to allow them.
26+
- Fixed API key authentication dropping non-first client IDs when credential Secrets contain multiple keys.
27+
- Fixed an issue where SecurityPolicy route-target status included unmanaged Gateway parents when HTTPRoute had mixed parentRefs.
28+
- Fixed an issue where ratelimit ConfigMap and HPA were not automatically cleaned up when the parent envoy-gateway Deployment was deleted.
29+
30+
## Performance improvements
31+
-
32+
33+
## Deprecations
34+
-
35+
36+
## Other changes
37+
-

0 commit comments

Comments
 (0)