Skip to content

Releases: daytonaio/daytona

v0.45.0

15 Nov 14:33
59fa89a
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • Fix: Randomization of Daytona Provider Install by @unsuman in #1336

Full Changelog: v0.44.1...v0.45.0

v0.44.1

12 Nov 13:28
75cf898
Compare
Choose a tag to compare

What's Changed

Fixes

Providers

All providers received an update to the latest version of Daytona. You can update all providers with daytona provider update --all.

Full Changelog: v0.44.0...v0.44.1

v0.44.0

08 Nov 13:59
9bef1bc
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Add Bitbucket-Server Prebuilds Webhook by @unsuman in #1195

Fixes

Daytona Hetzner Provider

The Daytona Hetzner Provider is officially released 🎉
With this provider, you can create workspaces as Hetzner servers. All you need is a Hetzner API key.

Daytona Docker Extension

The Daytona Docker Extension allows users to interact with Daytona through the Docker Desktop UI. The extension can also be used to manage the Daytona server.
To get started, run docker extension install daytonaio/docker-extension:0.44.0.

Screenshot 2024-11-08 at 11 35 05

Full Changelog: v0.43.0...v0.44.0

v0.43.0

05 Nov 14:34
52be5d1
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Full Changelog: v0.42.1...v0.43.0

v0.42.1

01 Nov 16:57
05aa014
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix: add unique project names while creating multi-project ws by @unsuman in #1305
  • fix: persist default provider deletion by @idagelic in #1288

Chores

  • chore: cleanup existing cli docs before generation by @idagelic in #1302

GCP Provider

You can install the newly-released GCP provider with daytona provider install. The provider will allow you to create workspaces as GCP Compute Instances.

Full Changelog: v0.42.0...v0.42.1

v0.42.0

25 Oct 14:06
35da4d8
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Full Changelog: v0.41.0...v0.42.0

v0.41.0

22 Oct 10:24
8964d52
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • fix: resolve the log returning empty slice by @bryans-go in #1277
  • fix: support http protocol for git urls by @idagelic in #1279
  • fix: autocompletion by @lbrecic in #1274
  • fix: redraw on terminal resizing while dtn create by @bryans-go in #1280

Chores and tests

Full Changelog: v0.40.0...v0.41.0

v0.40.0

18 Oct 14:46
5130f09
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add confirmation prompt for removing git providers by @tarunrajput in #1260
  • feat: commit signing using ssh and gpg by @bryans-go in #1146
  • feat: update project config git provider by @Tpuljak in #1263
  • feat: display git provider config id in project config info view by @idagelic in #1270
  • feat: skip workspace removal prompt when target has none by @idagelic in #1271
  • feat: set default target by @idagelic in #1269

Fixes

  • fix: wrap text on repo validate error by @Abiji-2020 in #1254
  • fix: wrap no git providers found message by @bryans-go in #1264
  • fix: bitbucket branch list pagination by @idagelic in #1266
  • fix: bitbucket context retrieval speed by @idagelic in #1267
  • fix: error message on non-started server stop by @Tpuljak in #1262
  • fix: check if devcontainer file exists before creating by @Tpuljak in #1243
  • fix: api failure on repeated validation of repo url by @bryans-go in #1268
  • fix: detach git provider config from project config on removal by @Tpuljak in #1265

Breaking changes

#1269

Before running the Server again, all providers will need to be removed by running the following command:

Linux:

rm -rf ~/.config/daytona/providers/*-provider/*-provider

Mac:

rm -rf ~/Library/Application\ Support/daytona/providers/*-provider/*-provider

Windows (PowerShell):

Remove-Item -Recurse -Force "C:\Users\<USERNAME>\AppData\Roaming\daytona\providers\*-provider\*-provider.exe"

After updating and starting the server. You can reinstall your providers with daytona provider install

Full Changelog: v0.39.0...v0.40.0

v0.39.0

15 Oct 14:31
2d67fac
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • fix: git provider update alias by @idagelic in #1242
  • fix: update prebuild properties by @idagelic in #1244
  • fix: ensure prebuild is unique per branch by @idagelic in #1250
  • fix: resolve nil pointer dereference on base api url by @lbrecic in #1251
  • fix: server stop hanging by @Tpuljak in #1248
  • fix: allow ctrl+c in provider install by @bryans-go in #1219
  • fix: git provider config id when entering custom repo or sample by @idagelic in #1253

Chores and tests

New Contributors

Full Changelog: v0.38.0...v0.39.0

v0.38.0

11 Oct 15:37
f3c0d4a
Compare
Choose a tag to compare

What's Changed

Features

  • feat: open IDE by default on daytona create by @tarunrajput in #1205
  • feat: multi-profile support for git providers(#777) by @the-johnwick in #1032
  • feat: Read Workspace and Project logs on Start-Stop by @unsuman in #1215
  • feat: add provider and target during create, provider labels by @idagelic in #1224
  • feat: all flag for git provider remove command by @idagelic in #1229
  • feat: add pagination for all GET apis' of git providers by @abhishek818 in #776
  • feat: skip target selection view when installing provider during target set by @idagelic in #1232
  • feat: update git provider command by @idagelic in #1228
  • feat: accept git provider aliases flag and make them unique by @idagelic in #1231
  • feat: add support for marking multiple workspaces/project for starting/stopping by @tarunrajput in #1218
  • feat: choose between multiple git provider configs by @idagelic in #1233

Fixes

  • fix: move request submitted message after target selection screen by @idagelic in #1226
  • fix: get git provider for http request by @Tpuljak in #1234

Breaking changes

#1205

Removed --code flag from the create command. The IDE now opens by default. Users can now pass --no-ide flag if they don't wish to open IDE immediately after workspace creation.

#1032

Daytona now supports adding multiple of the same Git Provider. This is great for users that have multiple accounts on, for example, GitHub or Gitlab, and want to use both of them on Daytona. To support this feature, a few breaking changes had to be made to the model. To work around this change, after updating Daytona to this version, users should either:

  1. Remove all git providers with daytona gp rm --all and add them again
  2. Open the Daytona database file with sqlite3 and run the following 2 commands:
UPDATE git_provider_config_dtos SET provider_id = id;
UPDATE git_provider_config_dtos SET alias = id;

The Daytona DB is located at:

On Mac - ~/Library/Application\ Support/daytona/db
On Linux - ~/.config/daytona/db
On Windows - C:\Users\YOUR_USERNAME\AppData\Roaming\daytona\db

Provider Updates

#1224

Users will now get suggestions to add targets from non-installed providers. This PR also introduced Provider Labels instead of names to make them more readable. To get labels to show, users should update providers with daytona provider update --all.

Full Changelog: v0.37.0...v0.38.0