From ba45951ea673d121c73cc30e60783a977596400c Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 3 Dec 2020 13:45:07 -0500 Subject: [PATCH] changelog: add entry for fixing active CA root unset (#9323) --- .changelog/9009.txt | 3 --- .changelog/9318.txt | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .changelog/9318.txt diff --git a/.changelog/9009.txt b/.changelog/9009.txt index da27bcee9e..21c9341be7 100644 --- a/.changelog/9009.txt +++ b/.changelog/9009.txt @@ -1,6 +1,3 @@ ```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 -``` diff --git a/.changelog/9318.txt b/.changelog/9318.txt new file mode 100644 index 0000000000..b84ac637dc --- /dev/null +++ b/.changelog/9318.txt @@ -0,0 +1,3 @@ +```release-note:bug +connect: only unset the active root in a secondary datacenter when a new one is replacing it +```