From 81ab02825f441c94ae300a11e1cf3b7fcfa4e8ed Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Tue, 20 Oct 2015 13:45:38 +0000 Subject: [PATCH] Changelog for 0.9 release --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a81ca43331..8ac5a268ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +## Release 0.9.0 + +New features: +- Add basic Kubernetes views for pods and services + [#441](https://github.com/weaveworks/scope/pull/441) +- Support for Weave 1.2 + [#574](https://github.com/weaveworks/scope/pull/574) +- Add containers-by-hostname view + [#545](https://github.com/weaveworks/scope/pull/545) +- Make `scope launch` work from remote hosts, with an appropriately defined DOCKER_HOST + [#524](https://github.com/weaveworks/scope/pull/524) +- Increase DNS poll frequency such that Scope clusters up more quickly + [#524](https://github.com/weaveworks/scope/pull/524) +- Add `scope command` for printing the Docker commands used to run Scope + [#553](https://github.com/weaveworks/scope/pull/553) +- Include some basic documentation on how to run Scope + [#572](https://github.com/weaveworks/scope/pull/572) +- Warn if the users tries to run Scope on Docker versions <1.5.0 + [#557](https://github.com/weaveworks/scope/pull/557) +- Add support for loading the Scope UI from https endpoings + [#572](https://github.com/weaveworks/scope/pull/572) + +Big fixes: +- Correctly track short-lived connections from the internet + [#493](https://github.com/weaveworks/scope/pull/493) +- Fix a corner case where short-lived connections between containers are incorrectly attributed + [#577](https://github.com/weaveworks/scope/pull/577) +- Ensure service credentials are sent when doing intial probe<->app handshake + [#564](https://github.com/weaveworks/scope/pull/564) +- Sort reverse-DNS-resolved names to mitigate some UI fluttering + [#562](https://github.com/weaveworks/scope/pull/562) +- Don't leak goroutines in the probe + [#531](https://github.com/weaveworks/scope/issue/531) +- Rerun background conntrack processes if they fail + [#581](https://github.com/weaveworks/scope/issue/581) +- Build and test using Go 1.5 and vendor all dependancies + [#584](https://github.com/weaveworks/scope/pull/584) + ## Release 0.8.0 New features: