From c943042cb61f5248df6bf9f38d555d4222f65c0d Mon Sep 17 00:00:00 2001 From: Xunzhuo Date: Tue, 9 Apr 2024 20:28:34 +0800 Subject: [PATCH] fix: date and sync release note to v1.0.1 (#3152) Signed-off-by: bitliu Co-authored-by: zirain --- site/content/en/latest/releases/v1.0.0.md | 4 ++-- site/content/en/v1.0.1/releases/v1.0.1.md | 27 +++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 site/content/en/v1.0.1/releases/v1.0.1.md diff --git a/site/content/en/latest/releases/v1.0.0.md b/site/content/en/latest/releases/v1.0.0.md index 134a7f23071..22630e9e98c 100644 --- a/site/content/en/latest/releases/v1.0.0.md +++ b/site/content/en/latest/releases/v1.0.0.md @@ -1,9 +1,9 @@ --- title: "v1.0.0" -publishdate: 2023-11-01 +publishdate: 2024-03-13 --- -Date: Nov 1, 2023 +Date: March 13, 2024 ## Documentation - Added User Guide for Local Ratelimit diff --git a/site/content/en/v1.0.1/releases/v1.0.1.md b/site/content/en/v1.0.1/releases/v1.0.1.md new file mode 100644 index 00000000000..0b77719474a --- /dev/null +++ b/site/content/en/v1.0.1/releases/v1.0.1.md @@ -0,0 +1,27 @@ +--- +title: "v1.0.1" +publishdate: 2024-04-09 +--- + +Date: April 9, 2024 + +## Installation +- Updated EnvoyProxy version to v1.29.3 +- Fixed certgen to support creating the hmac secret during an upgrade + +## Translator +- Fixed nil secret in resourceversiontable +- Add missing http filters to the http filter chain when ClientTrafficPolicy and MergeGateways is enabled +- Allow websockets when url rewrite is enabled +- Set the Host header for http health checker +- Fixed double slashes in redirect URL +- 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 +- Set SpawnUpstreamSpan to true +- Allow rate limit to work with multiple listeners + +## Infra-manager +- Skip creating infra resources when the InfraIR has empty listeners +