mirror of https://github.com/linkerd/linkerd2.git
Add changes for `edge-19.8.5` (#3285)
Depends on #3286 Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
parent
e3c3e928dd
commit
d4cd8add3a
10
CHANGES.md
10
CHANGES.md
|
@ -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
|
## edge-19.8.4
|
||||||
|
|
||||||
This edge release is a release candidate for `stable-2.5`.
|
This edge release is a release candidate for `stable-2.5`.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: "v1"
|
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.
|
description: Linkerd gives you observability, reliability, and security for your microservices — with no code change required.
|
||||||
home: https://linkerd.io
|
home: https://linkerd.io
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -7,7 +7,7 @@ EnableH2Upgrade: true
|
||||||
ImagePullPolicy: &image_pull_policy IfNotPresent
|
ImagePullPolicy: &image_pull_policy IfNotPresent
|
||||||
|
|
||||||
# control plane version. See Proxy section for proxy version
|
# 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
|
Namespace: linkerd
|
||||||
OmitWebhookSideEffects: false
|
OmitWebhookSideEffects: false
|
||||||
|
|
Loading…
Reference in New Issue