From 61f95f49600ab3243c9bf9961f79e558d9a61195 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Fri, 22 Sep 2017 08:19:08 +0000 Subject: [PATCH 1/2] Add release 1.6.5 to CHANGELOG --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 317efab0b2..1a55ca17d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## Release 1.6.5 + +This is a minor patch release. + +New features and enhancements: +- Add ECS Cluster Region option + [#2854](https://github.com/weaveworks/scope/pull/2854) + +Bug fixes and minor improvements: +- Fix edges disappearing in graph mode + [#2851](https://github.com/weaveworks/scope/pull/2851) +- Fixed header elements responsiveness + [#2839](https://github.com/weaveworks/scope/pull/2839) + +Documentation: +- Update ECS AMI docs + [#2846](https://github.com/weaveworks/scope/pull/2846) +- More precise compose instructions + [#2843](https://github.com/weaveworks/scope/pull/2843) + +Internal improvements and cleanup: +- Fix test broken by #2854 + [#2856](https://github.com/weaveworks/scope/pull/2856) +- Fix circle.yml syntax + [#2841](https://github.com/weaveworks/scope/pull/2841) +- make circleci ui-upload unconditional + [#2837](https://github.com/weaveworks/scope/pull/2837) + +Weave Cloud related changes: +- AWS connection keep-alive + [#2852](https://github.com/weaveworks/scope/pull/2852) + ## Release 1.6.4 Re-release of 1.6.3 for which there were some problems publishing Docker images. From 3e92a733120497c9a7532fdc66c964d742fbaa27 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Fri, 22 Sep 2017 08:26:54 +0000 Subject: [PATCH 2/2] Update Scope version in docs --- site/installing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/installing.md b/site/installing.md index 98ad225808..ec572602f2 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.4 + image: weaveworks/scope:1.6.5 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.4 + image: weaveworks/scope:1.6.5 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.4 + image: weaveworks/scope:1.6.5 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.4 + image: weaveworks/scope:1.6.5 network_mode: "host" pid: "host" privileged: true