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

fix: format Kubernetes events properly (#8015)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2025-10-13 11:17:02 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## 0.86.1 / xxx
* [BUGFIX] Fix formatting of Kubernetes events. #8015
## 0.86.0 / 2025-10-07
> [!NOTE]

View File

@@ -333,7 +333,7 @@ func (er *EventRecorder) Eventf(regarding runtime.Object, eventtype, reason, act
reason,
action,
note,
args,
args...,
)
}