mirror of https://github.com/linkerd/linkerd2.git
Release notes for edge-19.10.4 (#3628)
* Release notes for edge-19.10.4 Signed-off-by: zaharidichev <zaharidichev@gmail.com> * updates based on reviews Signed-off-by: Charles Pretzer <charles@buoyant.io>
This commit is contained in:
parent
397970e917
commit
9fde1c2594
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
|||
## edge-19.10.4
|
||||
|
||||
This edge release adds dashboard UX enhancements, and improves the speed of the CLI.
|
||||
|
||||
* CLI
|
||||
* Made `linkerd install --ignore-cluster` and `--skip-checks` faster
|
||||
* Fixed a bug causing `linkerd upgrade` to fail when used with
|
||||
`--from-manifest`
|
||||
* Web UI
|
||||
* Made the dashboard sidebar component responsive
|
||||
* Changed the navigation bar color to the one used on the [Linkerd](https://linkerd.io/) website
|
||||
|
||||
## edge-19.10.3
|
||||
|
||||
This edge release adds support for headless services, improves the upgrade
|
||||
|
|
|
@ -7,7 +7,7 @@ EnableH2Upgrade: true
|
|||
ImagePullPolicy: &image_pull_policy IfNotPresent
|
||||
|
||||
# control plane version. See Proxy section for proxy version
|
||||
LinkerdVersion: &linkerd_version edge-19.10.3
|
||||
LinkerdVersion: &linkerd_version edge-19.10.4
|
||||
|
||||
Namespace: linkerd
|
||||
OmitWebhookSideEffects: false
|
||||
|
|
Loading…
Reference in New Issue