Skip to content

Commit

Permalink
Merge pull request #2133 from fluxcd/fix-roadmap-link
Browse files Browse the repository at this point in the history
Fix RFC 0009 pull request link on roadmap
  • Loading branch information
matheuscscp authored Jan 24, 2025
2 parents be0535d + 06ad1f9 commit d3a409a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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

0 comments on commit d3a409a

Please sign in to comment.