-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
repo: Release v1.32.0 #36597
Merged
Merged
repo: Release v1.32.0 #36597
Conversation
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
**Summary of changes**: * Envoy now logs warnings when `internal_address_config` is not set. If you see this logged warning and wish to retain trusted status for internal addresses you must explicitly configure `internal_address_config` (which will turn off the warning) before the next Envoy release. * Removed support for (long deprecated) opentracing. * Added a configuration setting for the maximum size of response headers in responses. * Added support for `connection_pool_per_downstream_connection` flag in tcp connection pool. * For the strict DNS and logical DNS cluster types, the `dns_jitter` field allows spreading out DNS refresh requests * Added dynamic metadata matcher support `dynamic metadata input` and `dynamic metadata input matcher`. * The xff original IP detection method now supports using a list of trusted CIDRs when parsing `x-forwarded-for`. * QUIC server and client support certificate compression, which can in some cases reduce the number of round trips required to setup a connection. * Added the ability to monitor CPU utilization in Linux based systems via `cpu utilization monitor` in overload manager. * Added new access log command operators (`%START_TIME_LOCAL%` and `%EMIT_TIME_LOCAL%`) formatters (`%UPSTREAM_CLUSTER_RAW%` `%DOWNSTREAM_PEER_CHAIN_FINGERPRINTS_256%`, and `%DOWNSTREAM_PEER_CHAIN_SERIALS%`) as well as significant boosts to json parsing. See release notes for details * Added support for `%BYTES_RECEIVED%`, `%BYTES_SENT%`, `%UPSTREAM_HEADER_BYTES_SENT%`, `%UPSTREAM_HEADER_BYTES_RECEIVED%`, `%UPSTREAM_WIRE_BYTES_SENT%`, `%UPSTREAM_WIRE_BYTES_RECEIVED%` and access log substitution strings for UDP tunneling flows. * Added ECDS support for UDP session filters. **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.32.0 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.32.0/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.32.0/version_history/v1.32/v1.32.0 **Full changelog**: envoyproxy/envoy@v1.31.0...v1.32.0 Signed-off-by: Alyssa Wilk <[email protected]>
phlax
approved these changes
Oct 15, 2024
grnmeira
pushed a commit
to grnmeira/envoy
that referenced
this pull request
Oct 17, 2024
**Summary of changes**: * Envoy now logs warnings when `internal_address_config` is not set. If you see this logged warning and wish to retain trusted status for internal addresses you must explicitly configure `internal_address_config` (which will turn off the warning) before the next Envoy release. * Removed support for (long deprecated) opentracing. * Added a configuration setting for the maximum size of response headers in responses. * Added support for `connection_pool_per_downstream_connection` flag in tcp connection pool. * For the strict DNS and logical DNS cluster types, the `dns_jitter` field allows spreading out DNS refresh requests * Added dynamic metadata matcher support `dynamic metadata input` and `dynamic metadata input matcher`. * The xff original IP detection method now supports using a list of trusted CIDRs when parsing `x-forwarded-for`. * QUIC server and client support certificate compression, which can in some cases reduce the number of round trips required to setup a connection. * Added the ability to monitor CPU utilization in Linux based systems via `cpu utilization monitor` in overload manager. * Added new access log command operators (`%START_TIME_LOCAL%` and `%EMIT_TIME_LOCAL%`) formatters (`%UPSTREAM_CLUSTER_RAW%` `%DOWNSTREAM_PEER_CHAIN_FINGERPRINTS_256%`, and `%DOWNSTREAM_PEER_CHAIN_SERIALS%`) as well as significant boosts to json parsing. See release notes for details * Added support for `%BYTES_RECEIVED%`, `%BYTES_SENT%`, `%UPSTREAM_HEADER_BYTES_SENT%`, `%UPSTREAM_HEADER_BYTES_RECEIVED%`, `%UPSTREAM_WIRE_BYTES_SENT%`, `%UPSTREAM_WIRE_BYTES_RECEIVED%` and access log substitution strings for UDP tunneling flows. * Added ECDS support for UDP session filters. **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.32.0 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.32.0/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.32.0/version_history/v1.32/v1.32.0 **Full changelog**: envoyproxy/envoy@v1.31.0...v1.32.0 Signed-off-by: Alyssa Wilk <[email protected]> Signed-off-by: alyssawilk <[email protected]>
VishalDamgude
added a commit
to freshworks/envoy
that referenced
this pull request
Nov 12, 2024
This reverts commit 86dc7ef. Signed-off-by: VishalDamgude <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes:
internal_address_config
is not set. If you see this logged warning and wish to retain trusted status for internal addresses you must explicitly configureinternal_address_config
(which will turn off the warning) before the next Envoy release.connection_pool_per_downstream_connection
flag in tcp connection pool.dns_jitter
field allows spreading out DNS refresh requestsdynamic metadata input
anddynamic metadata input matcher
.x-forwarded-for
.cpu utilization monitor
in overload manager.%START_TIME_LOCAL%
and%EMIT_TIME_LOCAL%
) formatters (%UPSTREAM_CLUSTER_RAW%
%DOWNSTREAM_PEER_CHAIN_FINGERPRINTS_256%
, and%DOWNSTREAM_PEER_CHAIN_SERIALS%
) as well as significant boosts to json parsing. See release notes for details%BYTES_RECEIVED%
,%BYTES_SENT%
,%UPSTREAM_HEADER_BYTES_SENT%
,%UPSTREAM_HEADER_BYTES_RECEIVED%
,%UPSTREAM_WIRE_BYTES_SENT%
,%UPSTREAM_WIRE_BYTES_RECEIVED%
and access log substitution strings for UDP tunneling flows.Docker images:
https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.32.0
Docs:
https://www.envoyproxy.io/docs/envoy/v1.32.0/
Release notes:
https://www.envoyproxy.io/docs/envoy/v1.32.0/version_history/v1.32/v1.32.0
Full changelog:
v1.31.0...v1.32.0
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]