From f83f214d3986a782c36be348af9904ae19759b40 Mon Sep 17 00:00:00 2001 From: vteratipally <67723486+vteratipally@users.noreply.github.com> Date: Thu, 18 Feb 2021 17:35:42 -0800 Subject: [PATCH] Update changelog for the NPD release v0.8.7 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b351da..d4c2cf93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.8.7] - 2020-02-18 + +### Added + +- Add memory read error. +- Add support for building NPD on MacOS. +- Add support for containerd health check. +- Add metric for `per-cpu`, `per-stage` timing. + +### Changed + +- Print result's message when status is unknown. + +### Fixed + +- Fix an issue that kubelet may be restarted by NPD health checker unexpectedly. Make log pattern check configurable in health checker. +- Exit the process when there is a timeout in plugin daemon + + ## [0.8.6] - 2020-01-22 ### Added