Update CHANGES.md for edge-19.5.3 release (#2829)

* Update CHANGES.md for edge-19.5.3 release
This commit is contained in:
Risha Mars 2019-05-16 12:41:26 -07:00 committed by GitHub
parent f4da6c228c
commit 23c7a79ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -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
* CLI