v0.19.0
What's Changed
Features
- feat: custom builder registry configuration by @Tpuljak in #660
- feat: Force workspace removal by @mobley-trent in #656
- feat: read server logs while starting as daemon by @Tpuljak in #674
- feat: direct api and headscale access by @Tpuljak in #667
Fixes
- fix: custom image builder select by @Tpuljak in #677
- fix: workspace create fails when repo/project have spaces by @tarunrajput in #630
- fix: improve workspace creation summary view by @lbrecic in #680
Chores and tests
Breaking changes
#660
Before starting the server, users will need to add 'localBuilderRegistryPort' and 'builderRegistryServer' properties to their server configuration.
The following properties should be added:
"localBuilderRegistryPort": 3988,
"builderRegistryServer": "local",
(Note: "registryPort"
can be removed from the config file)
On Mac
The file is located at:~/Library/Application\ Support/daytona/server/config.json
.
On Linux
The file is located at:~/.config/daytona/server/config.json
On Windows
The file is located at:C:\Users\YOUR_USERNAME\AppData\Roaming\daytona\server\config.json
#667
With #667, the provider initialization method was changed which requires all providers to be updated with daytona provider update
.
Full Changelog: v0.18.0...v0.19.0