-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto-merge envoyproxy/envoy[release/v1.31] into envoyproxy/envoy-open…
…ssl[release/v1.31] * upstream/release/v1.31: repo: Dev v1.31.6 repo: Release v1.31.5 [balsa] fix for 1xx response mixup happy_eyeballs: Validate that additional_address are IP addresses instead of crashing when sorting. http/1: fix sending overload crash when request is reset github/ci: Set default runner in config (#37738) repo: Dev v1.31.5 repo: Release v1.31.4 build(deps): bump distroless/base-nossl-debian12 from `174f326` to `2a803cc` in /ci (#37410) ci: Boost cpu for flakey on_demand integration test (#37294) ci: Boost cpu for flakey grpc integration test (#37223) ci: Boost mem for integration test (#37009) ci/rbe: Boost cpus for more flakey tests (#36942) ci/rbe: Boost cpus for some more integration tests (#36930) ci/rbe: Boost cpu for another integration test (#36885) ci/rbe: Boost cpus for more integration tests (#36837) ci/rbe: Boost cpu/mem for more integration tests (#36825) ci/rbe: Boost cpus for a couple more integration tests (#36807) ci/tests: Boost more worker cores for flakey integration tests (#36793) Patch c-ares CVE-2024-25629 (#37269) changelog: Add entry for `schema_validation_tool` fix (#37335) ci/bazel: Fix repo config (#37349) github/ci: Only trigger pr-notifier ci on `main` PRs (#37336) validator: add in removed extension (#37261) limit calculated sampling exponent (#37240) build(deps): bump distroless/base-nossl-debian12 from `aa91f01` to `174f326` in /ci (#37119) deps/api: Bump `envoy_toolshed` -> 0.1.16 (#37219) deps: Bump python -> 3.12.3 (#35334) headers/geoip: Fix macro (#36964) bazel: Make `ci` config common (#37027) bazel/distribution: Cleanups to fix aquery (#36977) ci: Add bazel client caching (#37096) Add release note for "Relax recent SNI restrictions" (#37000) Relax recent SNI restrictions (#36950) ci/rbe: Boost cpu for another flakey integration test repo: Dev v1.31.4 repo: Release v1.31.3 ci: Fix coverage/docs upload redirect path (#36423) build(deps): bump distroless/base-nossl-debian12 from `e130c09` to `aa91f01` in /ci (#36847) bazel/ci: Add repo customizations (#36831) ci/codeql: Only run on main branch (#36806) ci/rbe: Boost quic integration test (#36805) deps/release: Bump Ubuntu -> 0e5e4a5 (#36723) ci/tests: Revert some integration tests to `2core` (#36784) ci/rbe: Switch rbe pools `2core` -> `6gig` (#36761) ocsp/formatting: Fix format issue in generated cert (#36763) test/ocsp: Renew certificates (#36755) ci/rbe: Switch backend RBE cluster (#36730) Signed-off-by: tedjpoole <[email protected]>
- Loading branch information
Showing
445 changed files
with
2,090 additions
and
1,729 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
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
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
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 5 * * 1,2,3,4,5' | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
1.31.3-dev | ||
1.31.6-dev |
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
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
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
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,6 @@ | ||
date: October 29, 2024 | ||
|
||
bug_fixes: | ||
- area: tracing | ||
change: | | ||
Fixed a bug where the OpenTelemetry tracer exports the OTLP request even when no spans are present. |
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,15 @@ | ||
date: December 8, 2024 | ||
|
||
minor_behavior_changes: | ||
- area: dns | ||
change: | | ||
Patched c-ares to address CVE-2024-25629. | ||
bug_fixes: | ||
- area: access_log | ||
change: | | ||
Relaxed the restriction on SNI logging to allow the ``_`` character, even if | ||
``envoy.reloadable_features.sanitize_sni_in_access_log`` is enabled. | ||
- area: validation/tools | ||
change: | | ||
Add back missing extension for ``schema_validator_tool``. |
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,6 @@ | ||
date: December 18, 2024 | ||
|
||
bug_fixes: | ||
- area: http/1 | ||
change: | | ||
Fixes sending overload crashes when HTTP/1 request is reset. |
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,6 @@ | ||
date: October 29, 2024 | ||
|
||
bug_fixes: | ||
- area: tracing | ||
change: | | ||
Fixed a bug where the OpenTelemetry tracer exports the OTLP request even when no spans are present. |
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,18 @@ | ||
date: December 8, 2024 | ||
|
||
minor_behavior_changes: | ||
- area: dns | ||
change: | | ||
Patched c-ares to address CVE-2024-25629. | ||
bug_fixes: | ||
- area: access_log | ||
change: | | ||
Relaxed the restriction on SNI logging to allow the ``_`` character, even if | ||
``envoy.reloadable_features.sanitize_sni_in_access_log`` is enabled. | ||
- area: tracers | ||
change: | | ||
Avoid possible overflow when setting span attributes in Dynatrace sampler. | ||
- area: validation/tools | ||
change: | | ||
Add back missing extension for ``schema_validator_tool``. |
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,9 @@ | ||
date: December 18, 2024 | ||
|
||
bug_fixes: | ||
- area: http/1 | ||
change: | | ||
Fixes sending overload crashes when HTTP/1 request is reset. | ||
- area: happy_eyeballs | ||
change: | | ||
Validate that ``additional_address`` are IP addresses instead of crashing when sorting. |
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,6 @@ | ||
date: October 29, 2024 | ||
|
||
bug_fixes: | ||
- area: tracing | ||
change: | | ||
Fixed a bug where the OpenTelemetry tracer exports the OTLP request even when no spans are present. |
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,18 @@ | ||
date: December 8, 2024 | ||
|
||
minor_behavior_changes: | ||
- area: dns | ||
change: | | ||
Patched c-ares to address CVE-2024-25629. | ||
bug_fixes: | ||
- area: access_log | ||
change: | | ||
Relaxed the restriction on SNI logging to allow the ``_`` character, even if | ||
``envoy.reloadable_features.sanitize_sni_in_access_log`` is enabled. | ||
- area: tracers | ||
change: | | ||
Avoid possible overflow when setting span attributes in Dynatrace sampler. | ||
- area: validation/tools | ||
change: | | ||
Add back missing extension for ``schema_validator_tool``. |
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,13 @@ | ||
date: December 18, 2024 | ||
|
||
bug_fixes: | ||
- area: http/1 | ||
change: | | ||
Fixes sending overload crashes when HTTP/1 request is reset. | ||
- area: happy_eyeballs | ||
change: | | ||
Validate that ``additional_address`` are IP addresses instead of crashing when sorting. | ||
- area: balsa | ||
change: | | ||
Fix incorrect handling of non-101 1xx responses. This fix can be temporarily reverted by setting runtime guard | ||
``envoy.reloadable_features.wait_for_first_byte_before_balsa_msg_done`` to false. |
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
Oops, something went wrong.