From 125921bddb1f052a306613ad4b0115624fbda3cf Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 13 Jun 2023 22:07:32 +0000 Subject: [PATCH 1/3] backport of commit c02c4445ccf3cd3dd15199932d81de78b32c1210 --- .../docs/connect/config-entries/terminating-gateway.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/content/docs/connect/config-entries/terminating-gateway.mdx b/website/content/docs/connect/config-entries/terminating-gateway.mdx index e0c1ff6032c..9c0804f9c39 100644 --- a/website/content/docs/connect/config-entries/terminating-gateway.mdx +++ b/website/content/docs/connect/config-entries/terminating-gateway.mdx @@ -7,9 +7,6 @@ description: >- # Terminating Gateway Configuration Entry --> **v1.8.4+:** On Kubernetes, the `TerminatingGateway` custom resource is supported in Consul versions 1.8.4+.
-**v1.8.0+:** On other platforms, this config entry is supported in Consul versions 1.8.0+. - The `terminating-gateway` config entry kind (`TerminatingGateway` on Kubernetes) allows you to configure terminating gateways to proxy traffic from services in the Consul service mesh to services registered with Consul that do not have a [service mesh sidecar proxy](/consul/docs/connect/proxies). The configuration is associated with the name of a gateway service From 0ef58ca3fe9c3879dcd5b6fba657dcf5b51aef35 Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 13 Jun 2023 22:13:41 +0000 Subject: [PATCH 2/3] backport of commit 3237e24a11496172837fb05a0dcdbd0266e8710e --- .../content/docs/connect/config-entries/exported-services.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/content/docs/connect/config-entries/exported-services.mdx b/website/content/docs/connect/config-entries/exported-services.mdx index 089eeb57231..c7811d8d9b4 100644 --- a/website/content/docs/connect/config-entries/exported-services.mdx +++ b/website/content/docs/connect/config-entries/exported-services.mdx @@ -9,8 +9,6 @@ description: >- This topic describes the `exported-services` configuration entry type. The `exported-services` configuration entry enables Consul to export service instances to other clusters from a single file and connect services across clusters. For additional information, refer to [Cluster Peering](/consul/docs/connect/cluster-peering) and [Admin Partitions](/consul/docs/enterprise/admin-partitions). --> **v1.11.0+:** This config entry is supported in Consul versions 1.11.0+. - ## Introduction To configure Consul to export services contained in a Consul Enterprise admin partition or Consul OSS datacenter to one or more additional clusters, create a new configuration entry and declare `exported-services` in the `kind` field. This configuration entry enables you to route traffic between services in different clusters. From a3563a70371f9e863b05731997d2f86abfb5a841 Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 13 Jun 2023 22:13:57 +0000 Subject: [PATCH 3/3] backport of commit 3bbd88fb79094dc641cd1ff43e8a8cdde92df3d9 --- website/content/docs/connect/config-entries/mesh.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/content/docs/connect/config-entries/mesh.mdx b/website/content/docs/connect/config-entries/mesh.mdx index a323a6d90f1..98760c068c0 100644 --- a/website/content/docs/connect/config-entries/mesh.mdx +++ b/website/content/docs/connect/config-entries/mesh.mdx @@ -7,8 +7,6 @@ description: >- # Mesh Configuration Entry --> **v1.10.0+:** This configuration entry is supported in Consul versions 1.10.0+. - The `mesh` configuration entry allows you to define a global default configuration that applies to all service mesh proxies. Settings in this config entry apply across all namespaces and federated datacenters.