MyGit

v0.24.0

daytonaio/daytona

版本发布时间: 2024-08-02 22:21:07

daytonaio/daytona最新发布版本:v0.26.1(2024-08-28 23:33:02)

What's Changed

Features

Fixes

Chores and tests

Project Configs

This release introduces a major feature/change: Project Configs - entities that contain all the information necessary to create a new project.

They are managed using the daytona project-config command and allow users to define project configurations in advance and use them when creating workspaces in the future. They contain the relevant repository and build information, environment variables which are then used by default whenever a project with the specified repository is created.

The user gets notified whenever an existing project config is detected, but still has the ability to pass a --blank flag and avoid any preconfigured properties.

Project Configs are part of a bigger effort to incorporate "prebuilds" which will let users set up "ready-to-go" builds and spend less time waiting for their development environments to be ready.

Breaking changes

#789

Since the provider interface changed, users will need to update their providers with daytona provider update. If used as a library, multiple component/property/package renaming might lead to issues in importing.

New Contributors

Full Changelog: https://github.com/daytonaio/daytona/compare/v0.23.1...v0.24.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-08-02发行的版本