mirror of https://github.com/linkerd/linkerd2.git
Add release notes for edge-19.1.2 release (#2096)
Depends on #2037, #2038, #2063, #2066, #2087, #2089, #2105 Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
parent
2adcdfbca8
commit
50d181cfb8
21
CHANGES.md
21
CHANGES.md
|
@ -1,3 +1,24 @@
|
|||
## edge-19.1.2
|
||||
|
||||
* Controller
|
||||
* Retry support! Introduce an `isRetryable` property to service profiles to
|
||||
enable configuring retries on a per-route basis
|
||||
* Web UI
|
||||
* Add "meshed" and "no traffic" badges on the resource detail pages
|
||||
* Fix `linkerd dashboard` to maintain proxy connection when browser open fails
|
||||
* Fix JavaScript bundling to avoid serving old versions after upgrade
|
||||
* CLI
|
||||
* Add `linkerd logs` command to surface logs from any container in the Linkerd
|
||||
control plane (shout out to [Stern](https://github.com/wercker/stern)!)
|
||||
* Add `linkerd uninject` command to remove the Linkerd proxy from a Kubernetes
|
||||
config
|
||||
* Improve `linkerd inject` to re-inject a resource that already has a Linkerd
|
||||
proxy
|
||||
* Improve `linkerd routes` to list all routes, including those without traffic
|
||||
* Improve readability in `linkerd check` and `linkerd inject` outputs
|
||||
* Proxy
|
||||
* Fix a deadlock in HTTP/2 stream reference counts
|
||||
|
||||
## edge-19.1.1
|
||||
|
||||
* CLI
|
||||
|
|
Loading…
Reference in New Issue