Releases: loft-sh/devpod
v0.6.4-alpha.1
What's Changed
- license(DevPod): Updated OSS licenses by @loft-bot in #1431
- feat: Added troubleshoot command by @ThomasK33 in #1435
- Add CombinedLogger that can handle multiple Logger instances by @janekbaraniewski in #1413
- feat: Added troubleshoot menu options in desktop by @ThomasK33 in #1439
- POD-1124 | Restart failed credentials server by @janekbaraniewski in #1442
- fix(credentials): gpg agent forwarding on pro by @pascalbreuninger in #1445
Full Changelog: v0.6.4-alpha.0...v0.6.4-alpha.1
v0.5.25
Full Changelog: v0.5.24...v0.5.25
v0.6.4-alpha.0
What's Changed
- fix(cli): update vulnerable dependencies by @pascalbreuninger in #1430
Full Changelog: v0.6.3...v0.6.4-alpha.0
v0.5.24
Full Changelog: v0.5.23...v0.5.24
v0.6.3
What's Changed
- fix: Disable pro provider configuration for pro providers that suppor… by @PRTTMPRPHT in #1425
- license(DevPod): Updated OSS licenses by @loft-bot in #1416
- fix: Ensure that the pro provider process is terminated before discon… by @PRTTMPRPHT in #1426
- fix: Ensure that the checkbox for built-in ssh is correctly synced wi… by @PRTTMPRPHT in #1428
Full Changelog: v0.6.2...v0.6.3
v0.5.23
Full Changelog: v0.5.22...v0.5.23
v0.6.2
What's Changed
- Add ztunnel example by @bkneis in #1398
- fix: Add failsafe to prevent workspace list from flashing between pro… by @PRTTMPRPHT in #1399
- fix: Add a way to terminate all child processes of the application un… by @PRTTMPRPHT in #1409
- fix: Prevent overflow issues in pro instance selection by @PRTTMPRPHT in #1405
- Fix/pod 1093 prevent redirect to new experience by @PRTTMPRPHT in #1404
- feat: Add selection of runner to DevPod Pro workspace creation flow by @PRTTMPRPHT in #1406
- feat: Change github workflow to sign the updater .msi by @PRTTMPRPHT in #1414
- fix: Fix reference to updater .msi.zip by @PRTTMPRPHT in #1415
- chore: update kubernetes types by @pascalbreuninger in #1403
- fix: Fix issues with relative paths in github workflow by @PRTTMPRPHT in #1417
- fix: Change compression method of updater bundle and fix wrong defaul… by @PRTTMPRPHT in #1419
- Fix/updater window by @pascalbreuninger in #1420
- POD-1081 | Add option to use specific version od DevPodEnvironmentTemplate by @janekbaraniewski in #1423
- Add ssh keepalive to tunnel to workspace by @janekbaraniewski in #1421
- fix: Change archiver of updater package to 7z so that the resulting .… by @PRTTMPRPHT in #1424
Full Changelog: v0.6.1...v0.6.2
v0.6.2-alpha.0
fix(pro): wait for outer tunnels to exit and clean up properly
v0.6.1[skip changelog]
fix(cli): only delete local workspaces when removing provider
v0.6.0
v0.6.0 - IDEs, Docs and Tauri v2
It’s been quite a while since we’ve last released a new minor release, in fact it’s been almost a year since the release of 0.5.0 at January 30th. We’ve worked on tons of fixes and small improvements ever since and will continue to work hard to support your workflow with devcontainers.
Before we go into new features we want to take a moment to thank everyone using DevPod and specially the people reporting problems in the GitHub Issues and our Slack community. Without your curiosity, engagement and feedback DevPod would not be possible.
Thank you!
More IDEs
Everyone has their favourite way of working and we want to enable as many people as possible to take advantage of devcontainers by bringing them to their existing workflow. For this reason we’ve added 6 new experimental IDEs (and a stable one) to choose from:
- Cursor - a highly requested, AI first editor
- Zed - one of the coolest new IDE projects we’ve come across, from the creators of Atom and Treesitter
- VSCodium - community supported FOSS distribution of VSCode without Microsoft licenses
- Positron - a next generation data science IDE from the makers of R Studio. They currently don’t publish ARM builds so make sure your provider target architecture is x86-64
- Marimo - modern, reactive python notebooks you can fearlessly check into git
- Jupyter Desktop - this is just a little bonus on top for everyone who prefers Desktop apps over pure web applications. We surely are fans of it and encourage you to try it as well
- Dataspell - extending our support of the full JetBrains suite of products
“How it works” documentation
Developers are curious by nature and want to know how their tools work - we do, too! This is why @bkneis took the time to write a dedicated architecture section in the docs: https://devpod.sh/docs/how-it-works/overview
Let us know if this is helpful and what you’re missing from the overall picture.
Experimental per-user installer for Windows
Not everybody has admin permissions on their machine and DevPod is especially useful in these situations to help you escape into your safe devcontainer space where you can install python packages to your hearts content.
Unless you have a good relationship with your IT department installing DevPod on locked down Windows machines was a pain so far. With this version we’re adding experimental (!) support for a per-user installer: https://github.com/loft-sh/devpod/releases/download/v0.6.0/DevPod_0.6.0_x64-setup.exe
A word of caution though: Auto updates currently don’t work with this installer because we need. to change the upgrade process to support MSI and NSIS based installations side by side.
More Linux installers (?)
We’ve upgraded DevPod Desktop to Tauri v2, a secure, rust based electron alternative.
They’ve worked hard to support more ways of distributing desktop apps on Linux and we intend to take advantage of this. Tell us your favourite way of installing packages on Linux in the GitHub issues (…but check for duplicates first please).
New Contributors
- @PRTTMPRPHT made their first contribution in #1378
Full Changelog: v0.5.22...v0.6.0