v0.5.0
Feature Highlights
- Custom SSH config management if you don't want to or can't have DevPod change your default configuration. Set a flag on
devpod up --ssh-config=path/to/file
or set a context optionSSH_CONFIG_PATH
(community contribution by @aacebedo) #817 - DevPod Desktop now lets you cancel running commands
- Dotfile repositories now support the @Branch / @sha256:commit syntax
- DevPod can now connect your IDE to already running containers with the Docker Provider (community contribution by @amitds1997) #839
- Added more Windows tests for stability
New Community DevPod Providers
- Multipass provider by @minhio
- Vultr provider by @navaneeth-dev
- Opentelekomcloud provider by @akyriako
Other changes
fix: revert regression introduced in 0a40554 for WSL systems by @89luca89 in #802
tests: add test for ssh port forwarding by @89luca89 in #804
fix: ensure /tmp exists to have a consistent dir structure by @89luca89 in #807
doc: mobile-support: add nix-on-droid instructions by @bbigras in #812
tests: parallelize tests using labels and matrix by @89luca89 in #799
fix: launch gpg-forwarding during devpod up if flag is specified by @89luca89 in #803
fix(cli): update to always report at least an empty array of devcontainer paths by @pascalbreuninger in #813
fix(cli): update git branch and commit regex to support Garrit @pascalbreuninger in #819
fix: small fixes in dockerless & init content folder by @FabianKramm in #822
fix(cli): hostrequirements.gpu can now be a string or bool by @pascalbreuninger in #836
fix: forward git user.signingkey configuration when using gpg forwarding by @89luca89 in #843
fix: Update credentials.mdx by @sharma-sahil-scaler in #851
fix(cli): exclude non directories and DS_Store from providers list by @pascalbreuninger in #854
fix(cli): append workdir to ssh ProxyCommand config if it is reported back from devcontainer creation by @pascalbreuninger in #855
license(oss): Added OSS license report automation by @ThomasK33 in #866
license(check): Added license check on dependency changes by @ThomasK33 in #867
Fix/wsl path conversion by @89luca89 in #848
fix: fail early during inject on noexec filesystems by @89luca89 in #868
First-time Contributors
@navaneeth-dev
@bbigras
@alexef
@EyeCantCU
@sharma-sahil-scaler
@fahhem
@minhio
@amitds1997
@akyriako