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
24150198
Commit
24150198
authored
7 years ago
by
Bryan Boreham
Browse files
Options
Download
Email Patches
Plain Diff
Add version 1.8.1
parent
4b85be0d
v1.8.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+42
-0
CHANGELOG.md
site/installing.md
+2
-2
site/installing.md
with
44 additions
and
2 deletions
+44
-2
CHANGELOG.md
+
42
-
0
View file @
24150198
## Release 1.8.1
New plugin features:
-
Render http links in tables
[
#3105
](
https://github.com/weaveworks/scope/pull/3105
)
-
Support plugin controls in K8s Service, DaemonSet, StatefulSet, Cronjob.
[
#3110
](
https://github.com/weaveworks/scope/pull/3110
)
Bug fixes and minor improvements:
-
Work around Ubuntu kernel crash
[
#3141
](
https://github.com/weaveworks/scope/pull/3141
)
-
Stop truncating tables; disable reporting Docker env vars by default
[
#3139
](
https://github.com/weaveworks/scope/pull/3139
)
-
Don't show Failed pods
[
#3126
](
https://github.com/weaveworks/scope/pull/3126
)
-
Make scope start with Docker for Mac again.
[
#3140
](
https://github.com/weaveworks/scope/pull/3140
)
-
Fix browser history when deep linking into node details with time context
[
#3134
](
https://github.com/weaveworks/scope/pull/3134
)
-
Move to more consistent colour theme
[
#3116
](
https://github.com/weaveworks/scope/pull/3116
)
[
#3124
](
https://github.com/weaveworks/scope/pull/3124
)
[
#3136
](
https://github.com/weaveworks/scope/pull/3136
)
-
Fix format string only used in debugging
[
#3129
](
https://github.com/weaveworks/scope/pull/3129
)
-
Fix docs for OpenShift installation
[
#3128
](
https://github.com/weaveworks/scope/pull/3128
)
Performance:
-
Use unsafe merge in joinResults.addChildAndChildren()
[
#3143
](
https://github.com/weaveworks/scope/pull/3143
)
-
Use single-owner code path to accumulate children when rendering
[
#3138
](
https://github.com/weaveworks/scope/pull/3138
)
-
Simplify Map.Render()
[
#3135
](
https://github.com/weaveworks/scope/pull/3135
)
-
Let probe send smaller 'shortcut' reports to update the UI faster
[
#3121
](
https://github.com/weaveworks/scope/pull/3121
)
## Release 1.8.0
Highlights:
...
...
This diff is collapsed.
Click to expand it.
site/installing.md
+
2
-
2
View file @
24150198
...
...
@@ -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.8.
0
image: weaveworks/scope:1.8.
1
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.8.
0
image: weaveworks/scope:1.8.
1
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