Skip to content

Releases: daytonaio/daytona

v0.13.0

06 May 15:56
b6a43c3
Compare
Choose a tag to compare

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

v0.13.0-alpha.7

30 Apr 10:19
Compare
Choose a tag to compare
v0.13.0-alpha.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.13.0-alpha.6...v0.13.0-alpha.7

v0.13.0-alpha.6

29 Apr 09:20
Compare
Choose a tag to compare
v0.13.0-alpha.6 Pre-release
Pre-release

What's Changed

Full Changelog: v0.13.0-alpha.5...v0.13.0-alpha.6

v0.13.0-alpha.5

26 Apr 17:48
Compare
Choose a tag to compare
v0.13.0-alpha.5 Pre-release
Pre-release
  • fix: create default profile on server start

Full Changelog: v0.13.0-alpha.4...v0.13.0-alpha.5

v0.13.0-alpha.4

26 Apr 15:50
Compare
Choose a tag to compare
v0.13.0-alpha.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.13.0-alpha.4

v0.13.0-alpha.3

26 Apr 10:48
Compare
Choose a tag to compare
v0.13.0-alpha.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.13.0-alpha.3

v0.13.0-alpha.2

26 Apr 10:26
Compare
Choose a tag to compare
v0.13.0-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.13.0-alpha.2

v0.13.0-alpha

19 Apr 12:25
Compare
Choose a tag to compare
v0.13.0-alpha Pre-release
Pre-release

Container registries

Full Changelog: v0.12.1...v0.13.0-alpha

v0.12.1

19 Apr 09:51
96da40f
Compare
Choose a tag to compare

What's Changed

  • test: workspace service unit tests by @Tpuljak in #393
  • fix: adding profile when config does not exist by @Tpuljak in #400
  • fix: add authorization to the API swagger UI by @Tpuljak in #404
  • fix: hide token when listing git providers in api by @idagelic in #406
  • chore: change devcontainer image tag to latest by @Tpuljak in #405
  • fix: shorter tailscale hostnames by @Tpuljak in #408

Full Changelog: v0.12.0...v0.12.1

v0.12.0

16 Apr 12:00
a789c7c
Compare
Choose a tag to compare

What's Changed

Breaking changes

The breaking change is related to #389 and #392.
Existing users should do the following:

  1. Start the Daytona server using daytona server
  2. Use daytona server provider update to update the Docker provider
  3. Run daytona server configure and add daytonaio/workspace-project:latest as the Default Project Image property
  4. Restart the Daytona server

Full Changelog: v0.11.0...v0.12.0