Skip to content

Releases: daytonaio/daytona

v0.33.0

20 Sep 12:42
ecbc042
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Chores and tests

Provider updates

A few bugs regarding providers were squashed so existing users should update all installed providers with daytona provider update --all

New Providers:

Fly.io Provider

Our Fly Provider is officially out of alpha on version 0.1.0. With this provider, you can easily create workspaces on Fly machines.

Azure Provider

Our Azure Provider makes it easy to create workspaces as Azure VMs.

Both the new providers can be installed with daytona provider install.

Full Changelog: v0.32.0...v0.33.0

v0.32.0

17 Sep 15:19
0842ec9
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • fix: wrap branch name argument into quotation marks by @lbrecic in #1107

Provider Updates

Because of #1108 and #1107, users will have to update all installed providers with daytona provider update --all.

Full Changelog: v0.31.0...v0.32.0

v0.31.0

13 Sep 11:35
51d2957
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Full Changelog: v0.30.1...v0.31.0

v0.31.0-beta.1

12 Sep 09:03
a540533
Compare
Choose a tag to compare
v0.31.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.30.1...v0.31.0-beta.1

v0.30.1

11 Sep 09:47
bdddcde
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.30.0...v0.30.1

v0.30.0

10 Sep 12:22
505d2f1
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Chores and tests

  • chore(deps): upgrade github.com/charmbracelet/huh from v0.2.3 to v0.3.0 by @jemiluv8 in #799

Breaking changes

#1033

Changed the --auto-start flag in code and start to --yes/-y.

Provider updates

#1080

This change will improve creation times of remote and devcontainer workspaces by up to 50%.
No need to update providers if they are already on their latest version.

New Contributors

Full Changelog: v0.29.1...v0.30.0

v0.29.1

09 Sep 11:15
3ae1f95
Compare
Choose a tag to compare

What's Changed

Provider Updates

The DigitalOcean Provider received two patches that address stopping and destroying workspaces. Please update to v0.1.5 using daytona provider update.

New Contributors

Full Changelog: v0.29.0...v0.29.1

v0.29.0

06 Sep 15:34
4edbf6f
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add a workspace start prompt in daytona code for stopped projects by @tarunrajput in #991

Fixes

  • fix: bitbucket default branch setting by @lbrecic in #1057
  • fix: use open instead of stat to check permissions by @Tpuljak in #1065
  • fix: move include daytona config to first line by @lbrecic in #1063
  • fix: remove obsolete provider flag from create command by @Tpuljak in #1066
  • fix: remove duplicate image pulling on project create by @lbrecic in #1067
  • fix: fetch branches with correct options provided from bitbucket by @lbrecic in #1068
  • fix: add timeout to get workspace info from provider by @idagelic in #1058

Chores and tests

  • telemetry: track IDE id by @Tpuljak in #1064
    • We added a property called ide to telemetry events related to opening a project and daytona ide. The value of the property is the ID of the IDE used.

Provider Updates

#1067 influences all of our providers which, existing users, will need to update with daytona provider update if they want the quickest project creation time.

Docker Provider => v0.10.2
AWS Provider => v0.1.2
DigitalOcean Provider => v0.1.3

Full Changelog: v0.28.1...v0.29.0

v0.28.1

04 Sep 17:06
674e5d7
Compare
Choose a tag to compare

What's Changed

  • refactor: remove owner param from get commits range by @idagelic in #1050
  • fix: update headscale to v0.23.0-beta3 by @Tpuljak in #1053

Provider Updates

#1053 influences both the DigitalOcean and AWS provider which, existing users, will need to update with daytona provider update.

Full Changelog: v0.28.0...v0.28.1

v0.28.0

03 Sep 14:45
1d15289
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Provider Updates

Docker Provider

https://github.com/daytonaio/daytona-provider-docker/releases/tag/v0.10.1

  • This release includes a big improvement for download speeds for local non-devcontainer workspaces.

You can update to the latest provider release with daytona provider update.

New Contributors

Full Changelog: v0.27.0...v0.28.0