From ca88ebbc3b4e7c9aaffd748ff0d9df7fa7a8cd10 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Fri, 12 Jun 2020 09:24:53 +0000 Subject: [PATCH] Bump version + changelog for #127 dependency upgrade Note which changes of the upstream mapper affect us. Signed-off-by: Matthias Rampke --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead42e6..2c855ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.8.0 / 2020-06-12 + +* [CHANGE] Update metric mapper and other dependencies ([#127](https://github.com/prometheus/graphite_exporter/pull/127)) + +This brings the metric mapper to parity with [statsd_exporter 0.16.0](https://github.com/prometheus/statsd_exporter/blob/master/CHANGELOG.md#0160--2020-05-29). +See the statsd exporter changelog for the detailed changes. +Notably, we now support a random-replacement mapping cache. +The changes for the timer type configuration do not affect this exporter as Graphite only supports gauge-type metrics. + ## 0.7.1 / 2020-05-12 * [BUGFIX] Fix "superfluous response.WriteHeader call" through dependency update ([#125](https://github.com/prometheus/graphite_exporter/pull/125)) diff --git a/VERSION b/VERSION index 39e898a..a3df0a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.1 +0.8.0