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 <mikemorris@users.noreply.github.com>
This commit is contained in:
Paul Banks 2020-10-09 22:29:14 +01:00 committed by GitHub
parent 54f9f247f8
commit 5752552a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

3
.changelog/8788.txt Normal file
View File

@ -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.
```

3
.changelog/8846.txt Normal file
View File

@ -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.
```

3
.changelog/8858.txt Normal file
View File

@ -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.
```