v0.23.0
What's Changed
Features
- feat: add server command to get started screen by @tarunrajput in #786
- feat: group help menu commands by @tarunrajput in #798
- feat: support to set the registry image by @LinuxSuRen in #832
- feat: added loader for Provider install progress by @rogueloop in #803
- feat: collect telemetry data by @Tpuljak in #827
- feat: show help menu on unknown command by @tarunrajput in #793
- feat: show active profile on workspace list by @tarunrajput in #801
- feat: read server logs directly from file by @joey1123455 in #830
Fixes
- fix: update install.sh by removing unnecessary "continue" by @Anshgrover23 in #809
- fix: api-key list -o json by @ezhil56x in #802
- fix: narrow the gradient in logo by @ezhil56x in #788
- fix: no TUI for daytona profile use by @ezhil56x in #814
- fix: properties missing from server config view by @RS-labhub in #836
- fix: update the swagger docs api version programatically by @azar-writes-code in #828
- fix: rename registry image config prop and add default value by @Tpuljak in #840
- fix: wrong regex rules for repo names by @abhishek818 in #775
- fix: update container user uid and gid by @Tpuljak in #834
- fix: devcontainer remote user fallback by @Tpuljak in #833
- fix: escape git credentials by @Tpuljak in #841
- fix: missing terminal cursor by @RS-labhub in #831
- fix: creation of a new profile through by @abhishek818 in #794
- fix: command validation for help by @Tpuljak in #844
- fix: handle missing log file error in server logs by @mobley-trent in #838
Chores and tests
- refactor: move gitnessclient module into gitprovider by @SvenDowideit in #824
- style: clarify util function by @idagelic in #813
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
- @Anshgrover23 made their first contribution in #809
- @LinuxSuRen made their first contribution in #832
- @azar-writes-code made their first contribution in #828
- @rogueloop made their first contribution in #803
- @joey1123455 made their first contribution in #830
Full Changelog: v0.22.1...v0.23.0