aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--VERSION2
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af1b0e5..a0158a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,19 +5,22 @@ NOTE: We are deprecating several collectors in this release.
5 * `megacli` - Requires forking, moved to textfile collection. 5 * `megacli` - Requires forking, moved to textfile collection.
6 * `ntp` - Out of scope. 6 * `ntp` - Out of scope.
7 7
8* [FEATURE] Added loadavg collector for Solaris #311 8* [FEATURE] Add loadavg collector for Solaris #311
9* [FEATURE] Add StorCli text collector example script #320 9* [FEATURE] Add StorCli text collector example script #320
10* [FEATURE] Add collector for Linux EDAC #324 10* [FEATURE] Add collector for Linux EDAC #324
11* [FEATURE] Add text file utility for SMART metrics #354 11* [FEATURE] Add text file utility for SMART metrics #354
12* [FEATURE] Add a collector for NFS client statistics. #360 12* [FEATURE] Add a collector for NFS client statistics. #360
13* [FEATURE] Add mountstats collector for detailed NFS statistics #367 13* [FEATURE] Add mountstats collector for detailed NFS statistics #367
14* [FEATURE] A collector for DRBD #365 14* [FEATURE] Add a collector for DRBD #365
15* [FEATURE] Add cpu collector for darwin #391 15* [FEATURE] Add cpu collector for darwin #391
16* [FEATURE] Add netdev collector for darwin #393 16* [FEATURE] Add netdev collector for darwin #393
17* [FEATURE] Collect CPU temperatures on FreeBSD #397 17* [FEATURE] Collect CPU temperatures on FreeBSD #397
18* [FEATURE] Add ZFS collector + review feedback from PRs 213 and 369 #410 18* [FEATURE] Add ZFS collector #410
19* [FEATURE] Add initial wifi collector #413 19* [FEATURE] Add initial wifi collector #413
20* [FEATURE] Add NFS event metrics to mountstats collector #415 20* [FEATURE] Add NFS event metrics to mountstats collector #415
21* [FEATURE] Add an example rules file #422
22* [FEATURE] infiniband: Add new collector for InfiniBand statistics #450
23* [FEATURE] buddyinfo: Add support for /proc/buddyinfo for linux free memory fragmentation. #454
21* [IMPROVEMENT] hwmon: Provide annotation metric to link chip sysfs paths to human-readable chip types #359 24* [IMPROVEMENT] hwmon: Provide annotation metric to link chip sysfs paths to human-readable chip types #359
22* [IMPROVEMENT] Add node_filesystem_device_errors_total metric #374 25* [IMPROVEMENT] Add node_filesystem_device_errors_total metric #374
23* [IMPROVEMENT] Add runit service dir flag #375 26* [IMPROVEMENT] Add runit service dir flag #375
@@ -30,6 +33,7 @@ NOTE: We are deprecating several collectors in this release.
30* [BUGFIX] Convert remaining collectors to use ConstMetrics #389 33* [BUGFIX] Convert remaining collectors to use ConstMetrics #389
31* [BUGFIX] Check for errors in netdev scanner #398 34* [BUGFIX] Check for errors in netdev scanner #398
32* [BUGFIX] Don't leak or race in FreeBSD devstat collector #396 35* [BUGFIX] Don't leak or race in FreeBSD devstat collector #396
36* [BUGFIX] Allow graceful failure in hwmon collector #427
33 37
34## v0.13.0 / 2016-11-26 38## v0.13.0 / 2016-11-26
35 39
diff --git a/VERSION b/VERSION
index d42ca4b..38d7ce4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
0.14.0-rc.1 0.14.0-rc.2