changelog: add entry for fixing active CA root unset (#9323)

This commit is contained in:
Mike Morris 2020-12-03 13:45:07 -05:00 committed by GitHub
parent 0650188f27
commit 9e01633016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,3 @@
```release-note:bug ```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 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
```

3
.changelog/9318.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
connect: only unset the active root in a secondary datacenter when a new one is replacing it
```