diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4ed2974..a4eb7573d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/site/installing.md b/site/installing.md index 4cf6342fa..339569e51 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.1 + image: weaveworks/scope:1.7.2 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.1 + image: weaveworks/scope:1.7.2 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.1 + image: weaveworks/scope:1.7.2 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.1 + image: weaveworks/scope:1.7.2 network_mode: "host" pid: "host" privileged: true