Skip to content

v0.11.0

Compare
Choose a tag to compare
@Tpuljak Tpuljak released this 12 Apr 13:09
· 637 commits to main since this release
c1498ec

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