Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.7.3 #3055

Merged
merged 2 commits into from
Feb 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 4 additions & 4 deletions site/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down