-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Guy Daich <[email protected]>
- Loading branch information
Showing
4 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
date: December 12, 2024 | ||
|
||
# Fixes for bugs identified in previous versions. | ||
bug fixes: | | ||
Fixed validate proto messages before converting them to anypb.Any | ||
Fixed BackendTlsPolicy specify multiple targetRefs of the same service, only one will work | ||
Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes | ||
Fixed frequent 503 errors when connecting to a Service experiencing high Pod churn | ||
Fixed reference grant from EnvoyExtensionPolicy to referenced ext-proc backend not respected | ||
Fixed BackendTrafficPolicy not applying to Gateway Route when Route has a Request Timeout defined | ||
# Other notable changes not covered by the above sections. | ||
Other changes: | | ||
Bumped Rate Limit to 49af5cca | ||
Bumped golang.org/x/crypto to 0.31.0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "v1.1.4" | ||
publishdate: 2024-12-12 | ||
--- | ||
|
||
Date: December 12, 2024 | ||
|
||
## Bug fixes | ||
- Fixed validate proto messages before converting them to anypb.Any | ||
- Fixed BackendTlsPolicy specify multiple targetRefs of the same service, only one will work | ||
- Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes | ||
- Fixed frequent 503 errors when connecting to a Service experiencing high Pod churn | ||
- Fixed reference grant from EnvoyExtensionPolicy to referenced ext-proc backend not respected | ||
- Fixed BackendTrafficPolicy not applying to Gateway Route when Route has a Request Timeout defined | ||
|
||
## Other changes | ||
- Bumped Rate Limit to 49af5cca | ||
- Bumped golang.org/x/crypto to 0.31.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters