github loft-sh/devpod v0.5.5

latest releases: v0.5.12, v0.5.12-alpha.0, v0.5.11...
one month ago

DevPod v0.5.5

More fixes and a bunch of noteworthy features 🎉

First up, we've added the devpod up .. --reset flag which will also re-download your content in addition to rebuilding the devcontainer. The existing behaviour of --recreate (only rebuild) doesn't change.
This is useful if you're git repository or local folder changed and you're not working with a provider that supports bind mounts like kubernetes.

@eduardodbr contributed a very useful convenience feature, the --workspace-env-file flag, making it easy to inject environment variables into the workspace from a .env file.

We've added the highly requested experimental support for VSCode Insiders. It's enabled by default but you can always change it in Settings > Experimental > Experimental IDEs.

As DevPod matures the limitations of the workspace view became painstakingely obvious, which is why this release introduces:

  1. Bulk Stop and Delete
  2. Filters for workspaces - by Status and/or Provider
  3. Sorting based on the Created and Used timestamps

Additionally, you now can add extra cli flags to devpod up from your Desktop app in Settings > Experimental > CLI Additional flags.

Features

Fixes

Other

New Contributors

Full Changelog: v0.5.4...v0.5.5

Don't miss a new devpod release

NewReleases is sending notifications on new releases.