mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Release 1.11.5
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,3 +1,14 @@
|
||||
## Release 1.11.5
|
||||
|
||||
A few small improvements:
|
||||
|
||||
- Expose probe metrics to Prometheus, if an http-listen address is given
|
||||
[#3600](https://github.com/weaveworks/scope/pull/3600)
|
||||
- Reduce probe resource usage caused by occasional leaks in probe endpoint reporter
|
||||
[#3661](https://github.com/weaveworks/scope/pull/3661)
|
||||
- Update 'eslint' JavaScript checking tool, and resolve warnings
|
||||
[#3643](https://github.com/weaveworks/scope/pull/3643)
|
||||
|
||||
## Release 1.11.4
|
||||
|
||||
This release contains a few fixes, one of which should improve
|
||||
|
||||
@@ -25,7 +25,7 @@ spec:
|
||||
args:
|
||||
- '--no-probe'
|
||||
env: []
|
||||
image: weaveworks/scope:1.11.4
|
||||
image: weaveworks/scope:1.11.5
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 4040
|
||||
|
||||
@@ -34,7 +34,7 @@ spec:
|
||||
fieldRef:
|
||||
apiVersion: v1
|
||||
fieldPath: spec.nodeName
|
||||
image: weaveworks/scope:1.11.4
|
||||
image: weaveworks/scope:1.11.5
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
probe:
|
||||
image: weaveworks/scope:1.11.4
|
||||
image: weaveworks/scope:1.11.5
|
||||
net: "host"
|
||||
pid: "host"
|
||||
privileged: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
probe:
|
||||
image: weaveworks/scope:1.11.4
|
||||
image: weaveworks/scope:1.11.5
|
||||
network_mode: "host"
|
||||
pid: "host"
|
||||
privileged: true
|
||||
|
||||
@@ -28,7 +28,7 @@ spec:
|
||||
args:
|
||||
- '--no-probe'
|
||||
env: []
|
||||
image: weaveworks/scope:1.11.4
|
||||
image: weaveworks/scope:1.11.5
|
||||
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.4
|
||||
image: weaveworks/scope:1.11.5
|
||||
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.4'
|
||||
image: 'docker.io/weaveworks/scope:1.11.5'
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"container": {
|
||||
"type": "DOCKER",
|
||||
"docker": {
|
||||
"image": "weaveworks/scope:1.11.4",
|
||||
"image": "weaveworks/scope:1.11.5",
|
||||
"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.4
|
||||
image: weaveworks/scope:1.11.5
|
||||
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.4
|
||||
image: weaveworks/scope:1.11.5
|
||||
network_mode: "host"
|
||||
pid: "host"
|
||||
privileged: true
|
||||
|
||||
Reference in New Issue
Block a user