-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: bitliu <bitliu@tencent.com>
- Loading branch information
Showing
1 changed file
with
12 additions
and
13 deletions.
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,28 +1,27 @@ | ||
--- | ||
title: "v1.0.1" | ||
publishdate: 2023-11-01 | ||
publishdate: 2024-04-09 | ||
--- | ||
|
||
Date: Nov 1, 2023 | ||
Date: April 9, 2024 | ||
|
||
## Installation | ||
- Bumped to Envoy v1.29.3 | ||
- Fixed Run certgen when upgrading | ||
- Updated EnvoyProxy version to v1.29.3 | ||
- Fixed certgen to support creating the hmac secret during an upgrade | ||
|
||
## Translator | ||
- Fixed nil secret in resourceversiontable | ||
- Fixed add missing http filters to the http filter chain | ||
- Fixed allow websockets in url rewrite | ||
- Fixed set host for http health checker explicitly | ||
- Allow websockets when url rewrite is enabled | ||
- Set the Host header for http health checker | ||
- Fixed double slashes in redirect URL | ||
- Fixed allow Policy to attach to multiple http listeners | ||
- Fixed set path prefix for http ext auth service | ||
- Fixed Change route sorting order to Exact > RegularExpression > PathPrefix | ||
- Allow ClientTrafficPolicy to attach to multiple http (non https) listeners within the same Gateway | ||
- Set path prefix for the http ext auth service | ||
- Set the route matching precedence order to Exact > RegularExpression > PathPrefix | ||
- Fixed infraIR duplicate port translation for merged gateways | ||
- Fixed set SpawnUpstreamSpan to true | ||
- Fixed rate limit doesn't work with multiple listeners | ||
- Set SpawnUpstreamSpan to true | ||
- Allow rate limit to work with multiple listeners | ||
|
||
## Infra-manager | ||
- Fixed do not create infra resources when missing translated listeners | ||
- Fixed use Patch API for infra-client | ||
- Skip creating infra resources when the InfraIR has empty listeners | ||
|