From 2c047876d848225089eac2fe173899119ef290be Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Thu, 12 May 2016 17:05:01 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6cb5158..16c1477b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,7 +91,13 @@ Bug fixes: - Node IDs with / leads to redirect loop when scope is mounted under a path with slash redirect [#1335](https://github.com/weaveworks/scope/issues/1335) - Ignore conntracked connections on which we never saw an update - [#1466](https://github.com/weaveworks/scope/issues/1335) + [#1466](https://github.com/weaveworks/scope/issues/466) +- Containers incorrectly attributed to host + [#1472](https://github.com/weaveworks/scope/issues/1472) +- k8s: Unexpected edge to the Internet node + [#1469](https://github.com/weaveworks/scope/issues/1469) +- When user supplies IP addr on command line, we don't try to connect to localhost + [#1477](https://github.com/weaveworks/scope/issues/1477) Documentation: - Restructured Scope Docs