Releases: loft-sh/devpod
Releases · loft-sh/devpod
v0.1.10-beta.1
Merge pull request #409 from pascalbreuninger/fix/prerelease-pipelines fix: store original version for cli
v0.1.10-beta.0
What's Changed
- Some more linter and style changes by @ThomasK33 in #369
- fix panic : fatal agent error: panic: runtime error: index out of range [2] by @pleclech in #359
- fix: update add provider from url example to use a working url by @inhumantsar in #357
- fix: panic when creating workspace for a private gitlab repository by @jsiebens in #371
- fix: add sudo password check by @inhumantsar in #346
- refactor: remove auto start workspace by @FabianKramm in #374
- fix: do not use sudo, if it's not strictly needed. by @89luca89 in #378
- feat: add PROVIDER_ID and PROVIDER_FOLDER as options by @FabianKramm in #382
- fix: agent panic when workspace is not in home by @89luca89 in #383
- Feat/eng 1492 update provider UI by @pascalbreuninger in #381
- feat: add provider command to list installable providers by @89luca89 in #388
- docs: add community providers section by @mrsimonemms in #391
- fix: nil pointer by @FabianKramm in #402
- fix: text file busy by @FabianKramm in #403
- fix: move to proper JSONC support by @89luca89 in #404
New Contributors
- @inhumantsar made their first contribution in #357
- @jsiebens made their first contribution in #371
- @mrsimonemms made their first contribution in #391
Full Changelog: v0.1.9...v0.1.10-beta.0
v0.1.9
What's Changed
- feat(cli): add option to clone existing provider by @pascalbreuninger in #368
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- fix(ui): clip long text in workspace card by @pascalbreuninger in #353
- feat(provider-kubernetes): add option to specify storageclass by @pascalbreuninger in #364
- fix: resolve openvscode process eating CPU when using docker by @89luca89 in #358
- fix: implement volume deletion when removing a devcontainer by @89luca89 in #360
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- replace hard written docker with workspaceInfo.Agent.Docker.Path + allow env variables to be passed into docker command by @pleclech in #332
- Reverts shell execution in interactive mode by @ThomasK33 in #347
- fix: fix podman support in docker driver by @89luca89 in #338
- fix(ui): base workspace card on rem for proper zoom by @pascalbreuninger in #349
- fix: git credentials helper by @FabianKramm in #351
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Add docs search by @alexandradragodan in #320
- Added SH_WORD_SPLIT to fix zsh compatibility by @ThomasK33 in #318
- fix: ensure cleanup on fail by @89luca89 in #319
- fix hack/rebuild.sh to not required root to have go installed by @pleclech in #322
- Correctly specify how to find DevPod version by @vegasje in #325
- chore(ui): support prerelease tag versions in app pipeline by @pascalbreuninger in #330
- CI: keep subversion when using alien by @89luca89 in #334
- CI: fix rpm directory during build by @89luca89 in #336
- fix: add support for "host:port" forwardPorts syntax by @lizardruss in #327
- fix: update packaging description by @kianmeng in #339
- Pass runArgs from devcontainer.json into docker run command by @vegasje in #337
- Use interactive shells for command aliases by @ThomasK33 in #341
- CI: fix rpm building by @89luca89 in #342
- feat(ui): implement simple zoom control by @pascalbreuninger in #344
New Contributors
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- fix: make window visible by default by @FabianKramm in #303
- chore: bump package.json by @FabianKramm in #304
- fix: wrong target selected when using multi-stage docker files by @lizardruss in #307
- fix(ui): swap crypto.randomUUID for uuid npm package to fix older saf… by @pascalbreuninger in #312
- docs: fix typos by @kianmeng in #308
- fix: nil pointer in project image by @FabianKramm in #314
- link /home/root for jetbrains by @FabianKramm in #316
- Stripping carriage returns from commands by @ThomasK33 in #317
New Contributors
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Update package.json
v0.1.3
Update release.yaml
v0.1.2
Merge pull request #276 from pascalbreuninger/main fix(ui): don't send invalid custom protocol messages to UI on windows