Add changes for `edge-19.8.5` (#3285)

Depends on #3286

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
Andrew Seigner 2019-08-19 14:15:25 -07:00 committed by GitHub
parent e3c3e928dd
commit d4cd8add3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
## edge-19.8.5
This edge release is a release candidate for `stable-2.5`.
* CLI
* Fixed CLI filepath issue on Windows
* Proxy
* Fixed gRPC client cancellations getting recorded as failures rather than
as successful
## edge-19.8.4
This edge release is a release candidate for `stable-2.5`.

View File

@ -1,5 +1,5 @@
apiVersion: "v1"
appVersion: edge-19.8.4
appVersion: edge-19.8.5
description: Linkerd gives you observability, reliability, and security for your microservices — with no code change required.
home: https://linkerd.io
keywords:

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.8.4
LinkerdVersion: &linkerd_version edge-19.8.5
Namespace: linkerd
OmitWebhookSideEffects: false