@@ -14,8 +14,8 @@ switching to `Deployments`, the controller component will no longer need to
1414orchestrate rolling deploys. Instead, controller can delegate that work to
1515Kubernetes control loops.
1616
17- * [X] Support Kubernetes Deployments < https://github.com/deis/controller/pull/854 >
18- * [ ] Kubernetes Deployments by default
17+ * [X] Support Kubernetes Deployments < https://github.com/deis/controller/pull/854 > (Workflow 2.2)
18+ * [X ] Kubernetes Deployments by default (Workflow 2.4)
1919
2020## Private Registry and Native IaaS Registry Support
2121
@@ -26,24 +26,24 @@ usually had to intervene or build custom tooling. Deis Workflow aims to make it
2626simple to configure your Workflow install to pull and push images to private
2727registries.
2828
29- * [X] Pull from private registry < https://github.com/deis/workflow/pull/201 >
30- * [ ] Push to private registry for builder
31- * [ ] Support native auth strategies for ECR and GCR
29+ * [X] Pull from private registry < https://github.com/deis/workflow/pull/201 > (Workflow 2.0)
30+ * [X ] Push to private registry for builder (Workflow 2.3)
31+ * [X ] Support native auth strategies for ECR and GCR (Workflow 2.4)
3232
3333## Application Management
3434
3535Various application-related features that give developers and operators
3636flexibility in how applications are managed by the platform:
3737
38- * [ ] Per-process type health checks: < https://github.com/deis/controller/issues/881 >
39- * [ ] Application Maintenance Mode: < https://github.com/deis/deis/issues/3722 >
38+ * [X ] Per-process type health checks: < https://github.com/deis/controller/issues/881 > (Workflow 2.4)
39+ * [X ] Application Maintenance Mode: < https://github.com/deis/deis/issues/3722 > (Workflow 2.4)
4040* [ ] Enforce SSL Per-Application: < https://github.com/deis/router/issues/148 >
4141* [ ] Per-application IP Whitelisting via CLI: < https://github.com/deis/controller/issues/240 >
4242* [ ] Per-application Kubernetes Network Policy:
4343
4444### Private Application Support
4545
46- * [ ] Private Application Support: < https://github.com/deis/controller/pull/934 >
46+ * [X ] Private Application Support: < https://github.com/deis/controller/pull/934 > (Workflow 2.4)
4747
4848Related issues:
4949
0 commit comments