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:
Zahari Dichev 2019-10-24 02:37:33 +03:00 committed by cpretzer
parent 397970e917
commit 9fde1c2594
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -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