-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/v1.2] cherry pick v1.2.4 release note (#4916)
* v1.2.4 release note (#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]> (cherry picked from commit 23d5c9f) Signed-off-by: Huabing Zhao <[email protected]> * update release note Signed-off-by: Huabing Zhao <[email protected]> * fix gen Signed-off-by: Huabing Zhao <[email protected]> --------- Signed-off-by: Huabing Zhao <[email protected]>
- Loading branch information
1 parent
59bf045
commit 6ca4fe3
Showing
4 changed files
with
29 additions
and
7 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,17 @@ | ||
--- | ||
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. | ||
|