v0.17.0-alpha.1
版本发布时间: 2024-05-23 22:30:44
daytonaio/daytona最新发布版本:v0.42.1(2024-11-02 00:57:15)
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
- refactor: apiclient package name by @idagelic in https://github.com/daytonaio/daytona/pull/573
- 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
- feat: git provider required scopes by @idagelic in https://github.com/daytonaio/daytona/pull/583
Breaking Changes
User should run daytona server configure
and edit the Build Registry Port
to 3988
. After the change was made, users need to restart the server.
Full Changelog: https://github.com/daytonaio/daytona/compare/v0.16.0...v0.17.0-alpha.1