From 4541171a1e4077ea2640039ba42557cdab977573 Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Mon, 8 Aug 2022 19:07:47 -0700 Subject: [PATCH] Denote Cluster Peering as 'Beta' in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aace78903e7..f5f5691888cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ BREAKING CHANGES: FEATURES: -* **Cluster Peering** This version adds a new model to federate Consul clusters for both service mesh and traditional service discovery. Cluster peering allows for service interconnectivity with looser coupling than the existing WAN federation. For more information refer to the [cluster +* **Cluster Peering (Beta)** This version adds a new model to federate Consul clusters for both service mesh and traditional service discovery. Cluster peering allows for service interconnectivity with looser coupling than the existing WAN federation. For more information refer to the [cluster peering](https://www.consul.io/docs/connect/cluster-peering) documentation. * acl: It is now possible to login and logout using the gRPC API [[GH-12935](https://github.com/hashicorp/consul/issues/12935)] * agent: Added information about build date alongside other version information for Consul. Extended /agent/self endpoint and `consul version` commands