Add changes for `edge-19.8.4` (#3272)

Depends on #3276

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

View File

@ -1,3 +1,14 @@
## edge-19.8.4
This edge release is a release candidate for `stable-2.5`.
* CLI
* Introduced `--use-wait-flag` to the `linkerd install-cni` command, to
configure the CNI plugin to use the `-w` flag for `iptables` commands
* Controller
* Disabled the tap gRPC server listener. All tap requests now require RBAC
authentication and authorization
## edge-19.8.3
This edge release introduces a new `linkerd stat trafficsplits` subcommand, to
@ -10,6 +21,7 @@ Grafana dashboard.
annotations
* Fixed `linkerd stat -h` example commands (thanks @ethan-daocloud!)
* Controller
* Added support for namespace-level proxy override annotations
* Removed unauthenticated tap from the Public API
* Proxy
* Added `request_handle_us` histogram to measure proxy overhead

View File

@ -1,5 +1,5 @@
apiVersion: "v1"
appVersion: edge-19.8.3
appVersion: edge-19.8.4
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.3
LinkerdVersion: &linkerd_version edge-19.8.4
Namespace: linkerd
OmitWebhookSideEffects: false