aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-04-17 13:52:59 +0200
committerBen Kochie <superq@gmail.com>2018-04-17 14:21:59 +0200
commit4a0fafcf061f40432fc4e6ad67f68860cc207712 (patch)
treedc96aa20c6de9825af94201134d67db20b1369be
parent0f5be132ac5fc94ee923ec17ab3353780a76d5c4 (diff)
downloadprometheus_node_collector-4a0fafcf061f40432fc4e6ad67f68860cc207712.tar.bz2
prometheus_node_collector-4a0fafcf061f40432fc4e6ad67f68860cc207712.tar.xz
prometheus_node_collector-4a0fafcf061f40432fc4e6ad67f68860cc207712.zip
Release v0.16.0-rc.2
* Update CHANGELOG. * Bump VERSION. Signed-off-by: Ben Kochie <superq@gmail.com>
-rw-r--r--CHANGELOG.md11
-rw-r--r--VERSION2
2 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 402b8be..0c4be3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,10 +9,9 @@ This release contains more breaking changes:
9* [CHANGE] 9* [CHANGE]
10* [FEATURE] 10* [FEATURE]
11* [ENHANCEMENT] 11* [ENHANCEMENT]
12* [BUGFIX] Count core throttles per core and per package #871 12* [BUGFIX]
13* [CHANGE] Move `node_boot_time_seconds` from `exec` to new `boottime` collector and enable for Darwin/Dragonfly/FreeBSD/NetBSD/OpenBSD. #901
14 13
15## 0.16.0-rc.1 / 2018-04-04 14## 0.16.0-rc.2 / 2018-04-17
16 15
17**Breaking changes** 16**Breaking changes**
18 17
@@ -35,11 +34,11 @@ Other breaking changes:
35* [CHANGE] Cleanup NFS metrics #834 34* [CHANGE] Cleanup NFS metrics #834
36* [CHANGE] Only report core throttles per core, not per cpu #836 35* [CHANGE] Only report core throttles per core, not per cpu #836
37* [CHANGE] Treat custom textfile metric timestamps as errors #769 36* [CHANGE] Treat custom textfile metric timestamps as errors #769
38* [CHANGE] Drop exec_ in boot_timestamp_seconds on *bsd #839
39* [CHANGE] Use lowercase cpu label name in interrupts #849 37* [CHANGE] Use lowercase cpu label name in interrupts #849
40* [CHANGE] Enable bonding collector by default. #872 38* [CHANGE] Enable bonding collector by default. #872
41* [CHANGE] Greatly reduce the metrics vmstat returns by default. #874 39* [CHANGE] Greatly reduce the metrics vmstat returns by default. #874
42* [CHANGE] Greatly trim what netstat collector exposes by default #876 40* [CHANGE] Greatly trim what netstat collector exposes by default #876
41* [CHANGE] Drop `exec_` prefix and move `node_boot_time_seconds` from `exec` to new `boottime` collector and enable for Darwin/Dragonfly/FreeBSD/NetBSD/OpenBSD. #839, #901
43* [FEATURE] Add `collect[]` parameter #699 42* [FEATURE] Add `collect[]` parameter #699
44* [FEATURE] Add text collector conversion for ipmitool output. #746 43* [FEATURE] Add text collector conversion for ipmitool output. #746
45* [FEATURE] Add openbsd meminfo #724 44* [FEATURE] Add openbsd meminfo #724
@@ -61,6 +60,10 @@ Other breaking changes:
61* [BUGFIX] smartmon: Escape double quotes in device model family #772 60* [BUGFIX] smartmon: Escape double quotes in device model family #772
62* [BUGFIX] Fix log level regression in #533 #815 61* [BUGFIX] Fix log level regression in #533 #815
63* [BUGFIX] Correct the ClocksPerSec scaling factor on Darwin #846 62* [BUGFIX] Correct the ClocksPerSec scaling factor on Darwin #846
63* [BUGFIX] Count core throttles per core and per package #871
64* [BUGFIX] Fix netdev collector for linux #890
65* [BUGFIX] Fix memory corruption when number of filesystems > 16 on FreeBSD #900
66* [BUGFIX] Fix parsing of interface aliases in netdev linux #904
64 67
65## 0.15.2 / 2017-12-06 68## 0.15.2 / 2017-12-06
66 69
diff --git a/VERSION b/VERSION
index 593cfd2..0c989f3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
0.16.0-rc.1 0.16.0-rc.2