Skip to content

Commit

Permalink
Merge pull request #52 from linkerd/siggy/018
Browse files Browse the repository at this point in the history
Updates for 0.1.8 release
  • Loading branch information
siggy authored Mar 2, 2018
2 parents 33bf61b + 913170c commit ae8b429
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## In the next release

## 0.1.8 2018-03-02

* Fixed `CONSUL_HOSTS` and `MARATHON_HOST` not being honored. Thanks to [@eentzel](https://github.com/eentzel)!
* Changed Grafana `intervalFactor` from `1/2` to `1/1`
* Fixed Global Success Rate gauge thresholds

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ for more information see [Running Consul Agent in Client Mode](https://hub.docke
Boot `linkerd-viz` locally:

```bash
docker run -d --net=host -p 3000:3000 -p 9191:9191 buoyantio/linkerd-viz:0.1.7 consul
docker run -d --net=host -p 3000:3000 -p 9191:9191 buoyantio/linkerd-viz:0.1.8 consul
```

View dashboard
Expand Down
2 changes: 1 addition & 1 deletion dcos/linkerd-viz.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "buoyantio/linkerd-viz:0.1.7",
"image": "buoyantio/linkerd-viz:0.1.8",
"forcePullImage": true,
"network": "HOST",
"privileged": true
Expand Down
2 changes: 1 addition & 1 deletion k8s/linkerd-viz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: linkerd-viz
image: buoyantio/linkerd-viz:0.1.7
image: buoyantio/linkerd-viz:0.1.8
args: ["k8s"]
imagePullPolicy: Always
env:
Expand Down

0 comments on commit ae8b429

Please sign in to comment.