1
0
mirror of synced 2026-02-06 10:55:56 +00:00

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.
This commit is contained in:
Michael Bridgen
2020-10-15 11:26:55 +01:00
parent 4464252cae
commit 7a2eae0699

View File

@@ -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] <span style="color:grey">[Design the image scanning and automation API](https://github.com/fluxcd/toolkit/discussions/107)</span>
- [ ] Implement an image scanning controller
- [ ] Design the automation component
- [x] <span style="color:grey">Design the automation component</span>
- [ ] Implement the image scan/patch/push workflow
- [ ] Integrate the new components in the toolkit assembler
- [ ] Create a migration guide from Flux annotations