-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary of changes**: - Fix [CVE-2024-23324](GHSA-gq3v-vvhj-96j6) - Fix [CVE-2024-23325](GHSA-5m7c-mrwr-pm26) - Fix [CVE-2024-23322](GHSA-6p83-mfmh-qv38) - Fix [CVE-2024-23323](GHSA-x278-4w4x-r7ch) - Fix [CVE-2024-23327](GHSA-4h5x-x9vh-m29j) - Assorted bug fixes **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.28.1 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.28.1/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.28.1/version_history/v1.28/v1.28.1 **Full changelog**: v1.28.0...v1.28.1 Signed-off-by: Ryan Northey <[email protected]>
- Loading branch information
Showing
8 changed files
with
85 additions
and
16 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 +1 @@ | ||
1.28.1-dev | ||
1.28.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,28 @@ | ||
date: February 9, 2024 | ||
|
||
bug_fixes: | ||
- area: buffer | ||
change: | | ||
Fixed a bug (https://github.com/envoyproxy/envoy/issues/28760) that the internal listener causes an undefined | ||
behavior due to the unintended release of the buffer memory. | ||
- area: http | ||
change: | | ||
Fixed recursion when HTTP connection is disconnected due to a high number of premature resets. | ||
- area: proxy protocol | ||
change: | | ||
fixed a crash when Envoy is configured for PROXY protocol on both a listener and cluster, and the listener receives | ||
a PROXY protocol header with address type LOCAL (typically used for health checks). | ||
- area: proxy_protocol | ||
change: | | ||
Fix crash due to uncaught exception when the operating system does not support an address type (such as IPv6) that is | ||
received in a proxy protocol header. Connections will instead be dropped/reset. | ||
- area: proxy_protocol | ||
change: | | ||
Fixed a bug where TLVs with non utf8 characters were inserted as protobuf values into filter metadata circumventing | ||
ext_authz checks when ``failure_mode_allow`` is set to ``true``. | ||
- area: http | ||
change: | | ||
Fixed crash when HTTP request idle and per try timeouts occurs within backoff interval. | ||
- area: url matching | ||
change: | | ||
Fixed excessive CPU utilization when using regex URL template matcher. |
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,52 @@ | ||
date: February 9, 2024 | ||
|
||
minor_behavior_changes: | ||
- area: access_log | ||
change: | | ||
When emitting grpc logs, only downstream filter state was used. Now, both downstream and upstream filter states will be tried | ||
to find the keys configured in filter_state_objects_to_log. | ||
bug_fixes: | ||
- area: buffer | ||
change: | | ||
Fixed a bug (https://github.com/envoyproxy/envoy/issues/28760) that the internal listener causes an undefined | ||
behavior due to the unintended release of the buffer memory. | ||
- area: http | ||
change: | | ||
Fixed recursion when HTTP connection is disconnected due to a high number of premature resets. | ||
- area: grpc | ||
change: | | ||
Fixed a bug in gRPC async client cache which intermittently causes CPU spikes due to busy loop in timer expiration. | ||
- area: tracing | ||
change: | | ||
Fixed a bug where Datadog spans tagged as errors would not have the appropriate error property set. | ||
- area: tracing | ||
change: | | ||
Fixed a bug where child spans produced by the Datadog tracer would have an incorrect operation name. | ||
- area: tracing | ||
change: | | ||
Fixed a bug that caused the Datadog tracing extension to drop traces that | ||
should be kept on account of an extracted sampling decision. | ||
- area: proxy protocol | ||
change: | | ||
fixed a crash when Envoy is configured for PROXY protocol on both a listener and cluster, and the listener receives | ||
a PROXY protocol header with address type LOCAL (typically used for health checks). | ||
- area: proxy_protocol | ||
change: | | ||
Fix crash due to uncaught exception when the operating system does not support an address type (such as IPv6) that is | ||
received in a proxy protocol header. Connections will instead be dropped/reset. | ||
- area: proxy_protocol | ||
change: | | ||
Fixed a bug where TLVs with non utf8 characters were inserted as protobuf values into filter metadata circumventing | ||
ext_authz checks when ``failure_mode_allow`` is set to ``true``. | ||
- area: tls | ||
change: | | ||
Fix crash due to uncaught exception when the operating system does not support an address type (such as IPv6) that is | ||
received in an mTLS client cert IP SAN. These SANs will be ignored. This applies only when using formatter | ||
``%DOWNSTREAM_PEER_IP_SAN%``. | ||
- area: http | ||
change: | | ||
Fixed crash when HTTP request idle and per try timeouts occurs within backoff interval. | ||
- area: url matching | ||
change: | | ||
Fixed excessive CPU utilization when using regex URL template matcher. |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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