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

chore(deps): upgrade envoy to v0.16.0 #1519

Merged
merged 1 commit into from Oct 19, 2020
Merged

Conversation

desimone
Copy link
Contributor

@desimone desimone commented Oct 16, 2020

Summary

Updates envoy to v0.16.0 .

I don't see any breaking changes in the changelog or in my light manual testing however please do double check :)

Notable enhancements for us...

  • build: enable building envoy arm64 images by buildx tool in x86 CI platform
  • ext_authz filter: added support for emitting dynamic metadata for both HTTP and network filters. The emitted dynamic metadata is set by dynamic metadata field in a returned CheckResponse.
  • ext_authz filter: added stat_prefix as an optional additional prefix for the statistics emitted from ext_authz HTTP filter.
  • ext_authz filter: added support for letting the authorization server instruct Envoy to remove headers from the original request by setting the new field headers_to_remove before forwarding it to the upstream.
  • ext_authz filter: added support for sending raw bytes as request body of a gRPC check request by setting pack_as_bytes to true.
  • tls: added OCSP stapling support through the ocsp_staple and ocsp_staple_policy configuration options. See OCSP Stapling for usage and runtime flags.

Related issues

Checklist:

  • add related issues
  • ready for review

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
@desimone desimone requested a review from a team as a code owner October 16, 2020 03:54
@desimone desimone requested review from vihardesu, calebdoxsey and travisgroth and removed request for vihardesu October 16, 2020 03:54
@codeclimate
Copy link

codeclimate bot commented Oct 16, 2020

Code Climate has analyzed commit af45cb1 and detected 0 issues on this pull request.

View more on Code Climate.

@desimone desimone changed the title dep(envoy): upgrade v0.16.0 chore(deps): upgrade envoy to v0.16.0 Oct 16, 2020
@travisgroth
Copy link
Contributor

Note - We will need to update ARM64 binary source.

@travisgroth travisgroth merged commit a375f70 into master Oct 19, 2020
@travisgroth travisgroth deleted the deployment/envoy-0-16-0 branch October 19, 2020 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants