v0.40.0
版本发布时间: 2024-10-18 22:46:32
daytonaio/daytona最新发布版本:v0.46.0(2024-11-22 20:14:47)
What's Changed
Features
- feat: add confirmation prompt for removing git providers by @tarunrajput in https://github.com/daytonaio/daytona/pull/1260
- feat: commit signing using ssh and gpg by @bryans-go in https://github.com/daytonaio/daytona/pull/1146
- feat: update project config git provider by @Tpuljak in https://github.com/daytonaio/daytona/pull/1263
- feat: display git provider config id in project config info view by @idagelic in https://github.com/daytonaio/daytona/pull/1270
- feat: skip workspace removal prompt when target has none by @idagelic in https://github.com/daytonaio/daytona/pull/1271
- feat: set default target by @idagelic in https://github.com/daytonaio/daytona/pull/1269
Fixes
- fix: wrap text on repo validate error by @Abiji-2020 in https://github.com/daytonaio/daytona/pull/1254
- fix: wrap no git providers found message by @bryans-go in https://github.com/daytonaio/daytona/pull/1264
- fix: bitbucket branch list pagination by @idagelic in https://github.com/daytonaio/daytona/pull/1266
- fix: bitbucket context retrieval speed by @idagelic in https://github.com/daytonaio/daytona/pull/1267
- fix: error message on non-started server stop by @Tpuljak in https://github.com/daytonaio/daytona/pull/1262
- fix: check if devcontainer file exists before creating by @Tpuljak in https://github.com/daytonaio/daytona/pull/1243
- fix: api failure on repeated validation of repo url by @bryans-go in https://github.com/daytonaio/daytona/pull/1268
- fix: detach git provider config from project config on removal by @Tpuljak in https://github.com/daytonaio/daytona/pull/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: https://github.com/daytonaio/daytona/compare/v0.39.0...v0.40.0