mirror of https://github.com/linkerd/linkerd2.git
Release notes for Edge-19.5.1 (#2784)
* CLI * Added a `linkerd check config` command for verifying that `linkerd install config` was successful * Improved the help documentation of `linkerd install` to clarify flag usage * Added support for private Kubernetes clusters by changing the CLI to connect to the control plane using a port-forward (thanks, @jackprice!) * Controller * Fixed pod creation failure when a `ResourceQuota` exists by adding a default resource spec for the proxy-init init container * Proxy * Replaced the fixed reconnect backoff with an exponential one (thanks, @zaharidichev!) * Fixed an issue where load balancers can become stuck * Internal * Fixed integration tests by adding known proxy-injector log warning to tests Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
parent
f758a9e428
commit
7829fcc28d
18
CHANGES.md
18
CHANGES.md
|
@ -1,3 +1,21 @@
|
|||
## edge-19.5.1
|
||||
|
||||
* CLI
|
||||
* Added a `linkerd check config` command for verifying that
|
||||
`linkerd install config` was successful
|
||||
* Improved the help documentation of `linkerd install` to clarify flag usage
|
||||
* Added support for private Kubernetes clusters by changing the CLI to connect
|
||||
to the control plane using a port-forward (thanks, @jackprice!)
|
||||
* Controller
|
||||
* Fixed pod creation failure when a `ResourceQuota` exists by adding a default
|
||||
resource spec for the proxy-init init container
|
||||
* Proxy
|
||||
* Replaced the fixed reconnect backoff with an exponential one (thanks,
|
||||
@zaharidichev!)
|
||||
* Fixed an issue where load balancers can become stuck
|
||||
* Internal
|
||||
* Fixed integration tests by adding known proxy-injector log warning to tests
|
||||
|
||||
## edge-19.4.5
|
||||
|
||||
**Significant Update**
|
||||
|
|
Loading…
Reference in New Issue