Skip to content

Commit

Permalink
Changelog for 0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilkie authored and tomwilkie committed Oct 28, 2015
1 parent 6a4c997 commit 63ae144
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 63ae144

Please sign in to comment.