grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.51k stars 766 forks source link

Update envoy version to 1.22 (with config updates) #1222

Closed tomk9 closed 2 years ago

tomk9 commented 2 years ago

1220

linux-foundation-easycla[bot] commented 2 years ago

CLA Signed

The committers listed above are authorized under a signed CLA.

sampajano commented 2 years ago

@tomk9 Thanks so much for the change!!

Interestingly, didn't find anything mentioning about a "breaking change" in Envoy 1.22 change log.. But it did mention a few things about "typed configuration" and "filter".. :)

https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.22.0

Could it be a bug on Envoy side?

============================

Aha found this PR: https://github.com/envoyproxy/envoy/pull/20397

It's said to be "strongly recommended" but not required.. but i guess in that case we should adopt it anyways.. 😄