Enhanced Configuration Access and Language Support
Daytona v0.32.0 brings significant improvements to configuration management and language support. The new daytona config
command allows developers to easily view their current CLI configuration in JSON or YAML format, eliminating the need to manually locate and open configuration files. This feature enhances transparency and simplifies troubleshooting processes.
A major enhancement in this release is the expanded support for popular programming languages in the default project image. Languages such as .NET, Ruby, and PHP are now readily available, broadening the scope of projects that can be seamlessly developed using Daytona. This addition caters to a wider range of developers and project requirements, making Daytona more versatile than ever.
The release also introduces support for executing devcontainer feature entrypoints in non-devcontainer projects. This functionality extends the benefits of devcontainer features to a broader range of project types, enhancing consistency and ease of setup across different development environments.
These updates, along with bug fixes and improvements, make Daytona v0.32.0 a substantial upgrade that enhances both functionality and user experience. Note that users should update all providers using daytona provider update --all
to ensure full compatibility with these new features.
Features
Added daytona config command for easy CLI configuration viewing
Expanded support for popular programming languages in default project image
Implemented entrypoint execution for workspace image in non-devcontainer projects
Bug fixes
Fixed issue with branch name arguments by wrapping them in quotation marks