Releases: loft-sh/devpod
Releases · loft-sh/devpod
v0.5.18
What's Changed
- fix(cli): consider sleeping workspace as ready, will automatically be woken up when connecting by @pascalbreuninger in #1141
- Support Wolfi-based dev containers by @imjasonh in #1139
- Add alias for
stop
command by @janekbaraniewski in #1147 - feat(desktop): add color mode switch setting by @giovanni-d in #1143
- Add filtering of postCreateCommand stdout stderr logs by @janekbaraniewski in #1149
- fix(cli): credentials server by @pascalbreuninger in #1159
- fix(desktop): disable cloning for pro providers as it requires authentication by @pascalbreuninger in #1157
- fix(cli): remove existing user options from provider option resolver if they aren't compatible with the updated dynamic options by @pascalbreuninger in #1156
- Update install.mdx by @phreed in #1151
- Typo in connect-to-a-workspace.mdx by @dubinsky in #1150
- fix(cli): don't delete workspace if --skip-delete flag is set to true by @pascalbreuninger in #1162
- feat(cli): add upgrade command by @pascalbreuninger in #1163
- feat(cli): add machine inspect command. redacts sensitive and hidden fields and then dumps the machine config as json by @pascalbreuninger in #1164
- fix(cli): add private keys to ssh agent if enabled by context option before setting up workspace. This allows the use of private keys during lifecycle scripts by @pascalbreuninger in #1165
- license(DevPod): Updated OSS licenses by @loft-bot in #1166
- fix(cli): use container user to setup git config by @pascalbreuninger in #1171
- Add protobuf support to devcontainer by @janekbaraniewski in #1175
- chore(ci): check if devpod path exists on runner by @pascalbreuninger in #1176
- main by @pascalbreuninger in #1177
- POD-717 | Support signing commits with SSH keys by @janekbaraniewski in #1167
- fix/bump loft kube apis by @pascalbreuninger in #1178
New Contributors
- @imjasonh made their first contribution in #1139
- @janekbaraniewski made their first contribution in #1147
- @giovanni-d made their first contribution in #1143
- @phreed made their first contribution in #1151
- @dubinsky made their first contribution in #1150
Full Changelog: v0.5.16...v0.5.18
v0.5.17-alpha.0
fix(cli): consider sleeping workspace as ready, will automatically be…
v0.5.16[skip changelog]
chore(desktop): change go quickstart example
v0.5.16-alpha.1
fix(cli): use random git credentials helper port during workspace up;…
v0.5.16-alpha.0
feat(cli): add --init-env flag to provide extra environment variable during workspace initialization
v0.5.15[skip changelog]
fix(desktop): fix throwing promise in flatpak lookup
v0.5.15-alpha.0
chore: skip dev version on automatic pro provider upgrade
v0.5.14-alpha.0
fix(desktop): reconfigure provider options when changing suboptions
v0.5.14[skip changelog]
fix(desktop): remove trailing slash before appending branch
v0.5.13[skip changelog]
feat(cli): ensure pro providers are up to date before running devpod up