From 9aa7310f0fc3bd5165d0498727eabf99672011e0 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Fri, 10 May 2019 13:42:48 -0700 Subject: [PATCH] Release notes for edge-19.5.2 (#2816) * CLI * Fixed `linkerd check` and `linkerd dashboard` failing when any control plane pod is not ready, even when multiple replicas exist (as in HA mode) * Controller * Fixed control plane components failing on startup when the Kubernetes API returns an `ErrGroupDiscoveryFailed` * Proxy * Added a dispatch timeout that limits the amount of time a request can be buffered in the proxy * Removed the limit on the number of concurrently active service discovery queries to the Destination service Special thanks to @zaharidichev for adding end to end tests for proxies with TLS! Signed-off-by: Eliza Weisman --- CHANGES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f37409580..735f83674 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,20 @@ +## edge-19.5.2 + +* CLI + * Fixed `linkerd check` and `linkerd dashboard` failing when any control plane + pod is not ready, even when multiple replicas exist (as in HA mode) +* Controller + * Fixed control plane components failing on startup when the Kubernetes API + returns an `ErrGroupDiscoveryFailed` +* Proxy + * Added a dispatch timeout that limits the amount of time a request can be + buffered in the proxy + * Removed the limit on the number of concurrently active service discovery + queries to the Destination service + +Special thanks to @zaharidichev for adding end to end tests for proxies with +TLS! + ## edge-19.5.1 * CLI