Skip to content

Commit

Permalink
0.1.6 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
siggy committed Oct 18, 2017
1 parent 7b0fefc commit aebff98
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## In the next release

## 0.1.6 2017-10-17

* Update Prometheus version from 1.4.1 to 1.7.0

## 0.1.5 2017-08-04

* Add linkerd-health dashboard
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.5 consul
docker run -d --net=host -p 3000:3000 -p 9191:9191 buoyantio/linkerd-viz:0.1.6 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.5",
"image": "buoyantio/linkerd-viz:0.1.6",
"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.5
image: buoyantio/linkerd-viz:0.1.6
args: ["k8s"]
imagePullPolicy: Always
env:
Expand Down

0 comments on commit aebff98

Please sign in to comment.