From 1bbd2a5a90a8006b16130d2b48222531a972fcf8 Mon Sep 17 00:00:00 2001 From: Piotr <17101802+thampiotr@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:12:58 +0000 Subject: [PATCH] fix changelog items (#2060) --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e9b9873f..482d29c936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,15 @@ Main (unreleased) - Add `add_cloudwatch_timestamp` to `prometheus.exporter.cloudwatch` metrics. (@captncraig) -v1.5.0-rc.0 +- Add support to `prometheus.operator.servicemonitors` to allow `endpointslice` role. (@yoyosir) + +- Add `otelcol.exporter.splunkhec` allowing to export otel data to Splunk HEC (@adlotsof) + +### Bugfixes + +- Fixed an issue in the `prometheus.exporter.postgres` component that would leak goroutines when the target was not reachable (@dehaansa) + +v1.5.0-rc.1 ----------------- ### Breaking changes @@ -42,10 +50,7 @@ v1.5.0-rc.0 - Add support to `loki.source.api` to be able to extract the tenant from the HTTP `X-Scope-OrgID` header (@QuentinBisson) -- Add support to `prometheus.operator.servicemonitors` to allow `endpointslice` role. (@yoyosir) - - (_Experimental_) Add a `loki.secretfilter` component to redact secrets from collected logs. -- Add `otelcol.exporter.splunkhec` allowing to export otel data to Splunk HEC (@adlotsof) - (_Experimental_) Add a `prometheus.write.queue` component to add an alternative to `prometheus.remote_write` which allowing the writing of metrics to a prometheus endpoint. (@mattdurham) @@ -75,8 +80,6 @@ v1.5.0-rc.0 ### Bugfixes -- Fixed an issue in the `prometheus.exporter.postgres` component that would leak goroutines when the target was not reachable (@dehaansa) - - Fixed a bug in `import.git` which caused a `"non-fast-forward update"` error message. (@ptodev) - Do not log error on clean shutdown of `loki.source.journal`. (@thampiotr)