From b909c41f4c75385446adbb18036a5d0c9afb2335 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Mon, 8 Jun 2015 19:59:59 +0200 Subject: [PATCH] Release 0.1.2 --- CHANGELOG.md | 13 +++++++++++++ Makefile | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cecdd209..388c1564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.1.2 / 2015-06-08 +* [CHANGE] Move pushgateway binary in archive from bin/ to /. +* [CHANGE] Migrate logging to prometheus/log. + +## 0.1.1 / 2015-05-05 +* [BUGFIX] Properly display histograms in web status. +* [BUGFIX] Fix value formatting. +* [CHANGE] Make flag names consistent across projects. +* [ENHANCEMENT] Auto-fill instance with IPv6 address. +* [BUGFIX] Fix Go download link for several archs and OSes. +* [BUGFIX] Use HTTPS and golang.org for Go download. +* [BUGFIX] Re-add pprof endpoints. + ## 0.1.0 / 2014-08-13 * [FEATURE] When being scraped, metrics of the same name but with different job/instance label are now merged into one metric family. diff --git a/Makefile b/Makefile index eb2f6653..bd00cc0c 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.1.1 +VERSION := 0.1.2 TARGET := pushgateway REV := $(shell git rev-parse --short HEAD)