From b8f25c87f198801bbda649e4a362e1ecef073552 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Wed, 4 Apr 2018 17:35:25 +0200 Subject: [PATCH] Update for 0.16.0-rc.1 * Update VERSION. * Update CHANGELOG. Signed-off-by: Ben Kochie --- CHANGELOG.md | 7 ++++++- VERSION | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3af1dba..9bc62eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ ## master / unreleased +**Breaking changes** + * [CHANGE] * [FEATURE] * [ENHANCEMENT] * [BUGFIX] -## 0.16.0-rc.0 / 2018-03-09 +## 0.16.0-rc.1 / 2018-04-04 **Breaking changes** @@ -30,6 +32,9 @@ Other breaking changes: * [CHANGE] Treat custom textfile metric timestamps as errors #769 * [CHANGE] Drop exec_ in boot_timestamp_seconds on *bsd #839 * [CHANGE] Use lowercase cpu label name in interrupts #849 +* [CHANGE] Enable bonding collector by default. #872 +* [CHANGE] Greatly reduce the metrics vmstat returns by default. #874 +* [CHANGE] Greatly trim what netstat collector exposes by default #876 * [FEATURE] Add `collect[]` parameter #699 * [FEATURE] Add text collector conversion for ipmitool output. #746 * [FEATURE] Add openbsd meminfo #724 diff --git a/VERSION b/VERSION index 44e7df51..593cfd26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.0-rc.0 +0.16.0-rc.1