diff --git a/CHANGES.md b/CHANGES.md index 735f83674..043d5915c 100644 --- a/CHANGES.md +++ b/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 * CLI