Skip to content

Commit 51a420a

Browse files
authored
[release/v1.2] v1.2.5 release note (#5049) (#5053)
* 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]>
1 parent 7ce8cbc commit 51a420a

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.4
1+
v1.2.5

release-notes/v1.2.5.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
date: January 14, 2025
2+
3+
4+
bug fixes: |
5+
Fixed a nil pointer error that occurred when a SecurityPolicy referred to a UDS backend.
6+
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.
7+
Fixed a validation failure that occurred when multiple HTTPRoutes referred to the same extension filter.
8+
Fixed a nil pointer error caused by accessing the cookie TTL without verifying if it was valid.
9+
Fixed unexpected port number shifting in standalone mode.
10+
Fixed an issue where the shutdown-manager did not respect the security context of the container spec.
11+
Fixed readiness checks failing for single-stack IPv6 Envoy Gateway deployments on dual-stack clusters.
12+
Fixed IPv6 dual-stack support not working as intended.
13+
14+
Other changes: |
15+
Bumped Envoy to version 1.32.3.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "v1.2.5"
3+
publishdate: 2025-01-14
4+
---
5+
6+
Date: January 14, 2025
7+
8+
## Bug fixes
9+
- Fixed a nil pointer error that occurred when a SecurityPolicy referred to a UDS backend.
10+
- 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.
11+
- Fixed a validation failure that occurred when multiple HTTPRoutes referred to the same extension filter.
12+
- Fixed a nil pointer error caused by accessing the cookie TTL without verifying if it was valid.
13+
- Fixed unexpected port number shifting in standalone mode.
14+
- Fixed an issue where the shutdown-manager did not respect the security context of the container spec.
15+
- Fixed readiness checks failing for single-stack IPv6 Envoy Gateway deployments on dual-stack clusters.
16+
- Fixed IPv6 dual-stack support not working as intended.
17+
18+
## Other changes
19+
- Bumped Envoy to version 1.32.3.
20+

0 commit comments

Comments
 (0)