mirror of https://github.com/linkerd/linkerd2.git
Update CHANGES.md for edge-19.1.3 release (#2148)
* Update CHANGES.md for edge-19.1.3 release
This commit is contained in:
parent
846975a190
commit
c5ac7401e4
28
CHANGES.md
28
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
|
||||
|
|
Loading…
Reference in New Issue