Skip to content

Commit

Permalink
Merge branch 'release-1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Jul 5, 2017
2 parents 1a2ad9c + af3b8cf commit 13fa738
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Release 1.5.1

Bugfix patch release

Bug fixes:
- initial connections have wrong polarity
[#2644](https://github.com/weaveworks/scope/issues/2644)
- connection to dead process associated with different process
[#2638](https://github.com/weaveworks/scope/pull/2638)

## Release 1.5.0

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.5.0
image: weaveworks/scope:1.5.1
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.5.0
image: weaveworks/scope:1.5.1
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.5.0
image: weaveworks/scope:1.5.1
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.5.0
image: weaveworks/scope:1.5.1
network_mode: "host"
pid: "host"
privileged: true
Expand Down

0 comments on commit 13fa738

Please sign in to comment.