mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +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
|
## 0.86.0 / 2025-10-07
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
|||||||
@@ -333,7 +333,7 @@ func (er *EventRecorder) Eventf(regarding runtime.Object, eventtype, reason, act
|
|||||||
reason,
|
reason,
|
||||||
action,
|
action,
|
||||||
note,
|
note,
|
||||||
args,
|
args...,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user