Releases: loft-sh/devpod
Releases · loft-sh/devpod
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
v0.5.21
What's Changed
- fix: small typo in dotfiles-in-a-workspace.mdx by @Piotr1215 in #1258
- fix(e2e): up by @pascalbreuninger in #1260
- chore(desktop): hide update button for pro provider by @pascalbreuninger in #1277
- fix(cli): set term env var based on host env var; request pty intitially with host terminal dimensions by @pascalbreuninger in #1276
- Use correct file permission by @bkneis in #1273
- fix: fix wrong parameter order by @cuishuang in #1270
- Allow reuse-values to be specified by CLI params by @bkneis in #1268
- Sort release versions according to semver by @manel-bc in #1265
- Fix PR references by @bkneis in #1262
- Log and wrap error when setting up loft platform by @bkneis in #1266
- feat/POD 884 docker credential forwarding by @pascalbreuninger in #1282
- POD-898 | Update loft api -> 4.1.0-alpha.13 by @janekbaraniewski in #1285
New Contributors
- @Piotr1215 made their first contribution in #1258
- @cuishuang made their first contribution in #1270
- @manel-bc made their first contribution in #1265
Full Changelog: v0.5.20...v0.5.21
v0.5.21-alpha.0
What's Changed
- fix: small typo in dotfiles-in-a-workspace.mdx by @Piotr1215 in #1258
- fix(e2e): up by @pascalbreuninger in #1260
- chore(desktop): hide update button for pro provider by @pascalbreuninger in #1277
- fix(cli): set term env var based on host env var; request pty intitially with host terminal dimensions by @pascalbreuninger in #1276
- Use correct file permission by @bkneis in #1273
- fix: fix wrong parameter order by @cuishuang in #1270
- Allow reuse-values to be specified by CLI params by @bkneis in #1268
- Sort release versions according to semver by @manel-bc in #1265
- Fix PR references by @bkneis in #1262
- Log and wrap error when setting up loft platform by @bkneis in #1266
- feat/POD 884 docker credential forwarding by @pascalbreuninger in #1282
New Contributors
- @Piotr1215 made their first contribution in #1258
- @cuishuang made their first contribution in #1270
- @manel-bc made their first contribution in #1265
Full Changelog: v0.5.20...v0.5.21-alpha.0
v0.5.20
What's Changed
- Add to
devpod pro add cluster
command usage by @janekbaraniewski in #1202 - POD-638 | Automatically auth to platform for pro users by @janekbaraniewski in #1194
- POD-755: Fix workspace ID when branch is specified by @bkneis in #1205
- fix(desktop): change provider options by @pascalbreuninger in #1209
- fix(cli): in-cluster auth by @pascalbreuninger in #1207
- fix(cli): ssh based auth with external key by @pascalbreuninger in #1208
- license(DevPod): Updated OSS licenses by @loft-bot in #1212
- POD-771: Check response code is successful when installing intilliJ based IDE by @bkneis in #1213
- POD-758: Allow user to specify fleet version by @bkneis in #1211
- docs: Add section for workspace resets by @pascalbreuninger in #1215
- Bump golangci-lint-action v3 -> v6 and version to 1.60.1 by @janekbaraniewski in #1220
- POD-769: Check build target exists in Dockerfile by @bkneis in #1218
- POD-768 | Expose devcontainer config util funcs in package by @janekbaraniewski in #1219
- fix(pro): delete ownded workspace by @pascalbreuninger in #1227
- POD-768 | Update devcontainer helper funcs by @janekbaraniewski in #1226
- fix(pro): import non-versioned workspace template by @pascalbreuninger in #1228
- POD-819: Add --gpus=all if host requirments contain GPU by @bkneis in #1229
- POD-763: Expose inject timeout as contect config and add to agent workspace info by @bkneis in #1217
- POD-779 | Initial integration of devpod-crane by @janekbaraniewski in #1230
- fix: Adds support for azure devops based branch, commit and subpath qualifiers on the repository string by @pascalbreuninger in #1231
- fix/POD 837 remove fallback cloning by @pascalbreuninger in #1232
- feat(desktop): Display template name in workspace card. Shows template options on hover by @pascalbreuninger in #1236
- fix(cli): check $SHELL env var if we can't find user shell in passwd by @pascalbreuninger in #1239
- Use fullDownloadURL for clarity in downloadAgentLocally function by @JochenMan in #1241
- Skip hidden files by @bkneis in #1243
- feat: Add Cursor as experimental IDE, enabled by default. by @pascalbreuninger in #1237
- POD-821 | Support
file://
ulr pattern when normalizing repo URL by @janekbaraniewski in #1246 - POD-854 | Decouple pulling devcontainer spec from pulling project by @janekbaraniewski in #1244
- fix(cli): skip provider upgrade check if we do not find a pro instance by @pascalbreuninger in #1248
- feat(desktop): Add context settings to toggle docker/git credential forwarding behaviour for default context from desktop app by @pascalbreuninger in #1251
- Pod 823/cache by @bkneis in #1245
- fix(cli): add --devpod-home to ssh config by @pascalbreuninger in #1252
- POD-859 | Use Environment Templates from Pro by @janekbaraniewski in #1253
New Contributors
- @bkneis made their first contribution in #1205
- @JochenMan made their first contribution in #1241
Full Changelog: v0.5.19...v0.5.20
v0.5.20-alpha.4
What's Changed
- feat(desktop): Display template name in workspace card. Shows template options on hover by @pascalbreuninger in #1236
- fix(cli): check $SHELL env var if we can't find user shell in passwd by @pascalbreuninger in #1239
- Use fullDownloadURL for clarity in downloadAgentLocally function by @JochenMan in #1241
- Skip hidden files by @bkneis in #1243
- feat: Add Cursor as experimental IDE, enabled by default. by @pascalbreuninger in #1237
- POD-821 | Support
file://
ulr pattern when normalizing repo URL by @janekbaraniewski in #1246 - POD-854 | Decouple pulling devcontainer spec from pulling project by @janekbaraniewski in #1244
New Contributors
- @JochenMan made their first contribution in #1241
Full Changelog: v0.5.20-alpha.3...v0.5.20-alpha.4
v0.5.20-alpha.3
What's Changed
- fix: Adds support for azure devops based branch, commit and subpath qualifiers on the repository string by @pascalbreuninger in #1231
- fix/POD 837 remove fallback cloning by @pascalbreuninger in #1232
Full Changelog: v0.5.20-alpha.2...v0.5.20-alpha.3
v0.5.20-alpha.2
What's Changed
- fix(pro): delete ownded workspace by @pascalbreuninger in #1227
- POD-768 | Update devcontainer helper funcs by @janekbaraniewski in #1226
- fix(pro): import non-versioned workspace template by @pascalbreuninger in #1228
- POD-819: Add --gpus=all if host requirments contain GPU by @bkneis in #1229
- POD-763: Expose inject timeout as contect config and add to agent workspace info by @bkneis in #1217
- POD-779 | Initial integration of devpod-crane by @janekbaraniewski in #1230
Full Changelog: v0.5.20-alpha.1...v0.5.20-alpha.2
v0.5.20-alpha.1
Factor out function looking for devcontainer files to devcontainer pa…
v0.5.20-alpha.0
What's Changed
- Add to
devpod pro add cluster
command usage by @janekbaraniewski in #1202 - POD-638 | Automatically auth to platform for pro users by @janekbaraniewski in #1194
- POD-755: Fix workspace ID when branch is specified by @bkneis in #1205
- fix(desktop): change provider options by @pascalbreuninger in #1209
- fix(cli): in-cluster auth by @pascalbreuninger in #1207
- fix(cli): ssh based auth with external key by @pascalbreuninger in #1208
- license(DevPod): Updated OSS licenses by @loft-bot in #1212
New Contributors
Full Changelog: v0.5.19...v0.5.20-alpha.0
v0.5.19
What's Changed
- license(DevPod): Updated OSS licenses by @loft-bot in #1179
- fix(cli): git config path by @amithm7 in #1183
- fix(cli): write DevPod ssh config section before first host by @pascalbreuninger in #1181
- POD-717 | Expose setting for setting up git commit signing with SSH in UI by @janekbaraniewski in #1186
- feat(cli): implement userEnvProbe property of devcontainer spec by @pascalbreuninger in #1184
- chore(cli): change log level in credentials server from info to debug by @pascalbreuninger in #1188
- feat(desktop): add settings for http(s) based proxies by @pascalbreuninger in #1192
- Feat/multi region mode by @pascalbreuninger in #1200
New Contributors
Full Changelog: v0.5.18...v0.5.19