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.
v1.2.4 release note (envoyproxy#4915)
* v1.2.4 release note Signed-off-by: Huabing Zhao <[email protected]> * fix grammar Signed-off-by: Huabing Zhao <[email protected]> * minor change Signed-off-by: Huabing Zhao <[email protected]> * minor change Signed-off-by: Huabing Zhao <[email protected]> * minor change Signed-off-by: Huabing Zhao <[email protected]> --------- Signed-off-by: Huabing Zhao <[email protected]>
- Loading branch information
1 parent
260e4e5
commit 23d5c9f
Showing
4 changed files
with
28 additions
and
6 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.3 | ||
v1.2.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
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,11 @@ | ||
date: December 13, 2024 | ||
|
||
bug fixes: | | ||
Fixed BackendTLSPolicy not supporting the use of a port name as the sectionName in targetRefs. | ||
Fixed reference grant from EnvoyExtensionPolicy to the referenced ext-proc backend not being respected. | ||
Fixed BackendTrafficPolicy not applying to Gateway Routes when a Route has a Request Timeout defined. | ||
Fixed proxies connected to the secondary Envoy Gateway not receiving xDS configuration. | ||
Fixed traffic splitting not working when some backends were invalid. | ||
Other changes: | | ||
Bumped Envoy to version 1.32.2. |
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 @@ | ||
--- | ||
title: "v1.2.4" | ||
publishdate: 2024-12-13 | ||
--- | ||
|
||
Date: December 13, 2024 | ||
|
||
## Bug fixes | ||
- Fixed BackendTLSPolicy not supporting the use of a port name as the sectionName in targetRefs. | ||
- Fixed reference grant from EnvoyExtensionPolicy to the referenced ext-proc backend not being respected. | ||
- Fixed BackendTrafficPolicy not applying to Gateway Routes when a Route has a Request Timeout defined. | ||
- Fixed proxies connected to the secondary Envoy Gateway not receiving xDS configuration. | ||
- Fixed traffic splitting not working when some backends were invalid. | ||
|
||
## Other changes | ||
- Bumped Envoy to version 1.32.2. |