From e48adf1d8cf9b46e4993ba4a090243a53b840837 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Tue, 30 Jun 2015 10:29:17 +0000 Subject: [PATCH] Changelog for 0.4.0 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f15c6b9..b5d8bb52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,43 @@ +## Release 0.4.0 + +New features: +- Include kernel version and uptime in host details. + [#274](https://github.com/weaveworks/scope/pull/274) +- Include command line and number of threads in process details. + [#272](https://github.com/weaveworks/scope/pull/272) +- Include Docker port mapping, entrypoint, memory usage and creation + date in container details. + [#262](https://github.com/weaveworks/scope/pull/262) +- Order tables in details panel from least granular to most granular. + [#261](https://github.com/weaveworks/scope/issues/261) +- Show all container images (even ones without active connections) + in the containers-by-image view. + [#230](https://github.com/weaveworks/scope/issues/230) +- Produce process and container views by merging endpoint topology with their + respective topologies, such that the origins in the details panel always + aggregate correctly. [#228](https://github.com/weaveworks/scope/issues/228) +- In containers view, show "Uncontained" nodes for each host if they have + active connections. [#127](https://github.com/weaveworks/scope/issues/127) +- Show connection status in the UI. + [#162](https://github.com/weaveworks/scope/issues/162) + +Bug fixes: +- Reduce CPU usage by caching walks of /proc. + [#284](https://github.com/weaveworks/scope/issues/284) +- Trim whitespace of process names such that the details panel functions + correctly in the process-by-name view. + [#281](https://github.com/weaveworks/scope/issues/281) +- Correctly scope addresses on Docker bridge such that processes on different + hosts are not incorrectly shown as communicating. + [#264](https://github.com/weaveworks/scope/pull/264) +- Correctly show connections between nodes which traverse a Docker port + mapping. [#245](https://github.com/weaveworks/scope/issues/245) +- Make scope script fail if docker run fails. + [#214](https://github.com/weaveworks/scope/issues/214) +- Prevent left over nodes in the UI when the connection is dropped or Scope is + restarted. [#162](https://github.com/weaveworks/scope/issues/162) + + ## Release 0.3.0 - Show containers, even when they aren't communicating.