From 3569c8d8f7c5090e413a0c13a6b1fa23f65861c2 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 1 Apr 2021 10:31:48 -0400 Subject: [PATCH] changelog: fixup release-note formatting (#9960) so these changelog entries will be parsed successfully --- .changelog/9683.txt | 2 +- .changelog/9923.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changelog/9683.txt b/.changelog/9683.txt index 541f9264c7..e2a705f649 100644 --- a/.changelog/9683.txt +++ b/.changelog/9683.txt @@ -1,3 +1,3 @@ -```release-notes:improvement +```release-note:improvement client: when a client agent is attempting to dereigster a service, anddoes not have access to the ACL token used to register a service, attempt to use the agent token instead of the default user token. If no agent token is set, fall back to the default user token. ``` diff --git a/.changelog/9923.txt b/.changelog/9923.txt index fb8f1bf2d9..05c30f9e9a 100644 --- a/.changelog/9923.txt +++ b/.changelog/9923.txt @@ -1,3 +1,3 @@ -```release-notes:bug +```release-note:bug http: fix a bug in Consul Enterprise that would cause the UI to believe namespaces were supported, resulting in warning logs and incorrect UI behaviour. ```