From f6af3f6591a80f1c7a14baaf770f256582fe2ab0 Mon Sep 17 00:00:00 2001 From: Roberto Bruggemann Date: Mon, 5 Feb 2018 13:46:10 +0000 Subject: [PATCH 1/2] Add release 1.7.3 to CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4eb7573d..6dcc1fbea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## Release 1.7.3 + +Bug fixes and minor improvements: +- Fixes the problem where, if the api server was unreachable at start up, no kubernetes resources would be reported. + [#3050](https://github.com/weaveworks/scope/pull/3050) + + ## Release 1.7.2 Highlights: From b3572d1f30df005539d3e89dba1ed2474e61fdea Mon Sep 17 00:00:00 2001 From: Roberto Bruggemann Date: Mon, 5 Feb 2018 13:46:35 +0000 Subject: [PATCH 2/2] Update scope version in docs to 1.7.3 --- site/installing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/installing.md b/site/installing.md index 339569e51..dae51c728 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.7.2 + image: weaveworks/scope:1.7.3 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.7.2 + image: weaveworks/scope:1.7.3 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.7.2 + image: weaveworks/scope:1.7.3 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.7.2 + image: weaveworks/scope:1.7.3 network_mode: "host" pid: "host" privileged: true