v0.27.0
What's Changed
Features
- feat: add Create from Sample creation option by @Tpuljak in #954
- feat: update headscale to 0.23.0-beta2 by @Tpuljak in #1010
- feat: add -v flag to root cmds by @idagelic in #1019
- feat: add custom installation loader to the install script by @varshith257 in #983
Fixes
- fix: update profile name validation to match workspace name by @tarunrajput in #987
- fix: refactored output flag to accomodate selection tui by @joey1123455 in #1009
- fix: opening cursor instead of vscode by @Tpuljak in #973
- fix(gitlab): Configure SHA property for static git context by @mobley-trent in #1003
- fix: update list of supported ides in daytona code and create by @tarunrajput in #1008
- fix: handle logging build deletion errors by @idagelic in #992
- fix: log read cancellation by @Tpuljak in #1005
Chores and tests
- chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #1015
Breaking changes
#1009
The --output/-o
flag was renamed to --format/-f
.
Notes
#954
To use Samples, users can run daytona server configure
and add https://raw.githubusercontent.com/daytonaio/daytona/main/hack/samples/index.json
to the Samples Index Url
property.
After restarting the server and running daytona create
, you should be able to select a sample to quickly get started in a popular tech stack.
New Providers
We have released 2 new providers!
- AWS Provider that creates an EC2 instance for you to work in
- DigitalOcean Provider that creates a DigitalOcean Droplet for you to work in
To install these providers, users can run: daytona provider install
You can find more info about them on our docs page (https://www.daytona.io/docs/configuration/providers/#officially-supported-providers)
If any issues occur with the providers, we kindly ask you to submit the issue in the appropriate repository:
- https://github.com/daytonaio/daytona-provider-aws
- https://github.com/daytonaio/daytona-provider-digitalocean
New Contributors
- @varshith257 made their first contribution in #983
Full Changelog: v0.26.1...v0.27.0