Update for 0.16.0-rc.1
* Update VERSION. * Update CHANGELOG. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
eef9ffbdad
commit
b8f25c87f1
|
@ -1,11 +1,13 @@
|
||||||
## master / unreleased
|
## master / unreleased
|
||||||
|
|
||||||
|
**Breaking changes**
|
||||||
|
|
||||||
* [CHANGE]
|
* [CHANGE]
|
||||||
* [FEATURE]
|
* [FEATURE]
|
||||||
* [ENHANCEMENT]
|
* [ENHANCEMENT]
|
||||||
* [BUGFIX]
|
* [BUGFIX]
|
||||||
|
|
||||||
## 0.16.0-rc.0 / 2018-03-09
|
## 0.16.0-rc.1 / 2018-04-04
|
||||||
|
|
||||||
**Breaking changes**
|
**Breaking changes**
|
||||||
|
|
||||||
|
@ -30,6 +32,9 @@ Other breaking changes:
|
||||||
* [CHANGE] Treat custom textfile metric timestamps as errors #769
|
* [CHANGE] Treat custom textfile metric timestamps as errors #769
|
||||||
* [CHANGE] Drop exec_ in boot_timestamp_seconds on *bsd #839
|
* [CHANGE] Drop exec_ in boot_timestamp_seconds on *bsd #839
|
||||||
* [CHANGE] Use lowercase cpu label name in interrupts #849
|
* [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 `collect[]` parameter #699
|
||||||
* [FEATURE] Add text collector conversion for ipmitool output. #746
|
* [FEATURE] Add text collector conversion for ipmitool output. #746
|
||||||
* [FEATURE] Add openbsd meminfo #724
|
* [FEATURE] Add openbsd meminfo #724
|
||||||
|
|
Loading…
Reference in New Issue