v0.12.0
What's Changed
- feat: added default project image to server config by @Tpuljak in #389
- feat: agent host mode by @Tpuljak in #390
- refactor: service interfaces by @Tpuljak in #387
- feat: project image param by @Tpuljak in #392
- fix: workspace start stop message to user by @idagelic in #391
Breaking changes
The breaking change is related to #389 and #392.
Existing users should do the following:
- Start the Daytona server using
daytona server
- Use
daytona server provider update
to update the Docker provider - Run
daytona server configure
and adddaytonaio/workspace-project:latest
as the Default Project Image property - Restart the Daytona server
Full Changelog: v0.11.0...v0.12.0