Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.2.4 release note #4915

Merged
merged 5 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading