From 8b4ae3dfe60aa017747105d42a1c00ca3b9d85c4 Mon Sep 17 00:00:00 2001 From: Roberto Bruggemann Date: Tue, 23 Jan 2018 10:34:47 +0000 Subject: [PATCH] Add release 1.7.1 to CHANGELOG --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2013362b..0b4ed2974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## Release 1.7.1 + +Highlights: +- A bug was introduced in 1.7.0 when closing the pod log terminal panel that causes the probe to spin, + therefore saturating a cpu. This has been fixed in #3034. +- Fix issue that would cause the probe not to report certain kubernetes resources if, at start up, + it failed to successfully connect to kubernetes' API. + +Bug fixes and minor improvements: +- logReadCloser: ensure EOF after `Close()` + [#3034](https://github.com/weaveworks/scope/pull/3034) +- Check if k8s resources are supported in `runReflectorUntil` + [#3037](https://github.com/weaveworks/scope/pull/3037) +- Stop page router on App unmount + [#3025](https://github.com/weaveworks/scope/pull/3025) +- client: Fix uptime sort in table view + [#3038](https://github.com/weaveworks/scope/pull/3038) + +Internal improvements and cleanup: +- Remove default values from URL state hash + [#3030](https://github.com/weaveworks/scope/pull/3030) +- Correctly handle Time Travel resuming in Monitor + [#3028](https://github.com/weaveworks/scope/pull/3028) +- Change pausedAt format from moment() back to ISO string + [#3036](https://github.com/weaveworks/scope/pull/3036) + + ## Release 1.7.0 Highlights: