From 6faeb84ec38ef5279ff3a45936a60b63da79c22e Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Thu, 5 Dec 2024 19:00:56 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e60ac2e43..750a40f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,8 +88,6 @@ v1.5.1 - Fixed a crash when updating the configuration of `remote.http`. (@kinolaev) -### Other changes - - 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)