As part of the evaluation of envoy as a suitable TLS termination layer for the Traffic Team we need to upgrade it to version 1.16.2.
We need 1.16.0 cause it ships OCSP stapling support (https://www.envoyproxy.io/docs/envoy/v1.16.2/version_history/v1.16.0):
tls: added OCSP stapling support through the ocsp_staple and ocsp_staple_policy configuration options. See OCSP Stapling for usage and runtime flags.
1.16.1 ships a TLS fix and 1.16.2 a HTTP 1/.1 parsing fix, so I strongly recommend targeting 1.16.2:
tls: fix read resumption after triggering buffer high-watermark and all remaining request/response bytes are stored in the SSL connection’s internal buffers.
http: fixed URL parsing for HTTP/1.1 fully qualified URLs and connect requests containing IPv6 addresses.