From 7a2eae06995e4b13726b8da1b3c678d8ff593f95 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Thu, 15 Oct 2020 11:26:55 +0100 Subject: [PATCH] Mark the design tasks for image automation as done This leaves the implementation tasks as not done -- a bit of a simplification, since there's some implementation done, and some design left to do, but it's close enough at this level. I estimated that having the design basics figured out is worth 30% overall. --- docs/roadmap/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/roadmap/index.md b/docs/roadmap/index.md index 4c39a806..ab005978 100644 --- a/docs/roadmap/index.md +++ b/docs/roadmap/index.md @@ -43,7 +43,7 @@ Tasks ### Flux image update feature parity -[= 0% "0%"] +[= 30% "30%"] Goals @@ -55,9 +55,9 @@ Non-Goals Tasks -- [ ] [Design the image scanning and automation API](https://github.com/fluxcd/toolkit/discussions/107) +- [x] [Design the image scanning and automation API](https://github.com/fluxcd/toolkit/discussions/107) - [ ] Implement an image scanning controller -- [ ] Design the automation component +- [x] Design the automation component - [ ] Implement the image scan/patch/push workflow - [ ] Integrate the new components in the toolkit assembler - [ ] Create a migration guide from Flux annotations