From b4763926397f093c6c10a14e02aee3390d70bf25 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Wed, 15 Jun 2016 10:08:12 +0000 Subject: [PATCH 1/5] Release 0.16.0 --- CHANGELOG.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d882117a..bf32d323b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,84 @@ +## Release 0.16.0 + +Highlights: + +* New network view to quickly ascertain to what networks your containers belong to. + +New features and enhancements: +- Network view + [#1528](https://github.com/weaveworks/scope/pull/1528) +- Label deployment nodes with replica count + [#1530](https://github.com/weaveworks/scope/pull/1530) +- Add flag to disable reporting of processes (and procspied endpoints) + [#1511](https://github.com/weaveworks/scope/pull/1511) +- Add pod status to summary table + [#1523](https://github.com/weaveworks/scope/pull/1523) + +Performance improvements: +- Fast start the dns resolution ticker to improve first report latency. + [#1508](https://github.com/weaveworks/scope/pull/1508) + +Bug fixes: +- Fix tall search box in Firefox + [#1583](https://github.com/weaveworks/scope/pull/1583) +- Probe reporter stuck + [#1576](https://github.com/weaveworks/scope/issues/1576) +- Container in multiple networks not showing all connections + [#1573](https://github.com/weaveworks/scope/issues/1573) +- scope probe connects to localhost & prod even when given explicit hostnames + [#1566](https://github.com/weaveworks/scope/issues/1566) +- Fix Docker for Mac check + [#1551](https://github.com/weaveworks/scope/pull/1551) +- If k8s objects only have one container, show that container's metrics on them + [#1473](https://github.com/weaveworks/scope/pull/1473) +- Don't every store NEW conntrack flows (only every store updates). + [#1541](https://github.com/weaveworks/scope/pull/1541) + +Documentation: +- Clarify kubectl version matching + [#1582](https://github.com/weaveworks/scope/pull/1582) + +Internal improvements and cleanup: +- Add Indentity middleware + [#1574](https://github.com/weaveworks/scope/pull/1574) +- Rewrite net/http.Request.{URL.Path,RequestURI} consistently + [#1555](https://github.com/weaveworks/scope/pull/1555) +- Add Marathon JSON for launching on minimesos cluster + [#1509](https://github.com/weaveworks/scope/pull/1509) +- Circle integration for auto docs publishing. + [#1517](https://github.com/weaveworks/scope/pull/1517) +- Tag scope images on docker hub as we do in service + [#1572](https://github.com/weaveworks/scope/pull/1572) +- Scope slow: improve error messages for debugging + [#1534](https://github.com/weaveworks/scope/pull/1534) +- circle.yml: deploy non-master branches + [#1535](https://github.com/weaveworks/scope/pull/1535) +- Add docker hub badge + [#1540](https://github.com/weaveworks/scope/pull/1540) +- Increase test replicas + [#1529](https://github.com/weaveworks/scope/pull/1529) + +Service-mode related changes: +- Add probe version header to probe requests + [#1564](https://github.com/weaveworks/scope/pull/1564) +- Fetch non-cached reports in parallel + [#1554](https://github.com/weaveworks/scope/pull/1554) +- Various fix ups for multitenancy + [#1533](https://github.com/weaveworks/scope/pull/1533) +- Use NATS for shortcut reports in the service. + [#1568](https://github.com/weaveworks/scope/pull/1568) +- If we don't get a path name from the router, make one up from the url. + [#1570](https://github.com/weaveworks/scope/pull/1570) +- Log errors in response to http requests. + [#1569](https://github.com/weaveworks/scope/pull/1569) +- Put reports in S3; add in process caching + [#1545](https://github.com/weaveworks/scope/pull/1545) +- Use smart merger in the DynamoDB collector. + [#1543](https://github.com/weaveworks/scope/pull/1543) +- Allow user to specify table name and queue prefix. + [#1538](https://github.com/weaveworks/scope/pull/1538) + + ## Release 0.15.0 Highlights: From 71f7b7733b394a9bda3e6af282fe0539e02d9e27 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Wed, 15 Jun 2016 14:56:57 +0000 Subject: [PATCH 2/5] Review feedback --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf32d323b..947c47d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Highlights: -* New network view to quickly ascertain to what networks your containers belong to. +* New network view to quickly ascertain what networks your containers belong to. New features and enhancements: - Network view @@ -39,7 +39,7 @@ Documentation: [#1582](https://github.com/weaveworks/scope/pull/1582) Internal improvements and cleanup: -- Add Indentity middleware +- Add Identity middleware [#1574](https://github.com/weaveworks/scope/pull/1574) - Rewrite net/http.Request.{URL.Path,RequestURI} consistently [#1555](https://github.com/weaveworks/scope/pull/1555) From 80f5aff30c27882a6f5785bcc1ada1ea0f9a436a Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Thu, 16 Jun 2016 09:07:56 +0000 Subject: [PATCH 3/5] Review feedback --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 947c47d93..5ffd1de02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ Bug fixes: [#1551](https://github.com/weaveworks/scope/pull/1551) - If k8s objects only have one container, show that container's metrics on them [#1473](https://github.com/weaveworks/scope/pull/1473) -- Don't every store NEW conntrack flows (only every store updates). +- Don't ever store NEW conntrack flows (only ever store updates). [#1541](https://github.com/weaveworks/scope/pull/1541) Documentation: From 3cd873289963c68b39ff08663e0216d839755afc Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Fri, 17 Jun 2016 08:54:04 +0000 Subject: [PATCH 4/5] Update CHANGELOG --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ffd1de02..ebcf18d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,15 @@ Highlights: New features and enhancements: - Network view [#1528](https://github.com/weaveworks/scope/pull/1528) + [#1593](https://github.com/weaveworks/scope/pull/1593) - Label deployment nodes with replica count [#1530](https://github.com/weaveworks/scope/pull/1530) - Add flag to disable reporting of processes (and procspied endpoints) [#1511](https://github.com/weaveworks/scope/pull/1511) - Add pod status to summary table [#1523](https://github.com/weaveworks/scope/pull/1523) +- Add filters for pseudo nodes. + [#1581](https://github.com/weaveworks/scope/pull/1581) Performance improvements: - Fast start the dns resolution ticker to improve first report latency. @@ -33,10 +36,18 @@ Bug fixes: [#1473](https://github.com/weaveworks/scope/pull/1473) - Don't ever store NEW conntrack flows (only ever store updates). [#1541](https://github.com/weaveworks/scope/pull/1541) +- Pods with > 1 container making connections do not show any connections + [#1494](https://github.com/weaveworks/scope/issues/1494) +- Missing edges when using Docker's IPAM driver + [#1563](https://github.com/weaveworks/scope/issues/1563) +- Duplicate stack in "by image" view + [#1521](https://github.com/weaveworks/scope/issues/1521) Documentation: - Clarify kubectl version matching [#1582](https://github.com/weaveworks/scope/pull/1582) +- updated Weave Cloud and clarified setup + [#1586](https://github.com/weaveworks/scope/pull/1586) Internal improvements and cleanup: - Add Identity middleware @@ -57,8 +68,10 @@ Internal improvements and cleanup: [#1540](https://github.com/weaveworks/scope/pull/1540) - Increase test replicas [#1529](https://github.com/weaveworks/scope/pull/1529) +- Ignore IPv6 addresses in Docker reporter + [#1552](https://github.com/weaveworks/scope/pull/1552) -Service-mode related changes: +Weave Cloud related changes: - Add probe version header to probe requests [#1564](https://github.com/weaveworks/scope/pull/1564) - Fetch non-cached reports in parallel @@ -77,6 +90,8 @@ Service-mode related changes: [#1543](https://github.com/weaveworks/scope/pull/1543) - Allow user to specify table name and queue prefix. [#1538](https://github.com/weaveworks/scope/pull/1538) +- Get route name before munging request + [#1590](https://github.com/weaveworks/scope/pull/1590) ## Release 0.15.0 From 19cb71452bbb5986e375ee4c165fb1166f331c75 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Fri, 17 Jun 2016 08:56:01 +0000 Subject: [PATCH 5/5] Review feedback --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebcf18d04..3b49dac0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Highlights: -* New network view to quickly ascertain what networks your containers belong to. +* New network filter to quickly ascertain what networks your containers belong to. New features and enhancements: - Network view