Skip to content

Commit

Permalink
Add release notes for edge-19.1.2 release (#2096)
Browse files Browse the repository at this point in the history
Depends on #2037, #2038, #2063, #2066, #2087, #2089, #2105

Signed-off-by: Andrew Seigner <[email protected]>
  • Loading branch information
siggy authored Jan 17, 2019
1 parent 2adcdfb commit 50d181c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 50d181c

Please sign in to comment.