artifacthub helm/coder-v2/coder 2.0.0
v2.0.0

latest releases: 2.11.1, 2.11.0, 2.10.2...
9 months ago

We are thrilled to release Coder v2.0.0. You can safely upgrade from any previous coder/coder release, but we feel like we have outgrown development (v0.x) releases:

  • A single 4-core Coder server can happily support 1000+ users and workspace connections
  • We have a full suite of paid features and enterprise customers deployed in production
  • Users depend on our CLI to automate Coder in Ci/Cd pipelines and templates

Why not v1.0? At the time of writing, our legacy product is currently on v1.44. While Coder v1 is being sunset, we still wanted to avoid versioning conflicts.

What is not changing:

  • Our feature roadmap: See what we have planned at https://coder.com/roadmap
  • Your upgrade path: You can safely upgrade from previous coder/coder releases to v2.x releases!
  • Our release cadence: We want features out as quickly as possible and feature flag any work that isn’t ready for production yet!

What is changing:

  • Our deprecation policy: Major features will be deprecated for at least 1 minor release before being removed. Any breaking changes to the REST API and SDK are done via minor releases and will be called out in our changelog.
  • Regular scale testing. Stay tuned!

Questions? Feel free to ask in our Discord or email ben@coder.com!

Changelog

BREAKING CHANGES

Features

  • Template insights: Admins can see daily active users, user latency, and popular IDEs (#8722) (@BrunoQuaresma)
    Template insights
  • Kubernetes log streaming: Stream Kubernetes event logs to the Coder agent logs to reveal Kuernetes-level issues such as ResourceQuota limitations, invalid images, etc.
    Kubernetes quota
  • OIDC Role Sync (Enterprise): Sync roles from your OIDC provider to Coder roles (e.g. Template Admin) (#8595) (@Emyrk)
  • Users can convert their accounts from username/password authentication to SSO by linking their account (#8742) (@Emyrk)
    Converting OIDC accounts
  • CLI: Added --var shorthand for --variable in coder templates <create/push> CLI (#8710) (@ammario)
  • Accounts are marked as dormant after 90 days of inactivity and do not consume a license seat. When the user logs in again, their account status is reinstated. (#8644) (@mtojek)
  • Groups can have a non-unique display name that takes priority in the dashboard (#8740) (@Emyrk)
  • Dotfiles: Coder checks if dotfiles install script is executable (#8588) (@BRAVO68WEB)
  • Sever Logs: Added fine-grained filtering with Regex (#8748) (@ammario)
  • Agent metadata: In cases where Coder does not receive metadata in time, we render the previous "stale" value. Stale values are grey versus the typical green color. (#8745) (@BrunoQuaresma)
  • Open in Coder: Generate a link that automatically creates a workspace on behalf of the user, skipping the "Create Workspace" form (#8651) (@BrunoQuaresma)
    Open in Coder
  • feat(site): add restart button when workspace is unhealthy (#8765) (@BrunoQuaresma)

Bug fixes

Documentation

Reverts

Compare: v0.27.0...v2.0.0

Container image

  • docker pull ghcr.io/coder/coder:v2.0.0

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

Don't miss a new coder release

NewReleases is sending notifications on new releases.