From cf6bc9afb8eb206504b6c2c044590d2a6124524e Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Sat, 6 Aug 2022 12:22:32 +0000 Subject: [PATCH] Release 0.12.3 and changelog for #198, with a note to encourage backtracking free configurations. Signed-off-by: Matthias Rampke --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4d356..f816787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.12.3 / 2022-08-06 + +* [BUGFIX] Fix crash on startup for some configurations ([#198](https://github.com/prometheus/graphite_exporter/pull/198)) + +For mappings that require backtracking, 0.12.2 would crash on startup due to an uninitialized logger. +If this affected you, consider [changing the order of rules](https://github.com/prometheus/statsd_exporter#ordering-glob-rules) or enabling unordered rules for better performance. + ## 0.12.2 / 2022-07-08 * [CHANGE] Update all dependencies ([#193](https://github.com/prometheus/graphite_exporter/pull/193), [#194](https://github.com/prometheus/graphite_exporter/pull/194), [#195](https://github.com/prometheus/graphite_exporter/pull/195), [#196](https://github.com/prometheus/graphite_exporter/pull/196)) diff --git a/VERSION b/VERSION index 26acbf0..aa22d3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.2 +0.12.3