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)