What's Changed
Features
- feat: custom builder image by @Tpuljak in #1350
- feat: provider requirement handling by @Philip-21 in #1300
Fixes
- fix: working dir for running devcontainer initialize command by @Tpuljak in #1356
- fix: handle multiple compose files in devcontainers by @Tpuljak in #1349
Telemetry
Chores and tests
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: v0.45.0...v0.46.0