Commit 3483765b authored by Bryan Boreham's avatar Bryan Boreham
Browse files

docs: Release 1.11.3

Showing with 19 additions and 10 deletions
+19 -10
## Release 1.11.3
This is a bugfix release, which should improve some cases where
reports get bigger and bigger over time due to Scope not seeing
connections get closed.
- Report the error and restart when something goes wrong in connection tracking
[#3648](https://github.com/weaveworks/scope/pull/3648)
## Release 1.11.2
Minor update:
......
......@@ -25,7 +25,7 @@ spec:
args:
- '--no-probe'
env: []
image: weaveworks/scope:1.11.2
image: weaveworks/scope:1.11.3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 4040
......
......@@ -34,7 +34,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: weaveworks/scope:1.11.2
image: weaveworks/scope:1.11.3
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
......
probe:
image: weaveworks/scope:1.11.2
image: weaveworks/scope:1.11.3
net: "host"
pid: "host"
privileged: true
......
version: '2'
services:
probe:
image: weaveworks/scope:1.11.2
image: weaveworks/scope:1.11.3
network_mode: "host"
pid: "host"
privileged: true
......
......@@ -28,7 +28,7 @@ spec:
args:
- '--no-probe'
env: []
image: weaveworks/scope:1.11.2
image: weaveworks/scope:1.11.3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 4040
......
......@@ -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.2
image: weaveworks/scope:1.11.3
imagePullPolicy: IfNotPresent
resources:
requests:
......
......@@ -35,7 +35,7 @@ spec:
- 'weave-scope-app.weave.svc.cluster.local.:80'
command:
- /home/weave/scope
image: 'docker.io/weaveworks/scope:1.11.2'
image: 'docker.io/weaveworks/scope:1.11.3'
imagePullPolicy: IfNotPresent
resources:
requests:
......
......@@ -12,7 +12,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "weaveworks/scope:1.11.2",
"image": "weaveworks/scope:1.11.3",
"network": "HOST",
"privileged": true,
"parameters": [
......
......@@ -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.11.2
image: weaveworks/scope:1.11.3
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.11.2
image: weaveworks/scope:1.11.3
network_mode: "host"
pid: "host"
privileged: true
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment