From fc4e11538039ff0864fa981ee85a72bb8753e26a Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 24 Nov 2020 10:49:53 -0800 Subject: [PATCH] docs: adding Consul 1.9.x to compat matrix and link to Envoy compat matrix (#9263) * Adding Consul 1.9.x to compat matrix and link to Envoy compat matrix Adding 1.9.x and link to Envoy compat matrix --- website/pages/docs/k8s/upgrade/compatibility.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/pages/docs/k8s/upgrade/compatibility.mdx b/website/pages/docs/k8s/upgrade/compatibility.mdx index 0859241e6a..3302df36aa 100644 --- a/website/pages/docs/k8s/upgrade/compatibility.mdx +++ b/website/pages/docs/k8s/upgrade/compatibility.mdx @@ -11,10 +11,15 @@ Consul Kubernetes (consul-k8s) is managed using Consul Helm. For every release o Helm chart and Consul Kubernetes binary is released through the HashiCorp Helm repository. The recommended best practice is to upgrade the Helm chart which will ensure a compatible version of the Consul Kubernetes binary is used. -## Supported Versions +## Supported Consul versions | Consul Version | Compatible Consul Helm Versions | | -------------- | ------------------------------- | +| 1.9.x | 0.26.0 | | 1.8.x | 0.22.0 - 0.26.0 | | 1.7.x | 0.17.0 - 0.21.0 | | 1.6.x | 0.10.0 - 0.16.2 | + +## Supported Envoy versions + +Supported versions of Envoy for Consul versions are also found in [Envoy - Supported Versions](https://www.consul.io/docs/connect/proxies/envoy#supported-versions). The recommended best practice is to use the default version of Envoy that is provided in the Helm values.yml file, as that is the version that has been tested with the default Consul and Consul Kubernetes binaries for a given Helm chart.