Skip to content

Commit

Permalink
Updated version reference in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarl committed May 20, 2019
1 parent 491a623 commit 7cb3daa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
- Add describe control to all Kubernetes resources [#3589](https://github.com/weaveworks/scope/pull/3589)
- Show Kubernetes jobs [#3609](https://github.com/weaveworks/scope/pull/3609)

Thanks to everyone who contributed to this release: @Deepak1100, @SaifRehman, @awolde, @bboreham, @bia, @dholbach, @fbarl, @foot, @guyfedwards, @jrryjcksn, @leavest, @n0rig, @najeal @paulmorabito, @qiell, @qurname2, @rade, @satyamz, @shindanim, @tiriplicamihai, @tvvignesh, @xrgy :tada:
Thanks to everyone who contributed to this release: @Deepak1100, @SaifRehman, @awolde, @bboreham, @bia, @dholbach, @fbarl, @foot, @guyfedwards, @jrryjcksn, @leavest, @n0rig, @najeal, @paulmorabito, @qiell, @qurname2, @rade, @satyamz, @shindanim, @tiriplicamihai, @tvvignesh, @xrgy.

Special thanks to @qiell and @satyamz for implementing both features.
Special thanks to @qiell and @satyamz for implementing both features!

### Minor improvements

Expand Down
4 changes: 2 additions & 2 deletions site/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
**Docker Compose Format Version 1:**

scope:
image: weaveworks/scope:1.10.2
image: weaveworks/scope:1.11.0
net: "host"
pid: "host"
privileged: true
Expand All @@ -128,7 +128,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
version: '2'
services:
scope:
image: weaveworks/scope:1.10.2
image: weaveworks/scope:1.11.0
network_mode: "host"
pid: "host"
privileged: true
Expand Down

0 comments on commit 7cb3daa

Please sign in to comment.