Skip to content

Commit

Permalink
Merge pull request #3048 from weaveworks/release-1.7
Browse files Browse the repository at this point in the history
Release 1.7.2
  • Loading branch information
rbruggem authored Feb 2, 2018
2 parents 9874ff3 + af2ed85 commit 35d97bc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Release 1.7.2

Highlights:
- eBPF tracker working on GKE: this makes connection tracking more efficient and accurate

New features and enhancements:
- vendor: bump tcptracer-bpf
[#3042](https://github.com/weaveworks/scope/pull/3042)

Bug fixes and minor improvements:
- Close terminal pipe, when closing the pod panel
[#3045](https://github.com/weaveworks/scope/pull/3045)
- Fetch cronjobs from 'batch/v1beta1'. This fixes a bug which caused CronJobs in recent k8s not to appear in Scope.
[#3044](https://github.com/weaveworks/scope/pull/3044)

Documentation:
- Update install instructions to use weave namespace
[#3041](https://github.com/weaveworks/scope/pull/3041)


## Release 1.7.1

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

0 comments on commit 35d97bc

Please sign in to comment.