Alex Xu
Alex Xu
When updating a listener with a different v4_compat flag value, the new value will be ignored. When updating an existing listener, we will clone the socket from the old listener:...
Commit Message: upstream: support multiple upstream binding source addresses Additional Description: Currently, the upstream binding config only supports specified one source address https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/address.proto#config-core-v3-bindconfig When using the dual-stack, people have to...
Signed-off-by: He Jie Xu Commit Message: connection handler: correct the handling of listener update Additional Description: This is cherry-pick from https://github.com/envoyproxy/envoy/pull/22622 Risk Level: high Testing: unittest added Docs Changes: n/a...
Signed-off-by: He Jie Xu Commit Message: listener: support update socket_options Additional Description: Support to update socket_options through cloning the existing socket or creating a new socket. A new field `clone_socket_when_options_updated`...
Commit Message: io: add iouring support Additional Description: Risk Level: low, it should be enabled by default. Testing: unit tests and integration tests are expected Docs Changes: TODO Release Notes:...
Commit Message: quic: add Private Key Provider support Additional Description: This PR adds private key provider support to the QUIC over TLS 1.3 Risk Level: low Testing: unittest and integration...
Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API...
https://dev.azure.com/cncf/envoy/_build/results?buildId=176230&view=logs&j=86165412-e6cf-5df7-4573-670f16ea7b21&t=17984700-8a8b-562b-3e24-93462ef57afd&l=173 ``` #9 [linux/arm64 binary 1/3] COPY ci/docker-entrypoint.sh / #9 CACHED #10 [linux/arm64 binary 2/3] ADD configs/envoyproxy_io_proxy.yaml /etc/envoy/envoy.yaml #10 CACHED #11 [linux/arm64 binary 3/3] ADD linux/arm64/release.tar.zst /usr/local/bin/ #11 ... #12...