From 7e2fe6c2e61552062f03c6a5dddc219512456832 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Fri, 26 Nov 2021 10:32:37 +0000 Subject: [PATCH] Bump version & add changelog for #409 #410 Signed-off-by: Matthias Rampke --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2cbe36..6774359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.22.4 / 2021-11-26 + +* [BUGFIX] Make Docker image compatible with the runAsNonRoot setting in Kubernetes pods ([#409](https://github.com/prometheus/statsd_exporter/pull/409)) +* [BUGFIX] Library: fix support for custom Registerers with histograms and summaries ([#410](https://github.com/prometheus/statsd_exporter/pull/410)) + ## 0.22.3 / 2021-10-26 * [BUGFIX] Accept metrics with multiple dashes even if not mapped ([#402](https://github.com/prometheus/statsd_exporter/pull/402)) diff --git a/VERSION b/VERSION index d90746a..4240544 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.3 +0.22.4