diff --git a/docs/migration/timetable.md b/docs/migration/timetable.md
index 537028a7..290b3c45 100644
--- a/docs/migration/timetable.md
+++ b/docs/migration/timetable.md
@@ -21,7 +21,7 @@ hide:
| -- | -- | -- | -- |
| Oct 6, 2020 | ^^[Maintenance Mode](https://github.com/fluxcd/website/pull/25)^^
- Flux 1 releases only include critical bug fixes (which don’t require changing Flux 1 architecture), and security patches (for OS packages, Go runtime, and kubectl). No new features
- Existing projects encouraged to test migration to Flux 2 pre-releases in non-production
| ^^Development Mode^^
- Working to finish parity with Flux 1
- New projects encouraged to test Flux 2 pre-releases in non-production
| ^^All Alpha^^[^2] |
Feb 18, 2021 | ^^Partial Migration Mode^^
- Existing projects encouraged to migrate to `v1beta1`/`v2beta1` if you only use those features (Flux 1 read-only mode, and Helm Operator)
- Existing projects encouraged to test image automation Alpha in non-production
| ^^Feature Parity^^ | ^^Image Automation Alpha. All others reached Feature Parity, Beta^^ |
-| TBD | ^^Superseded^^
- All existing projects encouraged to [migrate to Flux 2](https://toolkit.fluxcd.io/guides/flux-v1-migration/), and [report any bugs](https://github.com/fluxcd/flux2/issues/new/choose)
- Flux 1 Helm Operator archived – no further updates due to unsupported dependencies
| ^^Needs further testing, may get breaking changes^^
- CLI needs further user testing during this migration period
| ^^All Beta, Production Ready^^[^3]
- All Flux 1 features stable and supported in Flux 2
- Promoting Alpha versions to Beta makes this Production Ready
|
+| TBD[^3] | ^^Superseded^^
- All existing projects encouraged to [migrate to Flux 2](https://toolkit.fluxcd.io/guides/flux-v1-migration/), and [report any bugs](https://github.com/fluxcd/flux2/issues/new/choose)
- Flux 1 Helm Operator archived – no further updates due to unsupported dependencies
| ^^Needs further testing, may get breaking changes^^
- CLI needs further user testing during this migration period
| ^^All Beta, Production Ready^^[^4]
- All Flux 1 features stable and supported in Flux 2
- Promoting Alpha versions to Beta makes this Production Ready
|
| TBD | ^^Migration and security support only^^
- Flux 1 releases only include security patches (no bug fixes)
- Maintainers support users with migration to Flux 2 only, no longer with Flux 1 issues
- Flux 1 archive date announced
| ^^Public release (GA), Production Ready^^
- CLI commits to backwards compatibility moving forward
- CLI follows kubectl style backwards compatibility support: +1 -1 MINOR version for server components (e.g., APIs, Controllers, validation webhooks)
| ^^All Beta, Production Ready^^ |
| TBD | ^^Archived^^
- Flux 1 obsolete, no further releases or maintainer support
- Flux 1 repo archived
| ^^Continued active development^^ | ^^Continued active development^^ |
@@ -35,4 +35,6 @@ Feb 18, 2021 | ^^Partial Migration Mode^^
- Existing projects encourage
- The GitOps Toolkit APIs follow the [Kubernetes API versioning](https://kubernetes.io/docs/reference/using-api/#api-versioning) pattern. See [Roadmap](https://toolkit.fluxcd.io/roadmap/) for component versions.
- These are coordinated for cross-compatibility: For each Flux 2 CLI tag, CLI and GOTK versions are end-to-end tested together, so you may safely upgrade from one MINOR/PATCH version to another.
-[^3]: The GOTK Custom Resource Definitions which are at `v1beta1` and `v2beta1` and their controllers are considered stable and production ready. Going forward, breaking changes to the beta CRDs will be accompanied by a conversion mechanism.
+[^3]: Next milestone date is TBD. There is now a weekly public check-in on image update automation status (see this topic on the [Flux Dev Agenda & Meeting notes](https://docs.google.com/document/d/1l_M0om0qUEN_NNiGgpqJ2tvsF2iioHkaARDeh6b70B0/view#heading=h.5dtnb0thm8sm)). Subsequent milestone dates are also TBD, as each depends on the previous one.
+
+[^4]: The GOTK Custom Resource Definitions which are at `v1beta1` and `v2beta1` and their controllers are considered stable and production ready. Going forward, breaking changes to the beta CRDs will be accompanied by a conversion mechanism.