From 06ad1f9df3f6b9c3cfc465460eee2ce273da0f92 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Fri, 24 Jan 2025 08:08:54 +0000 Subject: [PATCH] Fix RFC 0009 pull request link on roadmap Signed-off-by: Matheus Pimenta --- content/en/roadmap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/roadmap.md b/content/en/roadmap.md index f52043bd2..0e9bfbf74 100644 --- a/content/en/roadmap.md +++ b/content/en/roadmap.md @@ -44,10 +44,10 @@ and to extend Flux functionality with Common Expression Language(CEL) support. - [x] [Fine-grained control of garbage collection with `.spec.deletionPolicy`](https://github.com/fluxcd/kustomize-controller/pull/1314) - [x] [Enable decryption of secrets generated by Kustomize components](https://github.com/fluxcd/kustomize-controller/pull/1283) - [x] [Enable decryption of Kustomize patches](https://github.com/fluxcd/kustomize-controller/pull/1286) - - [ ] [Custom Health Checks using CEL](https://github.com/fluxcd/flux2/pull/4528) + - [ ] [Custom Health Checks using CEL](https://github.com/fluxcd/flux2/pull/5151) - **Alerting integrations** - - [x] [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) - [x] [Support Git commit status updates for OCIRepository](https://github.com/fluxcd/flux2/issues/5148) - **Webhook integrations** @@ -133,5 +133,5 @@ To keep track of the Flux project current direction and future plans, please see - [x] [RFC-0006](https://github.com/fluxcd/flux2/tree/main/rfcs/0006-cdevents) Flux CDEvents Receiver - [x] [RFC-0007](https://github.com/fluxcd/flux2/tree/main/rfcs/0007-git-repo-passwordless-auth) Passwordless authentication for Git repositories - [x] [RFC-0008](https://github.com/fluxcd/flux2/pull/4809) Custom Event Metadata from Annotations -- [ ] [RFC](https://github.com/fluxcd/flux2/pull/4528) Custom Health Checks for Kustomization using Common Expression Language(CEL) +- [ ] [RFC](https://github.com/fluxcd/flux2/pull/5151) Custom Health Checks for Kustomization using Common Expression Language(CEL) - [ ] [RFC](https://github.com/fluxcd/flux2/pull/4749) Flux Bootstrap for OCI-compliant Container Registries