Releases: loft-sh/devpod
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
v0.6.0-alpha.2
What's Changed
- fix(cli): skip deprecated suboptions when upgrading a provider tied to a pro instance by @pascalbreuninger in #1385
- fix(desktop): show provider options for workspaces with old pro provider by @pascalbreuninger in #1386
Full Changelog: v0.6.0-alpha.1...v0.6.0-alpha.2
v0.6.0-alpha.1
What's Changed
- fix: Ensure scroll areas of terminals are fit to the right size on in… by @PRTTMPRPHT in #1378
- Use sleepmode.loft.sh/last-activity instead of sleep mode config when disabled by @bkneis in #1377
- chore(cd): skip uploading nsis updater artifacts, need to adjust auto updates to support both msi and nsis; add .exe to nsis installer by @pascalbreuninger in #1376
- fix: Prevent terminal logs for actions from being rendered twice on s… by @PRTTMPRPHT in #1380
- Implement experimental support for codium by @bkneis in #1348
- Implement experimental support for data spell by @bkneis in #1347
- fix(cli): show select input for interactive pro workspace creation by @pascalbreuninger in #1381
- Implement experimental support for zed by @bkneis in #1341
- fix/POD 1050 upgrade existing pro worksapces by @pascalbreuninger in #1379
- feat(desktop): add new experimental IDEs (marimo, zed, VSCodium, positron, jupyter desktop, dataspell) by @pascalbreuninger in #1382
New Contributors
- @PRTTMPRPHT made their first contribution in #1378
Full Changelog: v0.6.0-alpha.0...v0.6.0-alpha.1
v0.6.0-alpha.0
What's Changed
- Fix doc links by @bkneis in #1359
- feat: Add new DevPod Desktop for Pro flow; refactor Pro CLI usage by @pascalbreuninger in #1360
- chore(cd): remove enable-updater feature from build as it's built in … by @pascalbreuninger in #1363
- license(DevPod): Updated OSS licenses by @loft-bot in #1361
- chore/tauri linux config by @pascalbreuninger in #1364
- chore(cd): add new tauri v2 env var by @pascalbreuninger in #1365
- chore(cd): add new tauri update signer private key env var; install required additional dependencies on ubuntu; bump tauri github action by @pascalbreuninger in #1368
- chore(cd): update tauri linux build dependencies by @pascalbreuninger in #1369
- chore(cd): update tauri linux build dependencies by @pascalbreuninger in #1370
- chore(cd): update linux build output paths by @pascalbreuninger in #1372
- fix(cd): windows tauri 2.0 by @pascalbreuninger in #1373
- Fix/windows build pipeline by @pascalbreuninger in #1374
Full Changelog: v0.5.22...v0.6.0-alpha.0
v0.5.22
What's Changed
- POD-919: Use correct file permission for generated .devcontainer.json by @bkneis in #1294
- chore(cli): report platform access setup as debug, not error by @pascalbreuninger in #1296
- Update docker compose to 2.2.0 by @bkneis in #1305
- Use errorf instead of debug log level by @bkneis in #1297
- POD-944 | Pass provided git credentials to crane by @janekbaraniewski in #1298
- license(DevPod): Updated OSS licenses by @loft-bot in #1308
- Support parsing "other" property from mounts by @gjhenrique in #1306
- Add send-env and set-env options to ssh command by @aacebedo in #1288
- Improve command line help by @aacebedo in #1300
- POD-894: Add PUML diagrams to docs by @bkneis in #1311
- Add troubleshooting page by @bkneis in #1319
- fix(desktop): print warning if we can't parse custom protocol instead of showing error in UI by @pascalbreuninger in #1320
- Update docs by @bkneis in #1321
- fix(gpg): use symlink when setting up the gpg socket in the workspace instead of hardlink by @pascalbreuninger in #1322
- Don't hardcode root when running lifecycle scripts by @nrontsis in #1317
- Fix log entry when using crane in workspace up by @janekbaraniewski in #1330
- fix(dockerless): Only listen to kaniko stdout if --debug is set. by @pascalbreuninger in #1327
- Fix/gpg agent forwarding arg list by @pascalbreuninger in #1336
- Fix/gpg agent forwarding arg list by @pascalbreuninger in #1338
- Add github workflow to mark issues as stale then delete after 2 months by @bkneis in #1340
- Fix prebuilds for docker compose by @bkneis in #1339
- Implemement .devpodignore by @bkneis in #1337
- Implement UpdateRemoteUserID handling by @aacebedo in #1287
- Wrap devpodignore with nil check on workspace by @bkneis in #1349
New Contributors
- @gjhenrique made their first contribution in #1306
- @nrontsis made their first contribution in #1317
Full Changelog: v0.5.21...v0.5.22