mirror of https://github.com/linkerd/linkerd2.git
Update CHANGES.md for the edge-19.1.1 release (#2065)
* Update CHANGES.md for the edge-19.1.1 release * Tweak wording / punctuation * Update wording for proxy fixes Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
parent
f4b5789825
commit
21d9397380
21
CHANGES.md
21
CHANGES.md
|
@ -1,3 +1,24 @@
|
||||||
|
## edge-19.1.1
|
||||||
|
|
||||||
|
* CLI
|
||||||
|
* Adjust the set of checks that are run before executing CLI commands, which
|
||||||
|
allows the CLI to be invoked even when the control plane is not fully ready
|
||||||
|
* Fix reporting of injected resources when the `linkerd inject` command is run
|
||||||
|
on `List` type resources with multiple items
|
||||||
|
* Update the `linkerd dashboard` command to use port-forwarding instead of
|
||||||
|
proxying when connecting to the web UI and Grafana
|
||||||
|
* Add validation for the `ServiceProfile` CRD (thanks, @alenkacz!)
|
||||||
|
* Update the `linkerd check` command to disallow setting both the `--pre` and
|
||||||
|
`--proxy` flags simultaneously (thanks again, @alenkacz!)
|
||||||
|
* Web UI
|
||||||
|
* Reduce the size of the webpack JavaScript bundle by nearly 50%!
|
||||||
|
* Fix an indexing error on the top results page
|
||||||
|
* Proxy
|
||||||
|
* **Fixed** The proxy-init container now exits with a non-zero exit code if
|
||||||
|
initialization fails, making initialization errors much more visible
|
||||||
|
* **Fixed** The proxy previously leaked UDP sockets for failed DNS queries,
|
||||||
|
causing a memory leak; this has been fixed
|
||||||
|
|
||||||
## edge-18.12.4
|
## edge-18.12.4
|
||||||
|
|
||||||
Upgrade notes: The control plane components have been renamed as of the
|
Upgrade notes: The control plane components have been renamed as of the
|
||||||
|
|
Loading…
Reference in New Issue