mirror of https://github.com/linkerd/linkerd2.git
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 <eliza@buoyant.io>
This commit is contained in:
parent
065c221858
commit
9aa7310f0f
17
CHANGES.md
17
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
|
## edge-19.5.1
|
||||||
|
|
||||||
* CLI
|
* CLI
|
||||||
|
|
Loading…
Reference in New Issue