github daytonaio/daytona v0.46.0

latest releases: v0.100.0, v0.53.0, v0.52.1...
10 months ago

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

Don't miss a new daytona release

NewReleases is sending notifications on new releases.