aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2017-01-16 10:55:48 -0500
committerGitHub <noreply@github.com>2017-01-16 10:55:48 -0500
commit5a07f4173d97fa0dd307db5bd3c2e6da26a4b16e (patch)
tree94be2169cd9de140cc14f2483715717e97dbb7ce
parentc2cf0b15c06ac8eea27c54781115309e7b709783 (diff)
parent0d4e881389c41d1c1155c88144b85273e9148320 (diff)
downloadprometheus_node_collector-5a07f4173d97fa0dd307db5bd3c2e6da26a4b16e.tar.bz2
prometheus_node_collector-5a07f4173d97fa0dd307db5bd3c2e6da26a4b16e.tar.xz
prometheus_node_collector-5a07f4173d97fa0dd307db5bd3c2e6da26a4b16e.zip
Merge pull request #423 from prometheus/superq/v0.14.0-rc.1v0.14.0-rc.1
Release v0.14.0-rc.1.
-rw-r--r--CHANGELOG.md33
-rw-r--r--VERSION2
2 files changed, 34 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0102e2f..af1b0e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,36 @@
1## v0.14.0 / unreleased
2
3NOTE: We are deprecating several collectors in this release.
4 * `gmond` - Out of scope.
5 * `megacli` - Requires forking, moved to textfile collection.
6 * `ntp` - Out of scope.
7
8* [FEATURE] Added loadavg collector for Solaris #311
9* [FEATURE] Add StorCli text collector example script #320
10* [FEATURE] Add collector for Linux EDAC #324
11* [FEATURE] Add text file utility for SMART metrics #354
12* [FEATURE] Add a collector for NFS client statistics. #360
13* [FEATURE] Add mountstats collector for detailed NFS statistics #367
14* [FEATURE] A collector for DRBD #365
15* [FEATURE] Add cpu collector for darwin #391
16* [FEATURE] Add netdev collector for darwin #393
17* [FEATURE] Collect CPU temperatures on FreeBSD #397
18* [FEATURE] Add ZFS collector + review feedback from PRs 213 and 369 #410
19* [FEATURE] Add initial wifi collector #413
20* [FEATURE] Add NFS event metrics to mountstats collector #415
21* [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
23* [IMPROVEMENT] Add runit service dir flag #375
24* [IMPROVEMENT] Improve Docker documentation #376
25* [IMPROVEMENT] Ignore autofs filesystems on linux #384
26* [IMPROVEMENT] Replace some FreeBSD collectors with pure Go versions #385
27* [IMPROVEMENT] Use filename as label, move 'label' to own metric #411 (hwmon)
28* [BUGFIX] mips64 build fix #361
29* [BUGFIX] Update vendoring #372 (to fix #242)
30* [BUGFIX] Convert remaining collectors to use ConstMetrics #389
31* [BUGFIX] Check for errors in netdev scanner #398
32* [BUGFIX] Don't leak or race in FreeBSD devstat collector #396
33
1## v0.13.0 / 2016-11-26 34## v0.13.0 / 2016-11-26
2 35
3NOTE: We have disabled builds of linux/ppc64 and linux/ppc64le due to build bugs. 36NOTE: We have disabled builds of linux/ppc64 and linux/ppc64le due to build bugs.
diff --git a/VERSION b/VERSION
index 54d1a4f..d42ca4b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
0.13.0 0.14.0-rc.1