v0.40.0
What's Changed
Features
- feat: add confirmation prompt for removing git providers by @tarunrajput in #1260
- feat: commit signing using ssh and gpg by @bryans-go in #1146
- feat: update project config git provider by @Tpuljak in #1263
- feat: display git provider config id in project config info view by @idagelic in #1270
- feat: skip workspace removal prompt when target has none by @idagelic in #1271
- feat: set default target by @idagelic in #1269
Fixes
- fix: wrap text on repo validate error by @Abiji-2020 in #1254
- fix: wrap no git providers found message by @bryans-go in #1264
- fix: bitbucket branch list pagination by @idagelic in #1266
- fix: bitbucket context retrieval speed by @idagelic in #1267
- fix: error message on non-started server stop by @Tpuljak in #1262
- fix: check if devcontainer file exists before creating by @Tpuljak in #1243
- fix: api failure on repeated validation of repo url by @bryans-go in #1268
- fix: detach git provider config from project config on removal by @Tpuljak in #1265
Breaking changes
#1269
Before running the Server again, all providers will need to be removed by running the following command:
Linux:
rm -rf ~/.config/daytona/providers/*-provider/*-provider
Mac:
rm -rf ~/Library/Application\ Support/daytona/providers/*-provider/*-provider
Windows (PowerShell):
Remove-Item -Recurse -Force "C:\Users\<USERNAME>\AppData\Roaming\daytona\providers\*-provider\*-provider.exe"
After updating and starting the server. You can reinstall your providers with daytona provider install
Full Changelog: v0.39.0...v0.40.0