v0.46.0
版本发布时间: 2024-11-22 20:14:47
daytonaio/daytona最新发布版本:v0.48.0(2024-12-06 22:14:40)
What's Changed
Features
- feat: custom builder image by @Tpuljak in https://github.com/daytonaio/daytona/pull/1350
- feat: provider requirement handling by @Philip-21 in https://github.com/daytonaio/daytona/pull/1300
Fixes
- fix: working dir for running devcontainer initialize command by @Tpuljak in https://github.com/daytonaio/daytona/pull/1356
- fix: handle multiple compose files in devcontainers by @Tpuljak in https://github.com/daytonaio/daytona/pull/1349
Telemetry
Chores and tests
- style: add posthog api key comment by @Tpuljak in https://github.com/daytonaio/daytona/pull/1355
Breaking changes
#1300
Before running the Server again, all providers will need to be removed by running the following command:
Linux:
rm -rf ~/.config/daytona/providers/*-provider/*-provider
Mac:
rm -rf ~/Library/Application\ Support/daytona/providers/*-provider/*-provider
Windows (PowerShell):
Remove-Item -Recurse -Force "C:\Users\<USERNAME>\AppData\Roaming\daytona\providers\*-provider\*-provider.exe"
After updating and starting the server. You can reinstall your providers with daytona provider install
Full Changelog: https://github.com/daytonaio/daytona/compare/v0.45.0...v0.46.0