Skip to content

v0.13.0

Compare
Choose a tag to compare
@Tpuljak Tpuljak released this 06 May 15:56
· 676 commits to main since this release
b6a43c3

What's Changed

Features

Fixes

Chores and tests

Breaking changes

  • The target, provider and container-registry commands are now at the root of the CLI. (#481)
  • The Daytona server is now started in the foreground with the command daytona serve. Starting the server in daemon mode is now achieved with daytona server (-y). (#483)
  • Users should run daytona server configure (after starting the server with daytona serve) and update the Default Container User to daytona and Default Post-start Commands to sudo dockerd. (#430, #422). Additionally, users should update the Docker provider to the latest version with daytona provider update
  • Because of the change to generating workspace IDs (#475), users will no longer be able to connect to existing workspaces after they upgrade. We suggest deleting all workspaces before upgrading to v0.13.0.
  • daytona create now takes a Git repository as an argument and creates a workspace from it. If users wish to override the name of the workspace, they can use the --name flag. (#480)

New Contributors

Full Changelog: v0.12.1...v0.13.0