Skip to content

Commit

Permalink
[release/v1.2] cherry pick v1.2.4 release note (#4916)
Browse files Browse the repository at this point in the history
* 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
zhaohuabing authored Dec 13, 2024
1 parent 59bf045 commit 6ca4fe3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 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
6 changes: 0 additions & 6 deletions release-notes/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,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 All @@ -30,4 +25,3 @@ deprecations: |
# Other notable changes not covered by the above sections.
Other changes: |
Bumped Envoy to 1.32.2.
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.
17 changes: 17 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,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.

0 comments on commit 6ca4fe3

Please sign in to comment.