mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
33
CHANGELOG.md
33
CHANGELOG.md
@@ -1,3 +1,36 @@
|
||||
## Release 1.6.7
|
||||
|
||||
This is a minor patch release.
|
||||
|
||||
Internal improvements and cleanup:
|
||||
- Upgrade weaveworks-ui-components to 0.3.10
|
||||
[#2980](https://github.com/weaveworks/scope/pull/2980)
|
||||
- Lock styled-components version and upgrade ui-components
|
||||
[#2976](https://github.com/weaveworks/scope/pull/2976)
|
||||
- don't embed docker binary
|
||||
[#2977](https://github.com/weaveworks/scope/pull/2977)
|
||||
- bump embedded Weave Net version to 2.1.3
|
||||
[#2975](https://github.com/weaveworks/scope/pull/2975)
|
||||
- do not report allocations in benchmarks
|
||||
[#2964](https://github.com/weaveworks/scope/pull/2964)
|
||||
|
||||
Performance improvements:
|
||||
- "Intern" map keys
|
||||
[#2865](https://github.com/weaveworks/scope/pull/2865)
|
||||
- Upgrade reports before caching
|
||||
[#2979](https://github.com/weaveworks/scope/pull/2979)
|
||||
- report.Upgrade() add deployments to pods as parent
|
||||
[#2973](https://github.com/weaveworks/scope/pull/2973)
|
||||
|
||||
Weave Cloud related changes:
|
||||
- probe: Use an absolute FQDN for cloud.weave.works by default
|
||||
[#2971](https://github.com/weaveworks/scope/pull/2971)
|
||||
- Bump ui-components to include decomposed Time Travel
|
||||
[#2986](https://github.com/weaveworks/scope/pull/2986)
|
||||
- cheap probe connectedness api endpoint
|
||||
[#2983](https://github.com/weaveworks/scope/pull/2983)
|
||||
|
||||
|
||||
## Release 1.6.6
|
||||
|
||||
This is a minor patch release.
|
||||
|
||||
@@ -125,7 +125,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
|
||||
**Docker Compose Format Version 1:**
|
||||
|
||||
scope:
|
||||
image: weaveworks/scope:1.6.6
|
||||
image: weaveworks/scope:1.6.7
|
||||
net: "host"
|
||||
pid: "host"
|
||||
privileged: true
|
||||
@@ -141,7 +141,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
|
||||
version: '2'
|
||||
services:
|
||||
scope:
|
||||
image: weaveworks/scope:1.6.6
|
||||
image: weaveworks/scope:1.6.7
|
||||
network_mode: "host"
|
||||
pid: "host"
|
||||
privileged: true
|
||||
@@ -165,7 +165,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
|
||||
**Docker Compose Format Version 1:**
|
||||
|
||||
probe:
|
||||
image: weaveworks/scope:1.6.6
|
||||
image: weaveworks/scope:1.6.7
|
||||
net: "host"
|
||||
pid: "host"
|
||||
privileged: true
|
||||
@@ -182,7 +182,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
|
||||
version: '2'
|
||||
services:
|
||||
probe:
|
||||
image: weaveworks/scope:1.6.6
|
||||
image: weaveworks/scope:1.6.7
|
||||
network_mode: "host"
|
||||
pid: "host"
|
||||
privileged: true
|
||||
|
||||
Reference in New Issue
Block a user