Skip to content

Commit 7cbfa88

Browse files
authored
Merge pull request #905 from prometheus/superq/v0.16.0-rc.2
Release v0.16.0-rc.2
2 parents 0f5be13 + 4a0fafc commit 7cbfa88

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ This release contains more breaking changes:
99
* [CHANGE]
1010
* [FEATURE]
1111
* [ENHANCEMENT]
12-
* [BUGFIX] Count core throttles per core and per package #871
13-
* [CHANGE] Move `node_boot_time_seconds` from `exec` to new `boottime` collector and enable for Darwin/Dragonfly/FreeBSD/NetBSD/OpenBSD. #901
12+
* [BUGFIX]
1413

15-
## 0.16.0-rc.1 / 2018-04-04
14+
## 0.16.0-rc.2 / 2018-04-17
1615

1716
**Breaking changes**
1817

@@ -35,11 +34,11 @@ Other breaking changes:
3534
* [CHANGE] Cleanup NFS metrics #834
3635
* [CHANGE] Only report core throttles per core, not per cpu #836
3736
* [CHANGE] Treat custom textfile metric timestamps as errors #769
38-
* [CHANGE] Drop exec_ in boot_timestamp_seconds on *bsd #839
3937
* [CHANGE] Use lowercase cpu label name in interrupts #849
4038
* [CHANGE] Enable bonding collector by default. #872
4139
* [CHANGE] Greatly reduce the metrics vmstat returns by default. #874
4240
* [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
4342
* [FEATURE] Add `collect[]` parameter #699
4443
* [FEATURE] Add text collector conversion for ipmitool output. #746
4544
* [FEATURE] Add openbsd meminfo #724
@@ -61,6 +60,10 @@ Other breaking changes:
6160
* [BUGFIX] smartmon: Escape double quotes in device model family #772
6261
* [BUGFIX] Fix log level regression in #533 #815
6362
* [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
6467

6568
## 0.15.2 / 2017-12-06
6669

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.0-rc.1
1+
0.16.0-rc.2

0 commit comments

Comments
 (0)