Skip to content

Commit

Permalink
Add changes for edge-19.8.4
Browse files Browse the repository at this point in the history
Depends on #3171

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
  • Loading branch information
siggy committed Aug 15, 2019
1 parent 4e92064 commit ad2cfff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## edge-19.8.4

* CLI
* Introduced `--use-wait-flag` to `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
Expand Down
2 changes: 1 addition & 1 deletion charts/linkerd2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/linkerd2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad2cfff

Please sign in to comment.