v0.33.0
What's Changed
Features
- feat: support creating multiple projects non-interactively by @Tpuljak in #944
- feat: force build deletion by @idagelic in #1135
Fixes
- fix: escape git namespace when fetching from API by @Tpuljak in #1118
- fix: devcontainer command definition by @Tpuljak in #1113
- fix: ctrl-c out of cloning option selection by @idagelic in #1115
- fix: build container config by @idagelic in #1121
- fix: ctrl-c out of daytona command by @idagelic in #1123
- fix: build run project config selection verb by @idagelic in #1124
- fix: sort build views by updatedat by @idagelic in #1125
- fix: windows invalid user id mapping by @idagelic in #1130
- fix: ssh proxycommand file location windows by @idagelic in #1131
- fix: add selected project name to ssh on multi project workspace by @lbrecic in #1133
- fix: daytona code windows for vscode-like ides by @idagelic in #1132
- fix: pull image before building by @Tpuljak in #1134
Chores and tests
- refactor: http status code and error in api(#934) by @the-johnwick in #1056
- refactor: use errors new for simple strings by @idagelic in #1122
Provider updates
A few bugs regarding providers were squashed so existing users should update all installed providers with daytona provider update --all
New Providers:
Fly.io Provider
Our Fly Provider is officially out of alpha on version 0.1.0
. With this provider, you can easily create workspaces on Fly machines.
Azure Provider
Our Azure Provider makes it easy to create workspaces as Azure VMs.
Both the new providers can be installed with daytona provider install
.
Full Changelog: v0.32.0...v0.33.0