Skip to content

Commit

Permalink
[release/v1.1] release: v1.1.4 (#4899) (#4907)
Browse files Browse the repository at this point in the history
release: v1.1.4


(cherry picked from commit 685c5dd)

Signed-off-by: Guy Daich <[email protected]>
  • Loading branch information
guydc authored Dec 12, 2024
1 parent 48a86a5 commit 127d356
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
14 changes: 4 additions & 10 deletions release-notes/v1.1.4.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
date: November 27, 2024

# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
breaking changes: |
# New features or capabilities added in this release.
new features: |
date: December 12, 2024

# Fixes for bugs identified in previous versions.
bug fixes: |
Fixed validate proto messages before converting them to anypb.Any
Fixed BackendTlsPolicy specify multiple targetRefs of the same service, only one will work
Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes
Fixed frequent 503 errors when connecting to a Service experiencing high Pod churn
# Enhancements that improve performance.
performance improvements: |
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
# Other notable changes not covered by the above sections.
Other changes: |
Bumped Rate Limit to 49af5cca
Bumped golang.org/x/crypto to 0.31.0
16 changes: 5 additions & 11 deletions site/content/en/news/releases/notes/v1.1.4.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
---
title: "v1.1.4"
publishdate: 2024-11-27
publishdate: 2024-12-12
---

Date: November 27, 2024

## Breaking changes
-

## New features
-
Date: December 12, 2024

## Bug fixes
- Fixed validate proto messages before converting them to anypb.Any
- Fixed BackendTlsPolicy specify multiple targetRefs of the same service, only one will work
- Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes
- Fixed frequent 503 errors when connecting to a Service experiencing high Pod churn

## Performance improvements
-
- 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

## Other changes
- Bumped Rate Limit to 49af5cca
- Bumped golang.org/x/crypto to 0.31.0

0 comments on commit 127d356

Please sign in to comment.