From 30dacacfaa491f9bf86be606979433e59644231c Mon Sep 17 00:00:00 2001 From: Roberto Bruggemann Date: Fri, 15 Dec 2017 10:51:12 +0000 Subject: [PATCH 1/2] Add release 1.6.7 to CHANGELOG --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2dd2664e..0279dfadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. From fc53f9e5a65b6187fea3a7217c772edf46a46a92 Mon Sep 17 00:00:00 2001 From: Roberto Bruggemann Date: Fri, 15 Dec 2017 10:51:36 +0000 Subject: [PATCH 2/2] Update Scope version in docs to 1.6.7 --- site/installing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/installing.md b/site/installing.md index 6494cf49f..744af40b8 100644 --- a/site/installing.md +++ b/site/installing.md @@ -125,7 +125,7 @@ After it’s 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 it’s 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