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.1 (envoyproxy#4221)
release: v1.1.1 (envoyproxy#4207) * release: v1.1.1 * update notes --------- (cherry picked from commit d77ee9d) Signed-off-by: Guy Daich <[email protected]>
- Loading branch information
Showing
3 changed files
with
78 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.0 | ||
v1.1.1 |
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,42 @@ | ||
date: September 11, 2024 | ||
|
||
changes: | ||
- area: documentation | ||
change: | | ||
Bumped Golang version to 1.22.7 | ||
- area: conformance | ||
change: | | ||
Enabled GatewayHTTPListenerIsolation test | ||
- area: testing | ||
change: | | ||
Fix download URL of envoy proxy WASM examples used in tests | ||
- area: translator | ||
change: | | ||
Fixed url rewrite to remove trailing slash | ||
Isolate HTTP route tables to listener according to Gateway-API specifications | ||
Fixed identification of ReferenceGrant when multiple ReferenceGrants exist in a namespace | ||
Fixed added header values as a command and space delimited list | ||
Fixed assertion on expected status in active HTTP healthcheck | ||
Fixed rejection of invalid Backends referenced by xRoutes | ||
Fixed support for empty SlowStart configuration when using LeastRequest loadbalancing | ||
Fixed update of status for Backends | ||
- area: infra-manager | ||
change: | | ||
Pin ratelimit version to 26f28d78 | ||
Reduce readinessProbe failureThreshold and periodSeconds of proxy | ||
Expose ratelimit statsd | ||
- area: providers | ||
change: | | ||
Fixed error returned when referenced Configmap or Secret is not found | ||
Use component name in Envoy Gateway logs | ||
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,35 @@ | ||
--- | ||
title: "v1.1.1" | ||
publishdate: 2024-09-11 | ||
--- | ||
|
||
Date: September 11, 2024 | ||
|
||
## Documentation | ||
- Bumped Golang version to 1.22.7 | ||
|
||
## Conformance | ||
- Enabled GatewayHTTPListenerIsolation test | ||
|
||
## Testing | ||
- Fix download URL of envoy proxy WASM examples used in tests | ||
|
||
## Translator | ||
- Fixed url rewrite to remove trailing slash | ||
- Isolate HTTP route tables to listener according to Gateway-API specifications | ||
- Fixed identification of ReferenceGrant when multiple ReferenceGrants exist in a namespace | ||
- Fixed added header values as a command and space delimited list | ||
- Fixed assertion on expected status in active HTTP healthcheck | ||
- Fixed rejection of invalid Backends referenced by xRoutes | ||
- Fixed support for empty SlowStart configuration when using LeastRequest loadbalancing | ||
- Fixed update of status for Backends | ||
|
||
## Infra-manager | ||
- Pin ratelimit version to 26f28d78 | ||
- Reduce readinessProbe failureThreshold and periodSeconds of proxy | ||
- Expose ratelimit statsd | ||
|
||
## Providers | ||
- Fixed error returned when referenced Configmap or Secret is not found | ||
- Use component name in Envoy Gateway logs | ||
|