From 2f744f560ae6e551e455fc668496942cb52f41c9 Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Thu, 5 Dec 2024 19:00:30 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275d8c67f4..e60ac2e436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,12 @@ Main (unreleased) - Fixed an issue in the `prometheus.operator.servicemonitors`, `prometheus.operator.podmonitors` and `prometheus.operator.probes` to support capitalized actions. (@QuentinBisson) +### Other changes + +- Change the stability of the `livedebugging` feature from "experimental" to "generally available". (@wildum) + +- Use Go 1.23.3 for builds. (@mattdurham) + v1.5.1 ----------------- @@ -84,10 +90,6 @@ v1.5.1 ### Other changes -- Change the stability of the `livedebugging` feature from "experimental" to "generally available". (@wildum) - -- Use Go 1.23.3 for builds. (@mattdurham) - - Fixed an issue in the `otelcol.processor.attribute` component where the actions `delete` and `hash` could not be used with the `pattern` argument. (@wildum) - Fixed an issue in the `prometheus.exporter.postgres` component that would leak goroutines when the target was not reachable (@dehaansa)