1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

Update CHANGELOG.md

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2025-07-28 17:16:44 +02:00
committed by Jayapriya Pai
parent 262205dc86
commit 76624e4c31

View File

@@ -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