File tree Expand file tree Collapse file tree 4 files changed +37
-2
lines changed
content/en/news/releases/notes Expand file tree Collapse file tree 4 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 1+ date : December 12, 2024
2+
3+ # Fixes for bugs identified in previous versions.
4+ bug fixes : |
5+ Fixed validate proto messages before converting them to anypb.Any
6+ Fixed BackendTlsPolicy specify multiple targetRefs of the same service, only one will work
7+ Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes
8+ Fixed frequent 503 errors when connecting to a Service experiencing high Pod churn
9+ Fixed reference grant from EnvoyExtensionPolicy to referenced ext-proc backend not respected
10+ Fixed BackendTrafficPolicy not applying to Gateway Route when Route has a Request Timeout defined
11+
12+ # Other notable changes not covered by the above sections.
13+ Other changes : |
14+ Bumped Rate Limit to 49af5cca
15+ Bumped golang.org/x/crypto to 0.31.0
16+
Original file line number Diff line number Diff line change 1+ ---
2+ title : " v1.1.4"
3+ publishdate : 2024-12-12
4+ ---
5+
6+ Date: December 12, 2024
7+
8+ ## Bug fixes
9+ - Fixed validate proto messages before converting them to anypb.Any
10+ - Fixed BackendTlsPolicy specify multiple targetRefs of the same service, only one will work
11+ - Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes
12+ - Fixed frequent 503 errors when connecting to a Service experiencing high Pod churn
13+ - Fixed reference grant from EnvoyExtensionPolicy to referenced ext-proc backend not respected
14+ - Fixed BackendTrafficPolicy not applying to Gateway Route when Route has a Request Timeout defined
15+
16+ ## Other changes
17+ - Bumped Rate Limit to 49af5cca
18+ - Bumped golang.org/x/crypto to 0.31.0
19+
Original file line number Diff line number Diff line change 33{{- "v0.0.0-latest" -}}
44{{- end -}}
55{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
6- {{- "v1.1.3 " -}}
6+ {{- "v1.1.4 " -}}
77{{- end -}}
88{{- with (strings.HasPrefix $pagePrefix "v1.2") -}}
99{{- "v1.2.3" -}}
Original file line number Diff line number Diff line change 33{{- "latest" -}}
44{{- end -}}
55{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
6- {{- "v1.1.3 " -}}
6+ {{- "v1.1.4 " -}}
77{{- end -}}
88{{- with (strings.HasPrefix $pagePrefix "v1.2") -}}
99{{- "v1.2.3" -}}
You can’t perform that action at this time.
0 commit comments