github daytonaio/daytona v0.11.0

latest releases: v0.100.0, v0.53.0, v0.52.1...
17 months ago

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

Don't miss a new daytona release

NewReleases is sending notifications on new releases.