From c7847f34ad4652ca7ded1cddf3256cb2f3c2e622 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Mon, 11 Mar 2024 12:26:05 -0600 Subject: [PATCH] CL edit Signed-off-by: Steve Kriss --- changelogs/unreleased/6146-skriss-major.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/unreleased/6146-skriss-major.md b/changelogs/unreleased/6146-skriss-major.md index 271ba0d277b..5340d272fc7 100644 --- a/changelogs/unreleased/6146-skriss-major.md +++ b/changelogs/unreleased/6146-skriss-major.md @@ -2,7 +2,7 @@ As of this release, Contour now uses the `envoy` xDS server implementation by default. This xDS server implementation is based on Envoy's [go-control-plane project](https://github.com/envoyproxy/go-control-plane) and will eventually be the only supported xDS server implementation in Contour. -This change is expected to be transparent to users, and has been tested extensively. +This change is expected to be transparent to users. ### I'm seeing issues after upgrading, how to I revert to the contour xDS server?