Skip to content

Commit

Permalink
Update CHANGES.md for edge-19.1.3 release (#2148)
Browse files Browse the repository at this point in the history
* Update CHANGES.md for edge-19.1.3 release
  • Loading branch information
Risha Mars authored Jan 25, 2019
1 parent 846975a commit c5ac740
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c5ac740

Please sign in to comment.