aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-11-30 15:18:48 +0100
committerBen Kochie <superq@gmail.com>2018-11-30 16:48:13 +0100
commitf6f6194a436b9a63d0439abc585c76b19a206b21 (patch)
treef1e4c6f999706aabd5d0edfc795949478958af16
parent2d7cad7ebc857891a9772949d91380341aef7037 (diff)
downloadprometheus_node_collector-f6f6194a436b9a63d0439abc585c76b19a206b21.tar.bz2
prometheus_node_collector-f6f6194a436b9a63d0439abc585c76b19a206b21.tar.xz
prometheus_node_collector-f6f6194a436b9a63d0439abc585c76b19a206b21.zip
Release v0.17.0 (#1168)v0.17.0
* Update CHANGELOG * Update VERSION Signed-off-by: Ben Kochie <superq@gmail.com>
-rw-r--r--CHANGELOG.md10
-rw-r--r--VERSION2
2 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27e7f40..02f6914 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,16 +7,17 @@
7* [BUGFIX] 7* [BUGFIX]
8* [BUGFIX] Add fallback for missing /proc/1/mounts #1172 8* [BUGFIX] Add fallback for missing /proc/1/mounts #1172
9* [CHANGE] Add TCPSynRetrans to netstat default filter #1143 9* [CHANGE] Add TCPSynRetrans to netstat default filter #1143
10* [CHANGE] Add a limit to the number of in-flight requests #1166
10* [ENHANCEMENT] Add Infiniband counters #1120 11* [ENHANCEMENT] Add Infiniband counters #1120
11* [FEATURE] Add a flag to disable exporter metrics #1148 12* [FEATURE] Add a flag to disable exporter metrics #1148
12 13
13## 0.17.0-rc.0 / 2018-10-19 14## 0.17.0 / 2018-11-30
14 15
15Build note: Linux builds can now be built without CGO. 16Build note: Linux builds can now be built without CGO.
16 17
17### **Breaking changes** 18### **Breaking changes**
18 19
19supvervisord collector reports "start_time_seconds" rather than "uptime" #952 20supvervisord collector reports `start_time_seconds` rather than `uptime` #952
20 21
21The wifi collector is disabled by default due to suspected caching issues and goroutine leaks. 22The wifi collector is disabled by default due to suspected caching issues and goroutine leaks.
22* https://github.com/prometheus/node_exporter/issues/870 23* https://github.com/prometheus/node_exporter/issues/870
@@ -55,6 +56,11 @@ Darwin meminfo metrics have been renamed to match Prometheus conventions. #1060
55* [BUGFIX] Filter systemd units in Go for compatibility with older versions #1083 56* [BUGFIX] Filter systemd units in Go for compatibility with older versions #1083
56* [BUGFIX] Update cpu collector for OpenBSD 6.4 #1094 57* [BUGFIX] Update cpu collector for OpenBSD 6.4 #1094
57* [BUGFIX] Fix typo on HELP of `read_time_seconds_total` #1057 58* [BUGFIX] Fix typo on HELP of `read_time_seconds_total` #1057
59* [BUGFIX] collector/diskstats: don't fail if there are extra stats #1125
60* [BUGFIX] collector/hwmon\_linux: handle temperature sensor file #1123
61* [BUGFIX] collector/filesystem: add bounds check #1133
62* [BUGFIX] Fix dragonfly's CPU counting frequency #1140
63* [BUGFIX] Add fallback for missing /proc/1/mounts #1172
58 64
59## 0.16.0 / 2018-05-15 65## 0.16.0 / 2018-05-15
60 66
diff --git a/VERSION b/VERSION
index 9fcda2f..c5523bd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
0.17.0-rc.0 0.17.0