From e40efa1914b74f843892400993c06d050b24a72d Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Mon, 26 Sep 2016 23:03:44 +0200 Subject: [PATCH 1/3] Prepare for 0.13.0-rc.1 release. * Update CHANGELOG.md. * Update VERSION. --- CHANGELOG.md | 25 +++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ed1a294f..dcd6b23a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 0.13.0 / 2016-09-26 + +* [FEATURE] Add flag to ignore certain filesystem types (Copy of #217) #241 +* [FEATURE] Add NTP stratum to NTP collector. #247 +* [FEATURE] Add ignored-units flag for systemd collector #286 +* [FEATURE] Compile netdev on dragonfly #314 +* [FEATURE] Compile meminfo for dfly #315 +* [FEATURE] Add hwmon /sensors support #278 +* [FEATURE] Add Linux NUMA "numastat" metrics #249 +* [IMPROVEMENT] Use the offset calculation that includes round trip time in the ntp collector #250 +* [IMPROVEMENT] Enable `*bsd` collector on darwin #265 +* [IMPROVEMENT] Use meminfo_freebsd on darwin as well #266 +* [IMPROVEMENT] sockstat: add support for RHE4 #267 +* [IMPROVEMENT] Compile fs stats for dfly #302 +* [BUGFIX] Add support for raid0 devices in mdadm_linux collector. #253 +* [BUGFIX] Close file handler in textfile #263 +* [BUGFIX] Ignore partitions on NVME devices by default #268 +* [BUGFIX] Fix mdstat tabs parsing #275 +* [BUGFIX] Convert netstat collector to use ConstMetrics #281 +* [BUGFIX] Convert filefd collector to use ConstMetrics #282 +* [BUGFIX] Convert sockstat collector to use ConstMetrics #284 +* [BUGFIX] Convert meminfo collector to use ConstMetrics #283 +* [BUGFIX] Convert BSD meminfo collector to use ConstMetrics #285 +* [BUGFIX] Fix mdadm collector for resync=PENDING. #309 + ## 0.12.0 / 2016-05-05 * [CHANGE] Remove lastlogin collector. diff --git a/VERSION b/VERSION index ac454c6a1f..8eeb28d665 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.0 +0.13.0-rc.1 From 0a9f1236ea6796403e0e82d773ad0930c305c5f8 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Sun, 16 Oct 2016 13:20:19 +0200 Subject: [PATCH 2/3] Fixup: Adjust version in changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd6b23a97..a1a71a0673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.13.0 / 2016-09-26 +## v0.13.0 / unreleased * [FEATURE] Add flag to ignore certain filesystem types (Copy of #217) #241 * [FEATURE] Add NTP stratum to NTP collector. #247 From 2ccc8bd1b1fb9b4dc6dd268d9cf1ff3ed6342dce Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Sun, 16 Oct 2016 13:20:57 +0200 Subject: [PATCH 3/3] Fixup: Remove ConstMetrics changelog entries. --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a71a0673..b812a0a1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,6 @@ * [BUGFIX] Close file handler in textfile #263 * [BUGFIX] Ignore partitions on NVME devices by default #268 * [BUGFIX] Fix mdstat tabs parsing #275 -* [BUGFIX] Convert netstat collector to use ConstMetrics #281 -* [BUGFIX] Convert filefd collector to use ConstMetrics #282 -* [BUGFIX] Convert sockstat collector to use ConstMetrics #284 -* [BUGFIX] Convert meminfo collector to use ConstMetrics #283 -* [BUGFIX] Convert BSD meminfo collector to use ConstMetrics #285 * [BUGFIX] Fix mdadm collector for resync=PENDING. #309 ## 0.12.0 / 2016-05-05