-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/v1.0]: release v1.0.1 (#3149)
- Loading branch information
Showing
112 changed files
with
742 additions
and
18 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 |
---|---|---|
|
@@ -31,6 +31,13 @@ jobs: | |
files: site/content/* | ||
config_file: ".github/markdown_lint_config.json" | ||
|
||
- name: Install linkinator | ||
run: npm install -g [email protected] | ||
|
||
- name: Check links | ||
run: make docs docs-check-links | ||
continue-on-error: true | ||
|
||
docs-build: | ||
runs-on: ubuntu-latest | ||
needs: docs-lint | ||
|
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.0.0 | ||
v1.0.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,25 @@ | ||
date: April 9, 2024 | ||
|
||
changes: | ||
- area: installation | ||
change: | | ||
Updated EnvoyProxy version to v1.29.3 | ||
Fixed certgen to support creating the hmac secret during an upgrade | ||
- area: translator | ||
change: | | ||
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 | ||
- area: infra-manager | ||
change: | | ||
Skip creating infra resources when the InfraIR has empty listeners |
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
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,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 | ||
|
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.