Skip to content

Commit

Permalink
Merge pull request #3441 from weaveworks/release-1.10
Browse files Browse the repository at this point in the history
Release 1.10.1
  • Loading branch information
bboreham authored Nov 23, 2018
2 parents 3237208 + ad3a063 commit b452040
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Release 1.10.1

This is a re-release of 1.10.0 which got hit by an unfortunate build
error.

- UI Build: stop deleting static ui files when building external ui
[#3439](https://github.com/weaveworks/scope/pull/3439)

## Release 1.10.0

Highlights:
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.0
image: weaveworks/scope:1.10.1
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.0
image: weaveworks/scope:1.10.1
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.0
image: weaveworks/scope:1.10.1
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.0
image: weaveworks/scope:1.10.1
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.0
image: weaveworks/scope:1.10.1
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.0
image: weaveworks/scope:1.10.1
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.0",
"image": "weaveworks/scope:1.10.1",
"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.0
image: weaveworks/scope:1.10.1
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.0
image: weaveworks/scope:1.10.1
network_mode: "host"
pid: "host"
privileged: true
Expand Down

0 comments on commit b452040

Please sign in to comment.