forked from envoyproxy/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/v1.1] Release v1.1.2 (envoyproxy#4323)
[release/v1.1] release: v1.1.2 (envoyproxy#4320) release: v1.1.2 (cherry picked from commit 8fb6a3f) Signed-off-by: Guy Daich <guy.daich@sap.com>
- Loading branch information
Showing
3 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.1.1 | ||
v1.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
date: September 24, 2024 | ||
|
||
changes: | ||
- area: translator | ||
change: | | ||
Fixed handling of sectionName in BackendTLSPolicy for Backend resource | ||
- area: infra-manager | ||
change: | | ||
Pin Envoy Proxy version to v1.32.2 | ||
Change Envoy listener drain strategy from gradual to immediate | ||
- area: providers | ||
change: | | ||
Fixed reconciliation of HTTPRoutes when labels change |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "v1.1.2" | ||
publishdate: 2024-09-24 | ||
--- | ||
|
||
Date: September 24, 2024 | ||
|
||
## Translator | ||
- Fixed handling of sectionName in BackendTLSPolicy for Backend resource | ||
|
||
## Infra-manager | ||
- Pin Envoy Proxy version to v1.32.2 | ||
- Change Envoy listener drain strategy from gradual to immediate | ||
|
||
## Providers | ||
- Fixed reconciliation of HTTPRoutes when labels change | ||
|