Skip to content

moving to OSS: dind and audit logging are complete #1125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/moving-to-oss.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Coder OSS. Refer to this table:
| **Access ports (SSH/tunnel)** | ✅ | ✅ |
| **Access ports (web UI)** | ✅ [Dev URLs](https://coder.com/docs/coder/latest/workspaces/devurls) | ⌛ [(#1624)](https://github.com/coder/coder/issues/1624) |
| **Share ports (web UI)** | ✅ [Dev URLs](https://coder.com/docs/coder/latest/workspaces/devurls) | ⌛ [(#3515)](https://github.com/coder/coder/issues/3515) |
| **Docker in workspaces (Kubernetes)** | ✅ [CVMs](https://coder.com/docs/coder/latest/workspaces/cvms) | ⌛ [(needs docs)](https://github.com/coder/coder/issues/3376) |
| **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) |

Expand All @@ -223,7 +223,7 @@ Refer to this table:
| | Coder v1 | Coder OSS |
| ----------------------- | ----------------- | ------------------------------------------------------------------------------------------- |
| **Auto-stop workspace** | ✅ Activity-based | ✅ Schedule-based & ⌛ Activity-based [(#2995)](https://github.com/coder/coder/issues/2995) |
| **Audit logging** | ✅ | ⌛ [#3251](https://github.com/coder/coder/issues/3251) |
| **Audit logging** | ✅ | |
| **Organizations** | ✅ | ❌ [#3039](https://github.com/coder/coder/issues/3039) |
| **User metrics** | ✅ | Template-wide metrics [(needs docs)](https://github.com/coder/coder/issues/3980) |
| **Resource quotas** | ✅ | ⌛ [#2988](https://github.com/coder/coder/issues/2988) |
Expand Down