Release 1.10.1

This commit is contained in:
Bryan Boreham
2018-11-23 13:46:29 +00:00
parent 323720869f
commit ad3a063a12
9 changed files with 17 additions and 9 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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

View File

@@ -1,5 +1,5 @@
probe:
image: weaveworks/scope:1.10.0
image: weaveworks/scope:1.10.1
net: "host"
pid: "host"
privileged: true

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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": [

View File

@@ -112,7 +112,7 @@ After its 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
@@ -128,7 +128,7 @@ After its 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