From e95b137011d094a81dbf9ee7fb405c9d45d48778 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 7 Jul 2020 10:04:42 +0300 Subject: [PATCH] Mark events forwarding task as completed --- docs/roadmap/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/roadmap/index.md b/docs/roadmap/index.md index dff5ec19..340c96c0 100644 --- a/docs/roadmap/index.md +++ b/docs/roadmap/index.md @@ -18,7 +18,7 @@ Goals - Offer an in-place migration tool for those that are using Flux in read-only mode to synchronize plain manifests - Offer a migration guide for those that are using Flux in read-only mode to synchronize Kustomize overlays -- Offer a dedicated component for forwarding events to external messaging platforms +- ~~Offer a dedicated component for forwarding events to external messaging platforms~~ Non-Goals @@ -27,13 +27,13 @@ Non-Goals Tasks -- Review the git source and kustomize APIs - ~~Design the events API~~ -- Implement events in source and kustomize controllers -- Implement Prometheus metrics in source and kustomize controllers -- Make the kustomize-controller apply/gc events on-par with Flux v1 apply events +- ~~Implement events in source and kustomize controllers~~ +- ~~Make the kustomize-controller apply/gc events on-par with Flux v1 apply events~~ - ~~Design the notifications and events filtering API~~ - ~~Implement a notification controller for Slack, MS Teams, Discord, Rocket~~ +- Implement Prometheus metrics in source and kustomize controllers +- Review the git source and kustomize APIs - Implement the migration command in tk - Create a migration guide for `flux.yaml` kustomize users