Skip to content

Commit 685c5dd

Browse files
authored
[release/v1.1] release: v1.1.4 (envoyproxy#4899)
release: v1.1.4 Signed-off-by: Guy Daich <guy.daich@sap.com>
1 parent 86f869f commit 685c5dd

File tree

4 files changed

+37
-2
lines changed

4 files changed

+37
-2
lines changed

release-notes/v1.1.4.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+

site/layouts/shortcodes/helm-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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" -}}

site/layouts/shortcodes/yaml-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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" -}}

0 commit comments

Comments
 (0)