Skip to content

Releases: daytonaio/daytona

v0.12.0-alpha

16 Apr 11:27
a789c7c
Compare
Choose a tag to compare
v0.12.0-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.11.0...v0.12.0-alpha

v0.11.0

12 Apr 13:09
c1498ec
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Breaking changes are related to #371.

Provider Targets
Users who made changes to provider targets will have to redo them after the update.

Git Providers
Users who added git providers will have to add them again after the update.

Log File Path
Before starting the server, users will need to add the logFilePath property to their server configuration.

On Mac
The file is located at: ~/Library/Application\ Support/daytona/server/config.json.
To add: "logFilePath": "/Users/YOUR_USERNAME/Library/Application Support/daytona/server/daytona.log"

On Linux
The file is located at: ~/.config/daytona/server/config.json
To add: "logFilePath": "/home/YOUR_USERNAME/.config/daytona/server/daytona.log"

On Windows
The file is located at: C:\Users\YOUR_USERNAME\AppData\Roaming\daytona\server\config.json
To add: "logFilePath": "C:\Users\YOUR_USERNAME\AppData\Roaming\daytona\server\daytona.log"

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

08 Apr 10:14
d6865a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

29 Mar 11:49
9046a53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2

26 Mar 15:49
43ff892
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

26 Mar 13:20
07454e0
Compare
Choose a tag to compare

What's Changed

  • fix: minor fix for workspace creation logging by @Tpuljak in #291

Full Changelog: v0.8.0...v0.8.1

v0.8.0

26 Mar 10:47
1def298
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES:

  • #289 introduced authentication to the Daytona Server. Existing users will need to run daytona server api-key g default -s to add an API Key to their default profile. Additionally, because this requires an update to the Docker Provider, existing users need to run daytona provider update as well.
  • #287 renamed the Daytona install script. Existing users will need to run daytona server configure and update the Server Download URL to https://download.daytona.io/daytona/install.sh.

Full Changelog: v0.7.1...v0.8.0

v0.7.1

24 Mar 16:26
a9f647c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

22 Mar 15:47
c6f44ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

19 Mar 16:12
a8977e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0