Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Scope
Commits
7cb3daac
Commit
7cb3daac
authored
6 years ago
by
Filip Barl
Browse files
Options
Download
Email Patches
Plain Diff
Updated version reference in docs.
parent
491a623d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-2
CHANGELOG.md
site/installing.md
+2
-2
site/installing.md
with
4 additions
and
4 deletions
+4
-4
CHANGELOG.md
+
2
-
2
View file @
7cb3daac
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
site/installing.md
+
2
-
2
View file @
7cb3daac
...
...
@@ -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.1
0.2
image: weaveworks/scope:1.1
1.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.1
0.2
image: weaveworks/scope:1.1
1.0
network_mode: "host"
pid: "host"
privileged: true
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help