docs: Release 1.11.1

Signed-off-by: Bryan Boreham <bryan@weave.works>
This commit is contained in:
Bryan Boreham
2019-05-29 09:05:18 +00:00
committed by Bryan Boreham
parent c97d8b6da8
commit 7cf5712c89
10 changed files with 20 additions and 10 deletions
+10
View File
@@ -1,3 +1,13 @@
## Release 1.11.1
This release fixes a couple of bugs:
- Sometimes probe would fail to remove its record of a container when it is destroyed
[#3623](https://github.com/weaveworks/scope/pull/3623)
- Contrast mode was not being reflected in the URL
[#3617](https://github.com/weaveworks/scope/pull/3617)
## Release 1.11.0
### Highlights
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
args:
- '--no-probe'
env: []
image: weaveworks/scope:1.11.0
image: weaveworks/scope:1.11.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 4040
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: weaveworks/scope:1.11.0
image: weaveworks/scope:1.11.1
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
+1 -1
View File
@@ -1,5 +1,5 @@
probe:
image: weaveworks/scope:1.11.0
image: weaveworks/scope:1.11.1
net: "host"
pid: "host"
privileged: true
+1 -1
View File
@@ -1,7 +1,7 @@
version: '2'
services:
probe:
image: weaveworks/scope:1.11.0
image: weaveworks/scope:1.11.1
network_mode: "host"
pid: "host"
privileged: true
+1 -1
View File
@@ -28,7 +28,7 @@ spec:
args:
- '--no-probe'
env: []
image: weaveworks/scope:1.11.0
image: weaveworks/scope:1.11.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 4040
+1 -1
View File
@@ -31,7 +31,7 @@ spec:
- '--probe.docker.bridge=docker0'
- '--probe.docker=true'
- 'weave-scope-app.weave.svc.cluster.local.:80'
image: weaveworks/scope:1.11.0
image: weaveworks/scope:1.11.1
imagePullPolicy: IfNotPresent
resources:
requests:
+1 -1
View File
@@ -35,7 +35,7 @@ spec:
- 'weave-scope-app.weave.svc.cluster.local.:80'
command:
- /home/weave/scope
image: 'docker.io/weaveworks/scope:1.11.0'
image: 'docker.io/weaveworks/scope:1.11.1'
imagePullPolicy: IfNotPresent
resources:
requests:
+1 -1
View File
@@ -12,7 +12,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "weaveworks/scope:1.11.0",
"image": "weaveworks/scope:1.11.1",
"network": "HOST",
"privileged": true,
"parameters": [
+2 -2
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.11.0
image: weaveworks/scope:1.11.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.11.0
image: weaveworks/scope:1.11.1
network_mode: "host"
pid: "host"
privileged: true