From c5ac7401e4861db4189ed5a3dfd794c5af0d728c Mon Sep 17 00:00:00 2001 From: Risha Mars Date: Thu, 24 Jan 2019 16:02:52 -0800 Subject: [PATCH] Update CHANGES.md for edge-19.1.3 release (#2148) * Update CHANGES.md for edge-19.1.3 release --- CHANGES.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 22f606dac8919..f02ee1fb307f2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,31 @@ +## edge-19.1.3 + +* Controller + * Improved API for `ListPods` (thanks @alenkacz!) + * Fixed `GetProfiles` API call not returning immediately when no profile + exists (resulting in proxies logging warnings) +* Web UI + * Improved resource detail pages now show all resource types + * Fixed stats not appearing for routes that have service profiles installed +* CLI + * Added `linkerd install-sp` command to install service profiles into the + Linkerd control plane + * Removed `--proxy-bind-timeout` flag from `linkerd install` and `linkerd inject` + commands, as the proxy no longer accepts this environment variable + * Improved CLI appearance on Windows systems + * Improved `linkerd check` output, fixed some bugs in check + * Improved `linkerd stat` now supports DaemonSets (thanks @zknill!) + * Fixed panic when `linkerd routes` is called in single-namespace mode +* Proxy + * Added the ability to override a proxy's normal outbound routing by adding an + `l5d-override-dst` header + * Added `LINKERD2_PROXY_DNS_CANONICALIZE_TIMEOUT` environment variable to + customize the timeout for DNS queries to canonicalize a name + * Added support for route timeouts in service profiles + * Improved logging for gRPC errors and for malformed HTTP/2 request headers + * Improved log readability by moving some noisy log messages to more verbose + log levels + ## edge-19.1.2 * Controller