Skip to content

Commit

Permalink
Release 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Feb 12, 2019
1 parent 055608a commit c0b2690
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 9 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
## Release 1.10.2

This release has a security fix, a few bug-fixes and some other minor
improvements.

Special thanks to @arnulfojr, @Akashtic, @AVRahul, @carlosedp, @ycao56
for community contributions!

Security and bug fixes:

- Address vulnerability (CVE-2018-16487) by updating lodash dependency
[#3568](https://github.com/weaveworks/scope/pull/3568)
- Address vulnerability (CVE-2019-0542) by updating xterm.js dependency
[#3557](https://github.com/weaveworks/scope/pull/3557)
- Fix missing nodes in Kubernetes Cluster mode
[#3444](https://github.com/weaveworks/scope/pull/3444)
- Show all connections when one pod has multiple PVCs
[#3553](https://github.com/weaveworks/scope/pull/3553)
- Fix spurious connection to PVC with same name in different namespace
[#3530](https://github.com/weaveworks/scope/pull/3530)
- Fix linkage from metrics graph to external monitoring url
[#3534](https://github.com/weaveworks/scope/pull/3534)
- Fix build mount path in UI unit tests
[#3558](https://github.com/weaveworks/scope/pull/3558)
- Add extra internal ID on control buttons
[#3565](https://github.com/weaveworks/scope/pull/3565)

Feature improvements:
- Dynamically expand namespace list if you hover over it
[#3117](https://github.com/weaveworks/scope/pull/3117)
[#3562](https://github.com/weaveworks/scope/pull/3562)
- Make Scope's container memory usage number match Docker's
[#3435](https://github.com/weaveworks/scope/pull/3435)

Build improvements:
- Add ARM64 build
[#3537](https://github.com/weaveworks/scope/pull/3537)
- Add a CI test to detect the problem which caused release 1.10.0 to fail
[#3440](https://github.com/weaveworks/scope/pull/3440)
- Update some 3rd-party UI components
[#3450](https://github.com/weaveworks/scope/pull/3450)
- re-order some code to make it more readable
[#3551](https://github.com/weaveworks/scope/pull/3551)
- Small performance improvement in rendering Kubernetes volume claims
[#3445](https://github.com/weaveworks/scope/pull/3445)

Documentation improvements:
- [#3417](https://github.com/weaveworks/scope/pull/3417)
[#3447](https://github.com/weaveworks/scope/pull/3447)
[#3448](https://github.com/weaveworks/scope/pull/3448)
[#3436](https://github.com/weaveworks/scope/pull/3436)
[#3545](https://github.com/weaveworks/scope/pull/3545)
[#3546](https://github.com/weaveworks/scope/pull/3546)
[#3563](https://github.com/weaveworks/scope/pull/3563)

## Release 1.10.1

This is a re-release of 1.10.0 which got hit by an unfortunate build
Expand Down
2 changes: 1 addition & 1 deletion examples/cri/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
args:
- '--no-probe'
env: []
image: weaveworks/scope:1.10.1
image: weaveworks/scope:1.10.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 4040
Expand Down
2 changes: 1 addition & 1 deletion examples/cri/ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: weaveworks/scope:1.10.1
image: weaveworks/scope:1.10.2
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/docker-compose-probe-v1.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
probe:
image: weaveworks/scope:1.10.1
image: weaveworks/scope:1.10.2
net: "host"
pid: "host"
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/docker-compose-probe-v2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
probe:
image: weaveworks/scope:1.10.1
image: weaveworks/scope:1.10.2
network_mode: "host"
pid: "host"
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion examples/k8s/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
args:
- '--no-probe'
env: []
image: weaveworks/scope:1.10.1
image: weaveworks/scope:1.10.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 4040
Expand Down
2 changes: 1 addition & 1 deletion examples/k8s/ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: weaveworks/scope:1.10.1
image: weaveworks/scope:1.10.2
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion examples/mesos/minimesos.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "weaveworks/scope:1.10.1",
"image": "weaveworks/scope:1.10.2",
"network": "HOST",
"privileged": true,
"parameters": [
Expand Down
4 changes: 2 additions & 2 deletions site/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.1
image: weaveworks/scope:1.10.2
net: "host"
pid: "host"
privileged: true
Expand All @@ -128,7 +128,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
version: '2'
services:
scope:
image: weaveworks/scope:1.10.1
image: weaveworks/scope:1.10.2
network_mode: "host"
pid: "host"
privileged: true
Expand Down

0 comments on commit c0b2690

Please sign in to comment.