From 5a0305c3bb201d0c458d05de3bee01101c8b2e74 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Wed, 15 Jan 2025 12:50:43 +0000 Subject: [PATCH] Update alerting integrations for Flux 2.5 roadmap Signed-off-by: Matheus Pimenta --- content/en/roadmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/roadmap.md b/content/en/roadmap.md index b5f117c23..ec9cd161d 100644 --- a/content/en/roadmap.md +++ b/content/en/roadmap.md @@ -47,7 +47,8 @@ and to extend Flux functionality with Common Expression Language(CEL) support. - [ ] [Custom Health Checks using CEL](https://github.com/fluxcd/flux2/pull/4528) - **Alerting integrations** - - [ ] [Custom Event Metadata from Annotations](https://github.com/fluxcd/flux2/pull/4809/) + - [x] [Custom Event Metadata from Annotations](https://github.com/fluxcd/flux2/pull/4809/) + - [ ] [Support Git commit status updates for OCIRepository](https://github.com/fluxcd/flux2/issues/5148) - **Webhook integrations** - [ ] [Implement `Receiver` resource filtering with CEL](https://github.com/fluxcd/notification-controller/pull/948)