Merge pull request #2988 from weaveworks/release-1.6

Release 1.6.7
This commit is contained in:
Roberto Bruggemann
2017-12-15 11:55:57 +00:00
committed by GitHub
2 changed files with 37 additions and 4 deletions

View File

@@ -1,3 +1,36 @@
## Release 1.6.7
This is a minor patch release.
Internal improvements and cleanup:
- Upgrade weaveworks-ui-components to 0.3.10
[#2980](https://github.com/weaveworks/scope/pull/2980)
- Lock styled-components version and upgrade ui-components
[#2976](https://github.com/weaveworks/scope/pull/2976)
- don't embed docker binary
[#2977](https://github.com/weaveworks/scope/pull/2977)
- bump embedded Weave Net version to 2.1.3
[#2975](https://github.com/weaveworks/scope/pull/2975)
- do not report allocations in benchmarks
[#2964](https://github.com/weaveworks/scope/pull/2964)
Performance improvements:
- "Intern" map keys
[#2865](https://github.com/weaveworks/scope/pull/2865)
- Upgrade reports before caching
[#2979](https://github.com/weaveworks/scope/pull/2979)
- report.Upgrade() add deployments to pods as parent
[#2973](https://github.com/weaveworks/scope/pull/2973)
Weave Cloud related changes:
- probe: Use an absolute FQDN for cloud.weave.works by default
[#2971](https://github.com/weaveworks/scope/pull/2971)
- Bump ui-components to include decomposed Time Travel
[#2986](https://github.com/weaveworks/scope/pull/2986)
- cheap probe connectedness api endpoint
[#2983](https://github.com/weaveworks/scope/pull/2983)
## Release 1.6.6
This is a minor patch release.

View File

@@ -125,7 +125,7 @@ After its been launched, open your browser to `http://localhost:4040`.
**Docker Compose Format Version 1:**
scope:
image: weaveworks/scope:1.6.6
image: weaveworks/scope:1.6.7
net: "host"
pid: "host"
privileged: true
@@ -141,7 +141,7 @@ After its been launched, open your browser to `http://localhost:4040`.
version: '2'
services:
scope:
image: weaveworks/scope:1.6.6
image: weaveworks/scope:1.6.7
network_mode: "host"
pid: "host"
privileged: true
@@ -165,7 +165,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
**Docker Compose Format Version 1:**
probe:
image: weaveworks/scope:1.6.6
image: weaveworks/scope:1.6.7
net: "host"
pid: "host"
privileged: true
@@ -182,7 +182,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
version: '2'
services:
probe:
image: weaveworks/scope:1.6.6
image: weaveworks/scope:1.6.7
network_mode: "host"
pid: "host"
privileged: true