From 40f967cdc003e2023b48b83f472b406b5695d797 Mon Sep 17 00:00:00 2001 From: bwplotka Date: Wed, 3 May 2023 09:52:32 +0100 Subject: [PATCH] Cut 1.15.1 Signed-off-by: bwplotka --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eab132cfe..3b97d3048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## What's Changed +* [BUGFIX] Fixed promhttp.Instrument* handlers wrongly trying to attach exemplar to unsupported metrics (e.g. summary), \ +causing panics #1253 + +## What's Changed + * [BUGFIX] Fix issue with atomic variables on ppc64le #1171 * [BUGFIX] Support for multiple samples within same metric #1181 * [BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 #1187 diff --git a/VERSION b/VERSION index 141f2e805..ace44233b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.0 +1.15.1