Skip to content

Commit

Permalink
Add version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Apr 16, 2018
1 parent 4b85be0 commit bf35031
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
## Release 1.9.0

Highlights:

- Change in behaviour of table data: Docker labels are now sent in
full, while Docker environment variables are not reported by default
- Plugins can now render http links and show controls on more objects

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:
Expand Down
4 changes: 2 additions & 2 deletions site/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
net: "host"
pid: "host"
privileged: true
Expand All @@ -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.9.0
network_mode: "host"
pid: "host"
privileged: true
Expand Down

0 comments on commit bf35031

Please sign in to comment.