From 7e3415f9cbf87135657c40c318e401c780571582 Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Thu, 12 Nov 2015 11:06:10 +0000 Subject: [PATCH] Changelog for 0.10.0 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b4be2c9..d09810a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +## Release 0.10.0 + +Notes: +- Due to the Scope UI now being able to start/stop/restart Docker + containers, it is not wise to have it accessible to untrusted + parties. + +New features: +- Add lifecycle controls (start/stop/restart) for Docker containers + [#598](https://github.com/weaveworks/scope/pull/598) + [#642](https://github.com/weaveworks/scope/pull/642) +- Add sparklines to the UI for some metrics + [#622](https://github.com/weaveworks/scope/pull/622) +- Show a message when the selected topology is empty + [#505](https://github.com/weaveworks/scope/pull/505) + +Bug fixes: +- Change node layout incrementally to reduce re-layouts + [#593](https://github.com/weaveworks/scope/pull/593) +- Improve responsiveness of UI updates to container state changes + [#628](https://github.com/weaveworks/scope/pull/628) + [#640](https://github.com/weaveworks/scope/pull/640) +- Handle DNS Resolution to a set of names + [#639](https://github.com/weaveworks/scope/pull/639) +- Correctly show node counts for sub-topologies + [#621](https://github.com/weaveworks/scope/issues/621) +- Allow scope to start after being upgraded + [#617](https://github.com/weaveworks/scope/pull/617) +- Prevent a stranded pseudo-nodes from appearing in the container view + [#627](https://github.com/weaveworks/scope/pull/627) + [#674](https://github.com/weaveworks/scope/pull/674) +- Parallelise and improve the testing infrastructure + [#614](https://github.com/weaveworks/scope/pull/614) + [#618](https://github.com/weaveworks/scope/pull/618) + [#644](https://github.com/weaveworks/scope/pull/644) + ## Release 0.9.0 New features: