Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: date and sync release note to v1.0.1 #3152

Merged
merged 2 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/content/en/latest/releases/v1.0.0.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
27 changes: 27 additions & 0 deletions site/content/en/v1.0.1/releases/v1.0.1.md
Original file line number Diff line number Diff line change
@@ -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

Loading