From 9578ca01f2536e98be571bc73f3293d07c9ef450 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Mon, 10 Feb 2025 23:40:14 -0500 Subject: [PATCH] 4.1.0-beta.4 release notes: a typo (cherry picked from commit 4d1b9034277a57711a19e2ab963920e207f0a349) --- release-notes/4.1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/4.1.0.md b/release-notes/4.1.0.md index 0a6253a048..12fdbf6681 100644 --- a/release-notes/4.1.0.md +++ b/release-notes/4.1.0.md @@ -467,7 +467,7 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas #### Enhancements - * `` is a new configuration setting that allows the backend to skip registration. + * `cluster_formation.registration.enabled` is a new configuration setting that allows the backend to skip registration. This is useful when Consul is used for peer discovery but a different tool such as Nomad is used to keep track of the services and their registration, unregistration.