From 55f12871ffab8dbdf5355dcb1da536fb06c44fea Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Sun, 2 Aug 2020 16:51:37 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 425f2e8..a93f693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog for 0.4.2 + +The following sections list the changes for 0.4.2. + +## Summary + + * Fix #16: Normalize specialchars in labels + +## Details + + * Bugfix #16: Normalize specialchars in labels + + Since you can use dots and dashes as part of your labels within Hetzner Cloud we started to + replace these characters by an underscore now, otherwise this will result in invalid labels + for Prometheus. + + https://github.com/promhippie/prometheus-hcloud-sd/issues/16 + + # Changelog for 0.4.1 The following sections list the changes for 0.4.1.