From 823d122e477304f578d7b0c7af444d7309e145a8 Mon Sep 17 00:00:00 2001
From: Muhammad Atif Ali <atif@coder.com>
Date: Mon, 6 Nov 2023 15:29:14 +0300
Subject: [PATCH 1/2] docs: update moving to Coder v2 docs

1. #3518 was resolved and docs are available at https://coder.com/docs/v2/latest/admin/configure#tls--reverse-proxy
2. #3227 was closes in #4555
3. #4311 was closed as #5574 and docs are available at https://coder.com/docs/v2/latest/templates/parameters
5. Opne in Coder docs are available at https://coder.com/docs/v2/latest/templates/open-in-coder
5.  #2909 is now being tracked in #4973
---
 guides/moving-to-oss.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/guides/moving-to-oss.md b/guides/moving-to-oss.md
index 5c66cd69..5b27185e 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**                             | ✅                   | ✅                                                                                                                   |
 
@@ -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
 

From a0499f808bf34f14e4b153aea2a0841f49536312 Mon Sep 17 00:00:00 2001
From: Muhammad Atif Ali <atif@coder.com>
Date: Mon, 6 Nov 2023 15:31:22 +0300
Subject: [PATCH 2/2] update issue number

---
 guides/moving-to-oss.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guides/moving-to-oss.md b/guides/moving-to-oss.md
index 5b27185e..04df4f39 100644
--- a/guides/moving-to-oss.md
+++ b/guides/moving-to-oss.md
@@ -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) |