diff --git a/docs/roadmap/index.md b/docs/roadmap/index.md index 24aff177..e61e0a42 100644 --- a/docs/roadmap/index.md +++ b/docs/roadmap/index.md @@ -48,7 +48,7 @@ Tasks ### Flux image update feature parity -[= 80% "80%"] +[= 100% "100%"] Image automation is available as a prerelease. See [this guide](https://toolkit.fluxcd.io/guides/image-update/) for how to @@ -68,14 +68,12 @@ Tasks - [x] Implement an image scanning controller - [x] Public image repo support - [x] Credentials from Secret [fluxcd/image-reflector-controller#35](https://github.com/fluxcd/image-reflector-controller/pull/35) -- [ ] ECR-specific support [fluxcd/image-reflector-controller#11](https://github.com/fluxcd/image-reflector-controller/issues/11) -- [ ] GCR-specific support [fluxcd/image-reflector-controller#11](https://github.com/fluxcd/image-reflector-controller/issues/11) -- [ ] Azure-specific support [fluxcd/image-reflector-controller#11](https://github.com/fluxcd/image-reflector-controller/issues/11) - [x] Design the automation component - [x] Implement the image scan/patch/push workflow - [x] Integrate the new components in the Flux CLI [fluxcd/flux2#538](https://github.com/fluxcd/flux2/pull/538) - [x] Write a guide for how to use image automation ([guide here](https://toolkit.fluxcd.io/guides/image-update/)) -- [ ] Write a migration guide from Flux annotations +- [x] ACR/ECR/GCR integration ([guide here](https://toolkit.fluxcd.io/guides/image-update/#imagerepository-cloud-providers-authentication)) +- [x] Write a migration guide from Flux v1 annotations ([guide here](https://toolkit.fluxcd.io/guides/flux-v1-automation-migration/)) ## The road to Helm Operator v2