forked from envoyproxy/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
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]> (cherry picked from commit 1f34584) Signed-off-by: Guy Daich <[email protected]>
- Loading branch information
Showing
5 changed files
with
50 additions
and
3 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 |
---|---|---|
@@ -1 +1 @@ | ||
v1.2.1 | ||
v1.1.4 |
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,22 @@ | ||
date: November 27, 2024 | ||
|
||
# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs. | ||
breaking changes: | | ||
# New features or capabilities added in this release. | ||
new features: | | ||
# 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 | ||
# Enhancements that improve performance. | ||
performance improvements: | | ||
# Other notable changes not covered by the above sections. | ||
Other changes: | | ||
Bumped Rate Limit to 49af5cca | ||
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,25 @@ | ||
--- | ||
title: "v1.1.4" | ||
publishdate: 2024-27-01 | ||
--- | ||
|
||
Date: November 27, 2024 | ||
|
||
## Breaking changes | ||
- | ||
|
||
## New features | ||
- | ||
|
||
## 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 | ||
|
||
## Performance improvements | ||
- | ||
|
||
## Other changes | ||
- Bumped Rate Limit to 49af5cca | ||
|
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