From 4297efed9dde0c24d3a9a42cbf2c6e2f8240d996 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Thu, 17 Oct 2024 16:51:29 -0400 Subject: [PATCH] Update Envoy compatibility matrices to include consul 1.20.x and dataplane 1.6.x --- website/content/docs/connect/proxies/envoy.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/docs/connect/proxies/envoy.mdx b/website/content/docs/connect/proxies/envoy.mdx index 7546edc3ae..9463ce21a8 100644 --- a/website/content/docs/connect/proxies/envoy.mdx +++ b/website/content/docs/connect/proxies/envoy.mdx @@ -108,6 +108,7 @@ apply to both Consul Enterprise and Consul community edition (CE). | Consul Version | Default `consul-dataplane` Version | Other compatible `consul-dataplane` Versions | | -------------- | -------------------------------------|----------------------------------------------| +| 1.20.x CE | 1.6.x (Envoy 1.31.x) | 1.5.x (Envoy 1.29.x) | | 1.19.x CE | 1.5.x (Envoy 1.29.x) | 1.4.x (Envoy 1.28.x) | | 1.18.x CE | 1.4.x (Envoy 1.28.x) | 1.3.x (Envoy 1.27.x) | | 1.17.x | 1.3.x (Envoy 1.27.x) | 1.4.x (Envoy 1.28.x), 1.2.x (Envoy 1.26.x) | @@ -136,7 +137,8 @@ security fixes. | `consul-dataplane` Version Range | Associated Consul Enterprise version | Contained Envoy Binary Version | | -------------------------------- | ---------------------------------------- | ------------------------------ | -| 1.5.0 - 1.5.latest | 1.18.x Ent | Envoy 1.29.x | +| 1.6.0 - 1.6.latest | 1.20.x Ent | Envoy 1.31.x | +| 1.5.0 - 1.5.latest | 1.19.x Ent | Envoy 1.29.x | | 1.4.0 - 1.4.latest | 1.18.x Ent | Envoy 1.28.x | | 1.2.0 - 1.2.latest | 1.18.x Ent | Envoy 1.27.x | | 1.2.0 - 1.2.7 | 1.18.x Ent | Envoy 1.27.x |