aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Volz <julius@soundcloud.com>2015-07-27 23:32:10 +0200
committerJulius Volz <julius@soundcloud.com>2015-07-27 23:32:10 +0200
commitf2dfeb3fd6fc18b51cd82f102a0a7634d2e98fa2 (patch)
tree756aebeb78abd8adb8e0fd32fbf10d7d67f6a048
parentaca4688dc394330d7392bc66234ef4729852bfb5 (diff)
parent31ca1ae0a6dd5c43cb19e3c591158c71a501e833 (diff)
downloadprometheus_node_collector-f2dfeb3fd6fc18b51cd82f102a0a7634d2e98fa2.tar.bz2
prometheus_node_collector-f2dfeb3fd6fc18b51cd82f102a0a7634d2e98fa2.tar.xz
prometheus_node_collector-f2dfeb3fd6fc18b51cd82f102a0a7634d2e98fa2.zip
Merge pull request #98 from supershabam/master0.11.0
Cut version 0.11.0
-rw-r--r--CHANGELOG.md10
-rw-r--r--Makefile2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56358d7..dca6fc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,14 @@
1## 0.11.0 / 2015-07-27
2
3* [FEATURE] Add stats from /proc/net/snmp.
4* [FEATURE] Add support for FreeBSD.
5* [FEATURE] Allow netdev devices to be ignored.
6* [MAINTENANCE] New Dockerfile for unified way to dockerize Prometheus exporters.
7* [FEATURE] Add device,fstype collection to the filesystem exporter.
8* [IMPROVEMENT] Make logging of collector executions less verbose.
9
1## 0.10.0 / 2015-06-10 10## 0.10.0 / 2015-06-10
11
2* [CHANGE] Change logging output format and flags. 12* [CHANGE] Change logging output format and flags.
3 13
4## 0.9.0 / 2015-05-26 14## 0.9.0 / 2015-05-26
diff --git a/Makefile b/Makefile
index ab6ebd7..14f421a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
11# See the License for the specific language governing permissions and 11# See the License for the specific language governing permissions and
12# limitations under the License. 12# limitations under the License.
13 13
14VERSION := 0.10.0 14VERSION := 0.11.0
15TARGET := node_exporter 15TARGET := node_exporter
16GOFLAGS := -ldflags "-X main.Version $(VERSION)" 16GOFLAGS := -ldflags "-X main.Version $(VERSION)"
17 17