From 99ab4f98d4f65e31f9cacfaac9ba986d66d634ae Mon Sep 17 00:00:00 2001 From: Andy Assareh Date: Mon, 18 Oct 2021 17:11:00 -0700 Subject: [PATCH] docs: Mesh gateway requires 1.6.0 *or newer* (#11333) * 1.6.0 or newer * Update website/content/docs/connect/gateways/mesh-gateway/index.mdx Co-authored-by: David Yu Co-authored-by: mrspanishviking --- website/content/docs/connect/gateways/mesh-gateway/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/connect/gateways/mesh-gateway/index.mdx b/website/content/docs/connect/gateways/mesh-gateway/index.mdx index dd747c5c99..533821c5db 100644 --- a/website/content/docs/connect/gateways/mesh-gateway/index.mdx +++ b/website/content/docs/connect/gateways/mesh-gateway/index.mdx @@ -32,7 +32,7 @@ Each mesh gateway needs three things: Mesh gateways also require that your Consul datacenters are configured correctly: -- You'll need to use Consul version 1.6.0. +- Consul version 1.6.0 or newer is required. - Consul [Connect](/docs/agent/options#connect) must be enabled in both datacenters. - Each of your [datacenters](/docs/agent/options#datacenter) must have a unique name. - Your datacenters must be [WAN joined](https://learn.hashicorp.com/tutorials/consul/federarion-gossip-wan).