From 31ca1ae0a6dd5c43cb19e3c591158c71a501e833 Mon Sep 17 00:00:00 2001 From: Ian Hansen Date: Mon, 27 Jul 2015 08:56:21 -0400 Subject: [PATCH] Cut version 0.11.0 --- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56358d7a..dca6fc93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +## 0.11.0 / 2015-07-27 + +* [FEATURE] Add stats from /proc/net/snmp. +* [FEATURE] Add support for FreeBSD. +* [FEATURE] Allow netdev devices to be ignored. +* [MAINTENANCE] New Dockerfile for unified way to dockerize Prometheus exporters. +* [FEATURE] Add device,fstype collection to the filesystem exporter. +* [IMPROVEMENT] Make logging of collector executions less verbose. + ## 0.10.0 / 2015-06-10 + * [CHANGE] Change logging output format and flags. ## 0.9.0 / 2015-05-26 diff --git a/Makefile b/Makefile index ab6ebd76..14f421a1 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION := 0.10.0 +VERSION := 0.11.0 TARGET := node_exporter GOFLAGS := -ldflags "-X main.Version $(VERSION)"