Skip to content

v0.19.0

Compare
Choose a tag to compare
@Tpuljak Tpuljak released this 14 Jun 16:02
· 328 commits to main since this release
89d96c5

What's Changed

Features

Fixes

  • fix: custom image builder select by @Tpuljak in #677
  • fix: workspace create fails when repo/project have spaces by @tarunrajput in #630
  • fix: improve workspace creation summary view by @lbrecic in #680

Chores and tests

Breaking changes

#660

Before starting the server, users will need to add 'localBuilderRegistryPort' and 'builderRegistryServer' properties to their server configuration.
The following properties should be added:

  "localBuilderRegistryPort": 3988,
  "builderRegistryServer": "local",

(Note: "registryPort" can be removed from the config file)

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

#667

With #667, the provider initialization method was changed which requires all providers to be updated with daytona provider update.

Full Changelog: v0.18.0...v0.19.0