mirror of https://github.com/linkerd/linkerd2.git
Update CHANGES.md for edge-19.5.3 release (#2829)
* Update CHANGES.md for edge-19.5.3 release
This commit is contained in:
parent
f4da6c228c
commit
23c7a79ba5
19
CHANGES.md
19
CHANGES.md
|
@ -1,3 +1,22 @@
|
||||||
|
## edge-19.5.3
|
||||||
|
|
||||||
|
* CLI
|
||||||
|
* **New** Added a `linkerd edges` command that shows the source and
|
||||||
|
destination name and identity for proxied connections, to assist in
|
||||||
|
debugging
|
||||||
|
* Tap can now be disabled for specific pods during injection by using the
|
||||||
|
`--disable-tap` flag, or by using the `config.linkerd.io/disable-tap`
|
||||||
|
annotation
|
||||||
|
* Introduced pre-install healthcheck for clock skew (thanks, @matej-g!)
|
||||||
|
* Controller
|
||||||
|
* Added Controller Component Labels to the webhook config resources (thanks,
|
||||||
|
@Pothulapati!)
|
||||||
|
* Moved the tap service into its own pod
|
||||||
|
* Proxy
|
||||||
|
* Fix an epoll notification issue that could cause excessive CPU usage
|
||||||
|
* Added the ability to disable tap by setting an env var (thanks,
|
||||||
|
@zaharidichev!)
|
||||||
|
|
||||||
## edge-19.5.2
|
## edge-19.5.2
|
||||||
|
|
||||||
* CLI
|
* CLI
|
||||||
|
|
Loading…
Reference in New Issue