Skip to content

Commit

Permalink
release note for v1.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed Jan 14, 2025
1 parent 58a9b23 commit 744c397
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.4
v1.2.5
4 changes: 1 addition & 3 deletions release-notes/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ new features: |
Added support for GEP-1731 (HTTPRoute Retries)
bug fixes: |
Fixed a nil pointer error that occurs when a SecurityPolicy refers to a UDS backend
Fixed the Gateway API translator didn't use the TLS configuration from the BackendTLSPolicy when connecting to the OIDC provider's well-known endpoint.
Fixed a validation failure when multiple HTTPRoutes refer to the same extension filter
# Enhancements that improve performance.
performance improvements: |
Expand Down
16 changes: 16 additions & 0 deletions release-notes/v1.2.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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.

Check failure on line 6 in release-notes/v1.2.5.yaml

View workflow job for this annotation

GitHub Actions / lint

6:1 syntax error: found character '\t' that cannot start any token (syntax)

Check failure on line 6 in release-notes/v1.2.5.yaml

View workflow job for this annotation

GitHub Actions / lint

6:1 syntax error: found character '\t' that cannot start any token (syntax)
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 the Hostname field in the Backend API to support hostnames with a single character.
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.
19 changes: 19 additions & 0 deletions site/content/en/news/releases/notes/v1.2.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
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.

0 comments on commit 744c397

Please sign in to comment.