From aeae8a0b4f54a8fa720d19b88638a2d048596f82 Mon Sep 17 00:00:00 2001 From: Arianna Vespri <36129782+vesari@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:14:41 +0200 Subject: [PATCH 1/2] Cut v1.23.0-rc.0 (#1837) * Cut v1.23.0-rc.0 --------- Signed-off-by: Arianna Vespri Signed-off-by: Arianna Vespri <36129782+vesari@users.noreply.github.com> Co-authored-by: Kemal Akkoyun --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e407756e..e749591e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Unreleased +## 1.23.0-rc.0 / 2025-07-15 + +* [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812 +* [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766 +* [FEATURE] Add exemplars for native histograms #1686 +* [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823 +* [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833 +* [BUGFIX] exp/api: client prompt return on context cancellation #1729 + ## 1.22.0 / 2025-04-07 :warning: This release contains potential breaking change if you use experimental `zstd` support introduce in #1496 :warning: diff --git a/VERSION b/VERSION index 57807d6d0..4c1a5c52a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0-rc.0 From d9492afd3a6f2e9782a7fc10363281bfd5b743bb Mon Sep 17 00:00:00 2001 From: Arianna Vespri <36129782+vesari@users.noreply.github.com> Date: Wed, 16 Jul 2025 18:12:11 +0200 Subject: [PATCH 2/2] cut v1.23.0-rc.1 (#1842) Signed-off-by: Arianna Vespri --- CHANGELOG.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e749591e8..04b52016c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Unreleased -## 1.23.0-rc.0 / 2025-07-15 +## 1.23.0-rc.1 / 2025-07-15 * [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812 * [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766 diff --git a/VERSION b/VERSION index 4c1a5c52a..5443b48a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.23.0-rc.0 +1.23.0-rc.1