github daytonaio/daytona v0.19.0

latest releases: v0.53.0, v0.52.1, v0.52.0...
8 months ago

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

Don't miss a new daytona release

NewReleases is sending notifications on new releases.