From fdf984628299f7b17a93a3f7ccc8a063cf4542fc Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Sun, 2 Jun 2019 11:51:07 +0200 Subject: [PATCH] Fixup 0.17.0 changelog (#1354) * Fix ordering of CHANGE items by PR number. * Add missing CHANGE for #1003 Signed-off-by: Ben Kochie --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eca02bd9..5b6aa482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,9 +63,10 @@ Darwin meminfo metrics have been renamed to match Prometheus conventions. #1060 ### Changes +* [CHANGE] Use /proc/mounts instead of statfs(2) for ro state #1002 +* [CHANGE] Exclude only subdirectories of /var/lib/docker #1003 * [CHANGE] Filter out non-installed units when collecting all systemd units #1011 * [CHANGE] `service_restart_total` and `socket_refused_connections_total` will not be reported if you're running an older version of systemd -* [CHANGE] Use /proc/mounts instead of statfs(2) for ro state #1002 * [CHANGE] collector/timex: remove cgo dependency #1079 * [CHANGE] filesystem: Ignore Docker netns mounts #1047 * [CHANGE] Ignore additional virtual filesystems #1104