Skip to content

Commit

Permalink
[release/v1.1] release: v1.1.1 (envoyproxy#4221)
Browse files Browse the repository at this point in the history
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
guydc authored Sep 12, 2024
1 parent 46ca0e5 commit 563fb3c
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.0
v1.1.1
42 changes: 42 additions & 0 deletions release-notes/v1.1.1.yaml
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
35 changes: 35 additions & 0 deletions site/content/en/news/releases/notes/v1.1.1.md
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

0 comments on commit 563fb3c

Please sign in to comment.