Enhanced Git Info and Azure DevOps Prebuild Support

Enhanced Git Info and Azure DevOps Prebuild Support Enhanced Git Info and Azure DevOps Prebuild Support

Daytona v0.34.0 brings valuable improvements to Git repository management and expands cloud integration capabilities. The daytona info command now provides more detailed Git repository information, including the status of the current branch relative to its upstream. This feature allows developers to quickly assess if their local branch is unpublished or how many commits it is ahead or behind, enhancing visibility into project status.

A significant addition to this release is the support for Azure DevOps Prebuild Webhooks. This integration extends Daytona's prebuild functionality to Azure DevOps repositories, enabling faster project setups and more efficient workflows for teams using this platform. This feature aligns with Daytona's commitment to supporting diverse development ecosystems.

User experience sees a notable improvement with the new auto-copy feature for API keys. After running daytona api-key new, the profile add command is automatically copied to the clipboard, streamlining the process of setting up new profiles and reducing manual steps.

For contributors, the addition of a Makefile to the repository simplifies the process of building Daytona for different OS-Architecture combinations, making it easier to contribute to the project across various platforms.

Features

  • Enhanced daytona info command displays commits ahead/behind and unpublished branch status

  • Automatic copying of API key to clipboard after generation

  • Added support for Azure DevOps Prebuild Webhooks

  • Introduced Makefile for easier cross-platform building

Bug fixes

  • Resolved GitLab issue when getting projects from Merge Requests

  • Fixed prebuild run prompt behavior when run flag is provided

  • Streamlined API key management process

  • Enhanced Git repository status visibility

  • Expanded prebuild support to Azure DevOps

  • Simplified contribution process with Makefile addition