From 5752552a142ab9e4f5dfd640ac2c8afebbb51c91 Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Fri, 9 Oct 2020 22:29:14 +0100 Subject: [PATCH] changelog: add entries for UI topology viz (#8918) * Create 8858.txt * add separate changelog entries for original topology impl and intentions Co-authored-by: Mike Morris --- .changelog/8788.txt | 3 +++ .changelog/8846.txt | 3 +++ .changelog/8858.txt | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 .changelog/8788.txt create mode 100644 .changelog/8846.txt create mode 100644 .changelog/8858.txt diff --git a/.changelog/8788.txt b/.changelog/8788.txt new file mode 100644 index 000000000..f6b223675 --- /dev/null +++ b/.changelog/8788.txt @@ -0,0 +1,3 @@ +```release-note:feature +ui: Services using Connect with Envoy sidecars have a topology tab in the UI showing their upstream and downstream services. +``` diff --git a/.changelog/8846.txt b/.changelog/8846.txt new file mode 100644 index 000000000..e2785d85a --- /dev/null +++ b/.changelog/8846.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Upstream and downstream services in the topology tab will show a visual indication if a deny intention or intention with L7 policies is configured. +``` diff --git a/.changelog/8858.txt b/.changelog/8858.txt new file mode 100644 index 000000000..91f1e920c --- /dev/null +++ b/.changelog/8858.txt @@ -0,0 +1,3 @@ +```release-note:feature +ui: If Prometheus is being used for monitoring the sidecars, the topology view can be configured to display overview metrics for the services. +```