From 84ef826d1cc714dc217d8ef6af0a43e549ec394e Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Mon, 20 Dec 2021 13:45:20 -0500 Subject: [PATCH] changelog: add entries for #11555, #11557, and #11687 (#11706) --- .changelog/11555.txt | 3 +++ .changelog/11557.txt | 3 +++ .changelog/11687.txt | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 .changelog/11555.txt create mode 100644 .changelog/11557.txt create mode 100644 .changelog/11687.txt diff --git a/.changelog/11555.txt b/.changelog/11555.txt new file mode 100644 index 00000000000..f6bd6de2e1e --- /dev/null +++ b/.changelog/11555.txt @@ -0,0 +1,3 @@ +```release-note:improvement +agent: Added `ui` configuration block +``` diff --git a/.changelog/11557.txt b/.changelog/11557.txt new file mode 100644 index 00000000000..abed090353b --- /dev/null +++ b/.changelog/11557.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Display the Consul and Vault links configured in the agent +``` diff --git a/.changelog/11687.txt b/.changelog/11687.txt new file mode 100644 index 00000000000..e61a16efbb1 --- /dev/null +++ b/.changelog/11687.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Display section title in the navigation breadcrumbs +```