Skip to content

Releases: daytonaio/daytona

v0.46.0

22 Nov 12:14
ea2db7f
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • fix: working dir for running devcontainer initialize command by @Tpuljak in #1356
  • fix: handle multiple compose files in devcontainers by @Tpuljak in #1349

Telemetry

Chores and tests

Breaking changes

#1300

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.45.0...v0.46.0

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