Merge pull request #3055 from weaveworks/release-1.7

Release 1.7.3
This commit is contained in:
Roberto Bruggemann
2018-02-05 14:37:45 +00:00
committed by GitHub
2 changed files with 11 additions and 4 deletions

View File

@@ -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:

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.7.2
image: weaveworks/scope:1.7.3
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.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