mirror of https://github.com/linkerd/linkerd2.git
Update CHANGES.md for edge-18.10.3 release (#1774)
* Update CHANGES.md for edge-18.10.3 release Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
parent
43c22fe967
commit
f95c313446
15
CHANGES.md
15
CHANGES.md
|
@ -1,3 +1,18 @@
|
|||
## edge-18.10.3
|
||||
|
||||
* CLI
|
||||
* **New** Added an `--output` stat flag, for printing stats as JSON
|
||||
* **Improved** Updated the `top` table to set column widths dynamically
|
||||
* **Experimental** Added a `--single-namespace` install flag for installing
|
||||
the control plane with Role permissions instead of ClusterRole permissions
|
||||
* Controller
|
||||
* Fixed a few issues with auto injection via the proxy-injector webhook:
|
||||
* Injected pods now execute the linkerd-init container last, to avoid
|
||||
rerouting requests during pod init
|
||||
* Original pod labels and annotations are preserved when auto-injecting
|
||||
* Web UI
|
||||
* **New** Added a Help section in the sidebar containing useful links
|
||||
|
||||
## edge-18.10.2
|
||||
|
||||
This release brings major improvements to the CLI as described below, including
|
||||
|
|
Loading…
Reference in New Issue