Skip to content

v0.23.0

Compare
Choose a tag to compare
@Tpuljak Tpuljak released this 26 Jul 11:17
· 384 commits to main since this release
be58b72

What's Changed

Features

Fixes

Chores and tests

Breaking changes

#832

Before starting the server, users will need to add the 'localBuilderRegistryImage' property to their server configuration and set it to registry:2.8.3. ("localBuilderRegistryImage": "registry:2.8.3") (Also see #840)

On Mac
The file is located at: ~/Library/Application\ Support/daytona/server/config.json.

On Linux
The file is located at: ~/.config/daytona/server/config.json

On Windows
The file is located at: C:\Users\YOUR_USERNAME\AppData\Roaming\daytona\server\config.json

Telemetry (#827)

With this release, the Daytona CLI starts gathering telemetry data.
All telemetry data is completely anonymous and does not include any personally identifiable information (PII) or user secrets.
You can read more about the data we gather on our docs page.

Notes

  • For existing users, telemetry gathering is turned off. To turn it on, run daytona telemetry enable.
  • Because of changes in #833, #834 and #841, providers will need to be updated with daytona provider update. These are not breaking changes, only fixes to the docker library which the providers consume.

New Contributors

Full Changelog: v0.22.1...v0.23.0