From 28f5405f83b7c3be87f52d1084b94eed6ce41945 Mon Sep 17 00:00:00 2001 From: klaases Date: Mon, 8 Aug 2022 14:08:24 -0700 Subject: [PATCH 1/2] Mark roadmap items as complete --- site/content/en/docs/contrib/roadmap.en.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/site/content/en/docs/contrib/roadmap.en.md b/site/content/en/docs/contrib/roadmap.en.md index df3fd377d9..6b8fab97aa 100644 --- a/site/content/en/docs/contrib/roadmap.en.md +++ b/site/content/en/docs/contrib/roadmap.en.md @@ -14,25 +14,25 @@ Please send a PR to suggest any improvements to it. ## (#1) GUI -- [ ] Be able to start, stop, pause, and delete clusters via a GUI -- [ ] Application available for all supported platforms: Linux, macOS, Windows +- [x] Be able to start, stop, pause, and delete clusters via a GUI (prototype state) +- [x] Application available for all supported platforms: Linux, macOS, Windows ## (#2) Documentation -- [ ] Consolidate Kubernetes documentation that references minikube -- [ ] Delete outdated documentation -- [ ] Add documentation for new features +- [x] Consolidate Kubernetes documentation that references minikube +- [x] Delete outdated documentation +- [x] Add documentation for new features ## (#3) ARM64 Support -- [ ] Add Linux VM support -- [ ] Add Mac M1 VM support +- [x] Add Linux VM support +- [x] Add Mac M1 VM support (experimental, will improve by end of 2022) ## (#4) Docker -- [ ] Remove the Docker Desktop requirement on Mac and Windows -- [ ] Continue supporting Docker as a container runtime (with CRI) +- [x] Remove the Docker Desktop requirement on Mac and Windows +- [x] Continue supporting Docker as a container runtime (with CRI) ## (#5) libmachine Refactor -- [ ] Add new driver (with QEMU) to replace HyperKit, primarily for Mac arm64 -- [ ] Fix the provisioner, remove legacy Swarm, and add support for other runtimes +- [x] Add new driver (with QEMU) to replace HyperKit, primarily for Mac arm64 +- [x] Fix the provisioner, remove legacy Swarm, and add support for other runtimes From 97212e18ac49283ca9279853d947a4c2539a5965 Mon Sep 17 00:00:00 2001 From: klaases Date: Mon, 8 Aug 2022 14:15:39 -0700 Subject: [PATCH 2/2] status udpates --- site/content/en/docs/contrib/roadmap.en.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/content/en/docs/contrib/roadmap.en.md b/site/content/en/docs/contrib/roadmap.en.md index 6b8fab97aa..f362984867 100644 --- a/site/content/en/docs/contrib/roadmap.en.md +++ b/site/content/en/docs/contrib/roadmap.en.md @@ -19,9 +19,9 @@ Please send a PR to suggest any improvements to it. ## (#2) Documentation -- [x] Consolidate Kubernetes documentation that references minikube -- [x] Delete outdated documentation -- [x] Add documentation for new features +- [ ] Consolidate Kubernetes documentation that references minikube +- [ ] Delete outdated documentation +- [ ] Add documentation for new features ## (#3) ARM64 Support @@ -29,10 +29,10 @@ Please send a PR to suggest any improvements to it. - [x] Add Mac M1 VM support (experimental, will improve by end of 2022) ## (#4) Docker -- [x] Remove the Docker Desktop requirement on Mac and Windows +- [ ] Remove the Docker Desktop requirement on Mac and Windows - [x] Continue supporting Docker as a container runtime (with CRI) ## (#5) libmachine Refactor -- [x] Add new driver (with QEMU) to replace HyperKit, primarily for Mac arm64 -- [x] Fix the provisioner, remove legacy Swarm, and add support for other runtimes +- [x] Add new driver (with QEMU) to replace HyperKit, primarily for Mac arm64 (experimental, will improve by end of 2022) +- [ ] Fix the provisioner, remove legacy Swarm, and add support for other runtimes