Updated version reference in docs.

This commit is contained in:
Filip Barl
2019-05-20 18:03:56 +02:00
parent 491a623d15
commit 7cb3daac3c
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -112,7 +112,7 @@ After its 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
@@ -128,7 +128,7 @@ After its 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