Update CHANGES.md for the edge-19.3.2 release (#2495)

* Update CHANGES.md for the edge-19.3.2 release
* Fix typo
* Wordsmithing

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
Kevin Lingerfelt 2019-03-14 11:00:36 -07:00 committed by GitHub
parent 024a77ec16
commit 77e3b70d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,29 @@
## edge-19.3.2
* Controller
* **Breaking change** Removed support for running the control plane in
single-namespace mode, which was severely limited in the number of features
it supported due to not having access to cluster-wide resources
* Updated automatic proxy injection and CLI injection to support overriding
inject defaults via pod spec annotations
* Added a new public API endpoint for fetching control plane configuration
* CLI
* **Breaking change** Removed the `--api-port` flag from the `inject` and
`install` commands, since there's no benefit to running the control plane's
destination API on a non-default port (thanks, @paranoidaditya)
* Introduced the `linkerd metrics` command for fetching proxy metrics
* Updated the `linkerd routes` command to display rows for routes that are not
receiving any traffic
* Updated the `linkerd dashboard` command to serve the dashboard on a fixed
port, allowing it to leverage browser local storage for user settings
* Web UI
* **New** Added a Community page to surface news and updates from linkerd.io
* Fixed a quoting issue with service profile downloads (thanks, @liquidslr!)
* Added a Grafana dashboard and web tables for displaying Job stats
(thanks, @Pothulapati!)
* Updated sorting of route table to move default routes to the bottom
* Added TCP stat tables on the namespace landing page and resource detail page
## edge-19.3.1
* CLI