Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.0 #2033

Merged
merged 3 commits into from
Nov 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,69 @@
## Release 1.1.0

Highlights:
- New ECS view which allows visualizing your tasks and services in Amazon's EC2 Container Service.
- Custom label-based container filters can be defined through `--app.container-label-filter`

New features and enhancements:
- Add ECS views
[#2026](https://github.com/weaveworks/scope/pull/2026)
- Add custom label-based filters in container view
[#1895](https://github.com/weaveworks/scope/pull/1895)
- Improve plugin errors tooltip
[#2022](https://github.com/weaveworks/scope/pull/2022)
- Add anti-dance heuristics (and feature flags)
[#1993](https://github.com/weaveworks/scope/pull/1993)
- Table-mode: sort ips numerically
[#2007](https://github.com/weaveworks/scope/pull/2007)
- increase black/white text contrast in contrast mode
[#2006](https://github.com/weaveworks/scope/pull/2006)
- Improve view-node-in-topo button usability
[#1926](https://github.com/weaveworks/scope/pull/1926)
- Hide Weave topology if empty
[#2035](https://github.com/weaveworks/scope/pull/2035)

Performance improvements:
- Add graph complexity check on page load
[#1994](https://github.com/weaveworks/scope/pull/1994)

Bug fixes:
- plug goroutine leak in control
[#2003](https://github.com/weaveworks/scope/pull/2003)
- Fix details panel not closing on canvas click
[#1998](https://github.com/weaveworks/scope/pull/1998)
- Empty publicpath needed for relative paths of scope
[#2043](https://github.com/weaveworks/scope/pull/2043)

Documentation:
- Use intuitive standalone service name in compose
[#2019](https://github.com/weaveworks/scope/pull/2019)
- Fix kubectl port-forward command to access the scope app locally
[#2010](https://github.com/weaveworks/scope/pull/2010)
- Update website plugins documentation
[#2008](https://github.com/weaveworks/scope/pull/2008)

Internal improvements and cleanup:
- Combined external and prod webpack config files
[#2014](https://github.com/weaveworks/scope/pull/2014)
- Update package.json
[#2017](https://github.com/weaveworks/scope/pull/2017)
- Move plugins to the new organization
[#1906](https://github.com/weaveworks/scope/pull/1906)
- Change webpack local config to use source maps
[#2011](https://github.com/weaveworks/scope/pull/2011)
- middleware/errorhandler: Implement Hijacker so it works with ws proxy
[#1971](https://github.com/weaveworks/scope/pull/1971)
- Fix time-dependant test (stop testing docker client library)
[#2005](https://github.com/weaveworks/scope/pull/2005)
- Give time to the overlay test backoff collectors to finish
[#1995](https://github.com/weaveworks/scope/pull/1995)
- Update D3 to version 4.4.0
[#2028](https://github.com/weaveworks/scope/pull/2028)

Weave Cloud related changes:
- Add OpenTracing support to TimeRequestHistogram
[#2023](https://github.com/weaveworks/scope/pull/2023)

## Release 1.0.0

Highlights:
Expand Down