v0.29.0
版本发布时间: 2024-09-06 23:34:43
daytonaio/daytona最新发布版本:v0.48.0(2024-12-06 22:14:40)
What's Changed
Features
- feat: add a workspace start prompt in daytona code for stopped projects by @tarunrajput in https://github.com/daytonaio/daytona/pull/991
Fixes
- fix: bitbucket default branch setting by @lbrecic in https://github.com/daytonaio/daytona/pull/1057
- fix: use open instead of stat to check permissions by @Tpuljak in https://github.com/daytonaio/daytona/pull/1065
- fix: move include daytona config to first line by @lbrecic in https://github.com/daytonaio/daytona/pull/1063
- fix: remove obsolete provider flag from create command by @Tpuljak in https://github.com/daytonaio/daytona/pull/1066
- fix: remove duplicate image pulling on project create by @lbrecic in https://github.com/daytonaio/daytona/pull/1067
- fix: fetch branches with correct options provided from bitbucket by @lbrecic in https://github.com/daytonaio/daytona/pull/1068
- fix: add timeout to get workspace info from provider by @idagelic in https://github.com/daytonaio/daytona/pull/1058
Chores and tests
- telemetry: track IDE id by @Tpuljak in https://github.com/daytonaio/daytona/pull/1064
- We added a property called
ide
to telemetry events related to opening a project anddaytona ide
. The value of the property is the ID of the IDE used.
- We added a property called
Provider Updates
#1067 influences all of our providers which, existing users, will need to update with daytona provider update
if they want the quickest project creation time.
Docker Provider => v0.10.2
AWS Provider => v0.1.2
DigitalOcean Provider => v0.1.3
Full Changelog: https://github.com/daytonaio/daytona/compare/v0.28.1...v0.29.0