-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* v1.2.5 release note (#5049) * release note for v1.2.5 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 8e24e27) 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
7ce8cbc
commit 51a420a
Showing
3 changed files
with
36 additions
and
1 deletion.
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.4 | ||
v1.2.5 |
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,15 @@ | ||
date: January 14, 2025 | ||
|
||
|
||
bug fixes: | | ||
Fixed a nil pointer error that occurred when a SecurityPolicy referred to a UDS backend. | ||
Fixed an issue where the Gateway API translator did not use the TLS configuration from the BackendTLSPolicy when connecting to the OIDC provider’s well-known endpoint. | ||
Fixed a validation failure that occurred when multiple HTTPRoutes referred to the same extension filter. | ||
Fixed a nil pointer error caused by accessing the cookie TTL without verifying if it was valid. | ||
Fixed unexpected port number shifting in standalone mode. | ||
Fixed an issue where the shutdown-manager did not respect the security context of the container spec. | ||
Fixed readiness checks failing for single-stack IPv6 Envoy Gateway deployments on dual-stack clusters. | ||
Fixed IPv6 dual-stack support not working as intended. | ||
Other changes: | | ||
Bumped Envoy to version 1.32.3. |
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,20 @@ | ||
--- | ||
title: "v1.2.5" | ||
publishdate: 2025-01-14 | ||
--- | ||
|
||
Date: January 14, 2025 | ||
|
||
## Bug fixes | ||
- Fixed a nil pointer error that occurred when a SecurityPolicy referred to a UDS backend. | ||
- Fixed an issue where the Gateway API translator did not use the TLS configuration from the BackendTLSPolicy when connecting to the OIDC provider’s well-known endpoint. | ||
- Fixed a validation failure that occurred when multiple HTTPRoutes referred to the same extension filter. | ||
- Fixed a nil pointer error caused by accessing the cookie TTL without verifying if it was valid. | ||
- Fixed unexpected port number shifting in standalone mode. | ||
- Fixed an issue where the shutdown-manager did not respect the security context of the container spec. | ||
- Fixed readiness checks failing for single-stack IPv6 Envoy Gateway deployments on dual-stack clusters. | ||
- Fixed IPv6 dual-stack support not working as intended. | ||
|
||
## Other changes | ||
- Bumped Envoy to version 1.32.3. | ||
|