mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 06:45:27 +01:00
fix: format Kubernetes events properly
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 0.86.1 / xxx
|
||||
|
||||
* [BUGFIX] Fix formatting of Kubernetes events. #8015
|
||||
|
||||
## 0.86.0 / 2025-10-07
|
||||
|
||||
> [!NOTE]
|
||||
|
||||
@@ -333,7 +333,7 @@ func (er *EventRecorder) Eventf(regarding runtime.Object, eventtype, reason, act
|
||||
reason,
|
||||
action,
|
||||
note,
|
||||
args,
|
||||
args...,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user