From 83d69bededf1332c622b9ac56d1edec345382aa9 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Fri, 21 Aug 2020 12:51:35 -0700 Subject: [PATCH] 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/ --- CHANGES.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 6e25e2492..aa7c16cff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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,