diff --git a/CHANGELOG.md b/CHANGELOG.md index be449dcd19..31e46775ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/site/installing.md b/site/installing.md index 9dee707bc6..8c189a1545 100644 --- a/site/installing.md +++ b/site/installing.md @@ -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