update changelog for edge-20.8.3 (#4904)

This edge release adds support for [topology-aware service routing][1]
to the Destination controller. When providing service discovery updates
to proxies, the Destination controller will now filter endpoints based
on the service's topology preferences. Additionally, this release
includes bug fixes for the `linkerd check` CLI command and web
dashboard.

* CLI
  * `linkerd check` will no longer warn about a looser webhook failure
    policy in HA mode
* Controller
  * Added support for [topology-aware service routing][1] to the
    Destination controller (thanks @Matei207)
  * Changed the Destination controller to always return destination
    overrides for service profiles when no traffic split is present
* Web UI
  * Fixed Tap `Authority` dropdown not being populated (thanks to
    @tharun208!)

[1]: https://kubernetes.io/docs/concepts/services-networking/service-topology/
This commit is contained in:
Eliza Weisman 2020-08-21 12:51:35 -07:00 committed by GitHub
parent b45abeaad5
commit 83d69beded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -1,5 +1,26 @@
# Changes
## edge-20.8.3
This edge release adds support for [topology-aware service routing][topology] to
the Destination controller. When providing service discovery updates to proxies,
the Destination controller will now filter endpoints based on the service's
topology preferences. Additionally, this release includes bug fixes for the
`linkerd check` CLI command and web dashboard.
* CLI
* `linkerd check` will no longer warn about a looser webhook failure policy in
HA mode
* Controller
* Added support for [topology-aware service routing][topology] to the Destination
controller (thanks @Matei207)
* Changed the Destination controller to always return destination overrides
for service profiles when no traffic split is present
* Web UI
* Fixed Tap `Authority` dropdown not being populated (thanks to @tharun208!)
[topology]: https://kubernetes.io/docs/concepts/services-networking/service-topology/
## edge-20.8.2
This edge release adds an internationalization framework to the dashboard,