mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Updated version reference in docs.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user