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