diff --git a/CHANGELOG.md b/CHANGELOG.md index 4339fab20..0b6b3928d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ * [CHANGE/BUGFIX] Add the `--watch-referenced-objects-in-all-namespaces` CLI argument. When enabled, the operator watches for secrets and configmaps in both workload and configuration resources. It ensures that reconciliation happens when a referenced secret/configmap is updated. #7615 +## 0.84.1 / 2025-08-06 + +* [CHANGE/BUGFIX] Disable compaction of overlapping blocks when Thanos sidecar is configured with object storage. #7747 +* [BUGFIX] Log only selected resources which are valid. #7749 + ## 0.84.0 / 2025-07-14 * [FEATURE] Add `telegram` field to AlertManager CRD global configuration. #7631