Skip to content

Commit ed6c528

Browse files
rudrakhpzirain
authored andcommitted
[release/v1.6] update docs for v1.6.5 (#8515)
Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com>
1 parent dce4e98 commit ed6c528

3 files changed

Lines changed: 36 additions & 2 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "v1.6.5"
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.36.5 for fixing several security issues and bug fixes. For more details, please refer to the [Envoy Proxy v1.36.5 release notes](https://github.com/envoyproxy/envoy/releases/tag/v1.36.5).
14+
- Bump Envoy ratelimit image to `c8765e89` with security fixes for Go.
15+
16+
## New features
17+
-
18+
19+
## Bug fixes
20+
- Fixed local object reference resolution from parent policy in merged BackendTrafficPolicies.
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+
- Exclude unmanaged route parents from xPolicy status ancestors.
23+
- Fixed an issue where computeHosts doesn't work when listener and route both wildcard.
24+
- Add ownership references to ratelimit ConfigMap and HPA resources.
25+
- Made ConnectionLimit.Value optional so users can configure MaxConnectionDuration, MaxRequestsPerConnection, or MaxStreamDuration without setting a max connections value.
26+
27+
## Performance improvements
28+
-
29+
30+
## Deprecations
31+
-
32+
33+
## Other changes
34+
-

site/layouts/shortcodes/helm-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{- "v1.5.9" -}}
1919
{{- end -}}
2020
{{- with (strings.HasPrefix $pagePrefix "v1.6") -}}
21-
{{- "v1.6.4" -}}
21+
{{- "v1.6.5" -}}
2222
{{- end -}}
2323
{{- with (strings.HasPrefix $pagePrefix "v1.7") -}}
2424
{{- "v1.7.1" -}}

site/layouts/shortcodes/yaml-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{- "v1.5.9" -}}
1919
{{- end -}}
2020
{{- with (strings.HasPrefix $pagePrefix "v1.6") -}}
21-
{{- "v1.6.4" -}}
21+
{{- "v1.6.5" -}}
2222
{{- end -}}
2323
{{- with (strings.HasPrefix $pagePrefix "v1.7") -}}
2424
{{- "v1.7.1" -}}

0 commit comments

Comments
 (0)