v0.11.0
版本发布时间: 2024-04-12 21:09:24
daytonaio/daytona最新发布版本:v0.42.1(2024-11-02 00:57:15)
What's Changed
- feat: add spinner to git provider functions, fixing the Tui flashing by @harkiratsm in https://github.com/daytonaio/daytona/pull/361
- Refactor and cleanup by @vedranjukic in https://github.com/daytonaio/daytona/pull/371
- test: add agent test by @Tpuljak in https://github.com/daytonaio/daytona/pull/340
- chore: fix vulnerability GO-2024-2687 by @alexandear in https://github.com/daytonaio/daytona/pull/383
- feat: confirmation on workspace removal by @ezhil56x in https://github.com/daytonaio/daytona/pull/380
- feat: project uptime by @Tpuljak in https://github.com/daytonaio/daytona/pull/382
- fix: ssh agent forwarding by @Tpuljak in https://github.com/daytonaio/daytona/pull/374
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
- @alexandear made their first contribution in https://github.com/daytonaio/daytona/pull/383
Full Changelog: https://github.com/daytonaio/daytona/compare/v0.10.0...v0.11.0