From 78715ef7180b077f3cf0bdca189ae99272788ceb Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Thu, 13 Jun 2024 16:10:59 -0400 Subject: [PATCH] docs: simplify Envoy version support docs (#21295) Consistently use `.x` to denote implicit support for Envoy minor versions under a supported major version unless otherwise noted. This will clarify for operators that we support new Envoy minor versions without requiring a docs update on each new release, and will reduce the maintenance burden for these docs going forward. --- website/content/docs/connect/proxies/envoy.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/content/docs/connect/proxies/envoy.mdx b/website/content/docs/connect/proxies/envoy.mdx index 0962ccbb29..2d2436df20 100644 --- a/website/content/docs/connect/proxies/envoy.mdx +++ b/website/content/docs/connect/proxies/envoy.mdx @@ -58,10 +58,10 @@ apply to both Consul Enterprise and Consul community edition (CE). | Consul Version | Compatible Envoy Versions | | -------------- | -------------------------------------- | -| 1.19.x CE | 1.29.4, 1.28.3, 1.27.5, 1.26.8 | -| 1.18.x CE | 1.28.3, 1.27.5, 1.26.8, 1.25.11 | -| 1.17.x | 1.27.5, 1.26.8, 1.25.11, 1.24.12 | -| 1.16.x | 1.26.8, 1.25.11, 1.24.12, 1.23.12 | +| 1.19.x CE | 1.29.x, 1.28.x, 1.27.x, 1.26.x | +| 1.18.x CE | 1.28.x, 1.27.x, 1.26.x, 1.25.x | +| 1.17.x | 1.27.x, 1.26.x, 1.25.x, 1.24.x | +| 1.16.x | 1.26.x, 1.25.x, 1.24.x, 1.23.x | #### Enterprise Long Term Support releases @@ -72,8 +72,8 @@ until the LTS release reaches its end of maintenance. | Consul Version | Compatible Envoy Versions | | -------------- | -----------------------------------------------------------------------------------| -| 1.18.x Ent | 1.29.4, 1.28.3, 1.27.5, 1.26.8, 1.25.11 | -| 1.15.x Ent | 1.29.4, 1.27.5, 1.26.8, 1.25.11, 1.24.12, 1.23.12, 1.22.11 | +| 1.18.x Ent | 1.29.x, 1.28.x, 1.27.x, 1.26.x, 1.25.x | +| 1.15.x Ent | 1.29.x, 1.28.x, 1.27.x, 1.26.x, 1.25.x, 1.24.x, 1.23.x, 1.22.x | ### Envoy and Consul Dataplane