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

release: kick off 1.33 #36598

Merged
merged 3 commits into from
Oct 15, 2024
Merged

release: kick off 1.33 #36598

merged 3 commits into from
Oct 15, 2024

Conversation

alyssawilk
Copy link
Contributor

No description provided.

**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 <alyssar@chromium.org>
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #36598 was opened by alyssawilk.

see: more, trace.

@alyssawilk alyssawilk marked this pull request as ready for review October 15, 2024 16:38
Copy link
Member

@phlax phlax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @alyssawilk

@alyssawilk
Copy link
Contributor Author

https://github.com/envoyproxy/envoy/tree/release/v1.32 landed so I think we're good to go right?

@phlax
Copy link
Member

phlax commented Oct 15, 2024

yep - we probs want to land it asap so nothing else lands in the meantime

@alyssawilk alyssawilk merged commit d4d5e3e into envoyproxy:main Oct 15, 2024
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants