Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Scope
Commits
3483765b
Commit
3483765b
authored
5 years ago
by
Bryan Boreham
Browse files
Options
Download
Email Patches
Plain Diff
docs: Release 1.11.3
parent
8a414d7a
master
3810-cordon-control
Remove-stale-external-collaborators
aliyun-sls-master
bump-alpine
check-blank-id
consul-cleanup
cri-container-state
dependabot/go_modules/github.com/weaveworks/weave-2.6.3incompatible
docker-os
feature/read-password-from-file
feature/read-password-from-file-faq
fix-build
fix-show-in
gh-pages
go-1-17-8
golangci-lint
hier-s3-key
no-hex-hostnames
no-latest-timestamp
node-unsafe-merge
pod-name-promql
release-1.11
remove-endpoint-benchmark
s390x-support
scope_s390x
simplify-load-report
update-lodash
update-node-deps
update-opentracing
wip-aws-timestamp
wip-child-ids
wip-drop-map-image
wip-render-docs
wip-simplify-connection-join
1.13.0
v1.13.2
v1.13.1
v1.12.0
v1.11.6
v1.11.5
v1.11.4
v1.11.3
latest_release
No related merge requests found
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
CHANGELOG.md
+9
-0
CHANGELOG.md
examples/cri/deploy.yaml
+1
-1
examples/cri/deploy.yaml
examples/cri/ds.yaml
+1
-1
examples/cri/ds.yaml
examples/docker/docker-compose-probe-v1.yml
+1
-1
examples/docker/docker-compose-probe-v1.yml
examples/docker/docker-compose-probe-v2.yml
+1
-1
examples/docker/docker-compose-probe-v2.yml
examples/k8s/deploy.yaml
+1
-1
examples/k8s/deploy.yaml
examples/k8s/ds.yaml
+1
-1
examples/k8s/ds.yaml
examples/k8s/probe-deploy.yaml
+1
-1
examples/k8s/probe-deploy.yaml
examples/mesos/minimesos.json
+1
-1
examples/mesos/minimesos.json
site/installing.md
+2
-2
site/installing.md
with
19 additions
and
10 deletions
+19
-10
CHANGELOG.md
+
9
-
0
View file @
3483765b
## 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:
...
...
This diff is collapsed.
Click to expand it.
examples/cri/deploy.yaml
+
1
-
1
View file @
3483765b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
examples/cri/ds.yaml
+
1
-
1
View file @
3483765b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
examples/docker/docker-compose-probe-v1.yml
+
1
-
1
View file @
3483765b
probe
:
image
:
weaveworks/scope:1.11.
2
image
:
weaveworks/scope:1.11.
3
net
:
"
host"
pid
:
"
host"
privileged
:
true
...
...
This diff is collapsed.
Click to expand it.
examples/docker/docker-compose-probe-v2.yml
+
1
-
1
View file @
3483765b
version
:
'
2'
services
:
probe
:
image
:
weaveworks/scope:1.11.
2
image
:
weaveworks/scope:1.11.
3
network_mode
:
"
host"
pid
:
"
host"
privileged
:
true
...
...
This diff is collapsed.
Click to expand it.
examples/k8s/deploy.yaml
+
1
-
1
View file @
3483765b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
examples/k8s/ds.yaml
+
1
-
1
View file @
3483765b
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
examples/k8s/probe-deploy.yaml
+
1
-
1
View file @
3483765b
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
examples/mesos/minimesos.json
+
1
-
1
View file @
3483765b
...
...
@@ -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"
:
[
...
...
This diff is collapsed.
Click to expand it.
site/installing.md
+
2
-
2
View file @
3483765b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help