diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb5543ced..a9c2c57754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,56 @@ +## Release 1.13.2 + +Mostly updates to dependencies, plus a couple of small improvements. + +Thanks to everyone who contributed to this release: @gaby, @Kielek, @knrt10 + +### Enhancements +- Set hostname to Kubernetes node name + [#3827](https://github.com/weaveworks/scope/pull/3827) +- Stop rendering if Context is cancelled + [#3801](https://github.com/weaveworks/scope/pull/3801) + +### Bug fixes +- Only mount plugins directory if it exists + [#3825](https://github.com/weaveworks/scope/pull/3825) +- Multitenant billing: cope with spy-interval set longer than publish-interval + [#3796](https://github.com/weaveworks/scope/pull/3796) +- Multitenant query: don't drop topologies so much + [#3791](https://github.com/weaveworks/scope/pull/3791) +- Multitenant: scan container command-lines as well as process + [#3789](https://github.com/weaveworks/scope/pull/3789) + +### Dependencies updates + +- Update alpine base image to 3.13 + [#3838](https://github.com/weaveworks/scope/pull/3838) +- Update build tools including Go 1.16.2 + [#3833](https://github.com/weaveworks/scope/pull/3833) + [#3797](https://github.com/weaveworks/scope/pull/3797) + [#3821](https://github.com/weaveworks/scope/pull/3821) +- update lodash to 4.17.20 (CVE-2020-8203) + [#3831](https://github.com/weaveworks/scope/pull/3831) +- update dot-prop, webpack and terser-webpack-plugin + [#3816](https://github.com/weaveworks/scope/pull/3816) +- bump http-proxy from 1.16.2 to 1.18.1 in /client + [#3819](https://github.com/weaveworks/scope/pull/3819) +- bump elliptic from 6.4.0 to 6.5.3 in /client + [#3814](https://github.com/weaveworks/scope/pull/3814) +- bump lodash from 4.17.15 to 4.17.19 in /client + [#3812](https://github.com/weaveworks/scope/pull/3812) +- Update to most recent weaveworks/ui-components + [#3795](https://github.com/weaveworks/scope/pull/3795) +- update JS kind-of to 6.0.3 + [#3785](https://github.com/weaveworks/scope/pull/3785) + +### Build & test + +- Run AWS CLI from a container image + [#3841](https://github.com/weaveworks/scope/pull/3841) +- Remove obsolete dependency github.com/fatih/hclfmt + [#3834](https://github.com/weaveworks/scope/pull/3834) + + ## Release 1.13.1 This release fixes a bug on 'kubernetes describe' operations, where diff --git a/examples/cri/deploy.yaml b/examples/cri/deploy.yaml index 9d384a8006..56ba4d31ce 100644 --- a/examples/cri/deploy.yaml +++ b/examples/cri/deploy.yaml @@ -25,7 +25,7 @@ spec: args: - '--no-probe' env: [] - image: weaveworks/scope:1.13.1 + image: weaveworks/scope:1.13.2 imagePullPolicy: IfNotPresent ports: - containerPort: 4040 diff --git a/examples/cri/ds.yaml b/examples/cri/ds.yaml index 70b604413f..06e8b4c04e 100644 --- a/examples/cri/ds.yaml +++ b/examples/cri/ds.yaml @@ -34,7 +34,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - image: weaveworks/scope:1.13.1 + image: weaveworks/scope:1.13.2 imagePullPolicy: IfNotPresent securityContext: privileged: true diff --git a/examples/docker/docker-compose-probe-v1.yml b/examples/docker/docker-compose-probe-v1.yml index 42a238b958..ff48880ee0 100644 --- a/examples/docker/docker-compose-probe-v1.yml +++ b/examples/docker/docker-compose-probe-v1.yml @@ -1,5 +1,5 @@ probe: - image: weaveworks/scope:1.13.1 + image: weaveworks/scope:1.13.2 net: "host" pid: "host" privileged: true diff --git a/examples/docker/docker-compose-probe-v2.yml b/examples/docker/docker-compose-probe-v2.yml index 3e48720a90..e27e17fe4f 100644 --- a/examples/docker/docker-compose-probe-v2.yml +++ b/examples/docker/docker-compose-probe-v2.yml @@ -1,7 +1,7 @@ version: '2' services: probe: - image: weaveworks/scope:1.13.1 + image: weaveworks/scope:1.13.2 network_mode: "host" pid: "host" privileged: true diff --git a/examples/k8s/deploy.yaml b/examples/k8s/deploy.yaml index 63d4b740ad..f7df6b3b82 100644 --- a/examples/k8s/deploy.yaml +++ b/examples/k8s/deploy.yaml @@ -28,7 +28,7 @@ spec: args: - '--no-probe' env: [] - image: weaveworks/scope:1.13.1 + image: weaveworks/scope:1.13.2 imagePullPolicy: IfNotPresent ports: - containerPort: 4040 diff --git a/examples/k8s/ds.yaml b/examples/k8s/ds.yaml index 6401da6748..4f9e66f107 100644 --- a/examples/k8s/ds.yaml +++ b/examples/k8s/ds.yaml @@ -36,7 +36,7 @@ spec: valueFrom: fieldRef: fieldPath: spec.nodeName - image: weaveworks/scope:1.13.1 + image: weaveworks/scope:1.13.2 imagePullPolicy: IfNotPresent resources: requests: diff --git a/examples/k8s/probe-deploy.yaml b/examples/k8s/probe-deploy.yaml index a12780e165..754eae250c 100644 --- a/examples/k8s/probe-deploy.yaml +++ b/examples/k8s/probe-deploy.yaml @@ -35,7 +35,7 @@ spec: - 'weave-scope-app.weave.svc.cluster.local.:80' command: - /home/weave/scope - image: 'docker.io/weaveworks/scope:1.13.1' + image: 'docker.io/weaveworks/scope:1.13.2' imagePullPolicy: IfNotPresent resources: requests: diff --git a/examples/mesos/minimesos.json b/examples/mesos/minimesos.json index 4325a140af..06e8226c31 100644 --- a/examples/mesos/minimesos.json +++ b/examples/mesos/minimesos.json @@ -12,7 +12,7 @@ "container": { "type": "DOCKER", "docker": { - "image": "weaveworks/scope:1.13.1", + "image": "weaveworks/scope:1.13.2", "network": "HOST", "privileged": true, "parameters": [ diff --git a/site/installing.md b/site/installing.md index 35a5fb9cea..a080d674d6 100644 --- a/site/installing.md +++ b/site/installing.md @@ -112,7 +112,7 @@ After it’s been launched, open your browser to `http://localhost:4040`. **Docker Compose Format Version 1:** scope: - image: weaveworks/scope:1.13.1 + image: weaveworks/scope:1.13.2 net: "host" pid: "host" privileged: true @@ -128,7 +128,7 @@ After it’s been launched, open your browser to `http://localhost:4040`. version: '2' services: scope: - image: weaveworks/scope:1.13.1 + image: weaveworks/scope:1.13.2 network_mode: "host" pid: "host" privileged: true