emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.33k stars 682 forks source link

revert: Envoy 1.28 upgrade #5504

Closed LanceEa closed 7 months ago

LanceEa commented 7 months ago

Description

Envoy 1.28 seems to have a regression with the downstream udp/quic listener used for HTTP/3 support. This has been resolved in 1.29 but does not appear to be easily back ported. Therefore, this reverts Envoy 1.28 and go-control-plane update until 1.29 has been released in a few weeks and we can jump to that instead.

Related Issues

https://github.com/envoyproxy/envoy/issues/31036

Testing

No additional testing for revert but we will want to add an http/3 test to our suite so that we can catch this sooner.

Checklist