diff --git a/guides/moving-to-oss.md b/guides/moving-to-oss.md index 5c66cd69..04df4f39 100644 --- a/guides/moving-to-oss.md +++ b/guides/moving-to-oss.md @@ -76,8 +76,8 @@ database and a reverse proxy for TLS. | VM control plane | ❌ | ✅ | | Built-in PostgreSQL | ✅ | ✅ | | External PostgreSQL support | ✅ | ✅ | -| External TLS documentation | ✅ | ⌛ [#3518](https://github.com/coder/coder/issues/3518) | -| **Multi region/cloud (control plane)** | ✅ Multi-region [satellites](https://coder.com/docs/coder/latest/admin/satellites) for faster IDE connections. | ⌛ [#3227](https://github.com/coder/coder/issues/3227) | +| External TLS documentation | ✅ | ✅ | +| **Multi region/cloud (control plane)** | ✅ Multi-region [satellites](https://coder.com/docs/coder/latest/admin/satellites) for faster IDE connections. | ✅ | | **Multi region/cloud (workspaces)** | ✅ [Workspace providers](https://coder.com/docs/coder/latest/admin/workspace-providers) support additional clusters. | ✅ [Templates](https://coder.com/docs/coder/latest/admin/templates) can provision resources in any clouds, clusters, or region | | **Multi region/cloud (tunnel/SSH)** | ✅ | ✅ | @@ -174,7 +174,7 @@ comparison: | **ARM workspaces** | ❌ | ✅ | | **Additional resources in workspace (volume mounts, API keys, etc)** | ❌ | ✅ Any [Terraform resource](https:///registry.terraform.io) | | **Workspace options** | Limited options | ✅ Any options via [template parameters](https://coder.com/docs/coder-oss/latest/templates#parameters) | -| **Edit workspace** | ✅ | ⌛ [#4311](https://github.com/coder/coder/pull/4311) | +| **Edit workspace** | ✅ | ✅ | | **Resource provisoning rates** | ✅ Organization wide | ✅ Template wide [(needs docs)](https://github.com/coder/coder/issues/3519) | | **Manage workspaces through UI and CLI** | ✅ | ✅ | @@ -186,7 +186,7 @@ Coder v2. Refer to this table: | | Coder v1 | Coder v2 | | ------------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | | **Auto-start workspace (schedule)** | ✅ | ✅ | -| **Auto-start workspace (SSH or visit app)** | ❌ | 🤔 [#2909](https://github.com/coder/coder/issues/2909) | +| **Auto-start workspace (SSH or visit app)** | ❌ | See [#4973](https://github.com/coder/coder/issues/4973) | | **Code via web terminal** | ✅ | ✅ | | **Code via code-server (Code Web)** | ✅ Hardcoded version | ✅ Any version [via the template](https://coder.com/docs/coder-oss/latest/ides/web-ides#code-server) | | **Code via JetBrains Projector (web)** | ✅ Hardcoded version | ✅ Any version [via the template](https://coder.com/docs/coder-oss/latest/ides/web-ides#jetbrains-projector) | @@ -197,7 +197,7 @@ Coder v2. Refer to this table: | **Share ports (web UI)** | ✅ [Dev URLs](https://coder.com/docs/coder/latest/workspaces/devurls) | ✅ | | **Docker in workspaces (Kubernetes)** | ✅ [CVMs](https://coder.com/docs/coder/latest/workspaces/cvms) | ✅ | | **Manage workspaces through UI and CLI** | ✅ | ✅ | -| **Open in Coder button** | ✅ | 🤔 [(needs docs)](https://github.com/coder/coder/issues/3981) | +| **Open in Coder button** | ✅ | ✅ | ### Enterprise/management