From 7a1ce08861cdbaf44dadee8b5d14d16c8a92eb0a Mon Sep 17 00:00:00 2001 From: David Yu Date: Wed, 30 Nov 2022 17:47:52 -0600 Subject: [PATCH] CHANGELOG: add alpn config for ingress and connect proxy (#15613) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abef48ee23..fb74e0f935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,7 @@ where OSS Consul would save service-resolvers that require Consul Enterprise. [[ * telemetry: Added a `consul.xds.server.streamStart` metric to measure time taken to first generate xDS resources for an xDS stream. [[GH-14957](https://github.com/hashicorp/consul/issues/14957)] * ui: Improve guidance around topology visualisation [[GH-14527](https://github.com/hashicorp/consul/issues/14527)] * xds: Set `max_ejection_percent` on Envoy's outlier detection to 100% for peered services. [[GH-14373](https://github.com/hashicorp/consul/issues/14373)] +* xds: configure Envoy `alpn_protocols` for connect-proxy and ingress-gateway based on service protocol. [[GH-14356](https://github.com/hashicorp/consul/pull/14356)] BUG FIXES: