Major update
Project Builders (#363)
Projects will now be built using one of the available builders. The first one available is the DevContainer builder.
User are able to choose how their project will be built in the advanced configuration view, or leave it up to Daytona to automatically detect the used configuration standard of a project.
What's Changed / Minor updates
Features
- feat: git provider required scopes by @idagelic in #583
- feat: ask user to remove workspaces when removing target by @mobley-trent in #599
- feat: mount volume to project container by @Tpuljak in #585
- feat: cli docs generation command by @idagelic in #609
Fixes
- fix: multi-project create not working by @tarunrajput in #578
- fix: store project and workspace api keys in db by @Tpuljak in #591
- fix: gp delete view by @idagelic in #584
- fix: project order number by @idagelic in #597
- fix: server daemon fails by @idagelic in #604
- fix: disable docs auto gen tag by @idagelic in #624
Chores and tests
- chore: workspace-project image fixes by @Tpuljak in #623
- docs: update Slack link by @Tpuljak in #608
- refactor: apiclient package name by @idagelic in #573
Breaking changes
Users should run daytona server configure
and edit the Build Registry Port
to 3988
. After the change was made, users need to restart the server.
New Contributors
- @mobley-trent made their first contribution in #599
Full Changelog: v0.16.0...v0.17.0