From 29e44850744467d24efdaa49129934d0188d13e5 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 3 Dec 2020 13:33:29 -0500 Subject: [PATCH] changelog: add entries for secondary datacenter CA fixes (#9322) --- .changelog/9009.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changelog/9009.txt diff --git a/.changelog/9009.txt b/.changelog/9009.txt new file mode 100644 index 0000000000..da27bcee9e --- /dev/null +++ b/.changelog/9009.txt @@ -0,0 +1,6 @@ +```release-note:bug +connect: fixes a case when updating the CA config in a secondary datacenter to correctly trigger the creation of a new intermediate certificate +``` +```release-note:bug +connect: only unset the active root in a secondary datacenter when a new one is replacing it +```