Release v0.13.0-rc.2

Update CHANGELOG with new features/bugfixes.
This commit is contained in:
Ben Kochie 2016-11-17 21:19:40 +01:00
parent f8af350ae2
commit dfb22045d7
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,7 @@
## v0.13.0 / unreleased
NOTE: We have disabled builds of linux/ppc64 and linux/ppc64le due to build bugs.
* [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
@ -7,6 +9,8 @@
* [FEATURE] Compile meminfo for dfly #315
* [FEATURE] Add hwmon /sensors support #278
* [FEATURE] Add Linux NUMA "numastat" metrics #249
* [FEATURE] export DragonFlyBSD CPU time #310
* [FEATURE] Dragonfly devstat #323
* [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
@ -17,6 +21,8 @@
* [BUGFIX] Ignore partitions on NVME devices by default #268
* [BUGFIX] Fix mdstat tabs parsing #275
* [BUGFIX] Fix mdadm collector for resync=PENDING. #309
* [BUGFIX] mdstat: Fix parsing of RAID0 lines that contain additional attributes. #341
* [BUGFIX] Fix additional mdadm parsing cases #346
## 0.12.0 / 2016-05-05

View File

@ -1 +1 @@
0.13.0-rc.1
0.13.0-rc.2