diff --git a/CHANGELOG.md b/CHANGELOG.md index f44800e979..935bec06ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,8 @@ Main (unreleased) - Fix a race condition where the ui service was dependent on starting after the remotecfg service, which is not guaranteed. (@dehaansa & @erikbaranowski) -- `loki.source.podlogs`: Fixed a bug which prevented clustering from working and caused duplicate logs to be sent. (@ptodev) +- `loki.source.podlogs`: Fixed a bug which prevented clustering from working and caused duplicate logs to be sent. + The bug only happened when no `selector` or `namespace_selector` blocks were specified in the Alloy configuration. (@ptodev) ### Other changes