Skip to content

Commit

Permalink
v1.2.4 release note (envoyproxy#4915)
Browse files Browse the repository at this point in the history
* 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
zhaohuabing authored Dec 13, 2024
1 parent 260e4e5 commit 23d5c9f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.3
v1.2.4
5 changes: 0 additions & 5 deletions release-notes/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ new features: |
# Fixes for bugs identified in previous versions.
bug fixes: |
Fixed BackendTLSPolicy didn't support using port name as the sectionName in the targetRefs
Fixed reference grant from EnvoyExtensionPolicy to referenced ext-proc backend not respected
Fixed BackendTrafficPolicy not applying to Gateway Route when Route has a Request Timeout defined
Fixed proxies connected to the secondary EG were not receiving xDS configuration
Fixed traffic splitting when some backends were invalid
# Enhancements that improve performance.
performance improvements: |
Expand Down
11 changes: 11 additions & 0 deletions release-notes/v1.2.4.yaml
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.
16 changes: 16 additions & 0 deletions site/content/en/news/releases/notes/v1.2.4.md
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.

0 comments on commit 23d5c9f

Please sign in to comment.