v0.17.0
版本发布时间: 2024-06-03 21:22:29
daytonaio/daytona最新发布版本:v0.48.0(2024-12-06 22:14:40)
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 https://github.com/daytonaio/daytona/pull/583
- feat: ask user to remove workspaces when removing target by @mobley-trent in https://github.com/daytonaio/daytona/pull/599
- feat: mount volume to project container by @Tpuljak in https://github.com/daytonaio/daytona/pull/585
- feat: cli docs generation command by @idagelic in https://github.com/daytonaio/daytona/pull/609
Fixes
- fix: multi-project create not working by @tarunrajput in https://github.com/daytonaio/daytona/pull/578
- fix: store project and workspace api keys in db by @Tpuljak in https://github.com/daytonaio/daytona/pull/591
- fix: gp delete view by @idagelic in https://github.com/daytonaio/daytona/pull/584
- fix: project order number by @idagelic in https://github.com/daytonaio/daytona/pull/597
- fix: server daemon fails by @idagelic in https://github.com/daytonaio/daytona/pull/604
- fix: disable docs auto gen tag by @idagelic in https://github.com/daytonaio/daytona/pull/624
Chores and tests
- chore: workspace-project image fixes by @Tpuljak in https://github.com/daytonaio/daytona/pull/623
- docs: update Slack link by @Tpuljak in https://github.com/daytonaio/daytona/pull/608
- refactor: apiclient package name by @idagelic in https://github.com/daytonaio/daytona/pull/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 https://github.com/daytonaio/daytona/pull/599
Full Changelog: https://github.com/daytonaio/daytona/compare/v0.16.0...v0.17.0