Releases: loft-sh/devpod
Releases Β· loft-sh/devpod
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
v0.5.18
What's Changed
- fix(cli): consider sleeping workspace as ready, will automatically be woken up when connecting by @pascalbreuninger in #1141
- Support Wolfi-based dev containers by @imjasonh in #1139
- Add alias for
stop
command by @janekbaraniewski in #1147 - feat(desktop): add color mode switch setting by @giovanni-d in #1143
- Add filtering of postCreateCommand stdout stderr logs by @janekbaraniewski in #1149
- fix(cli): credentials server by @pascalbreuninger in #1159
- fix(desktop): disable cloning for pro providers as it requires authentication by @pascalbreuninger in #1157
- fix(cli): remove existing user options from provider option resolver if they aren't compatible with the updated dynamic options by @pascalbreuninger in #1156
- Update install.mdx by @phreed in #1151
- Typo in connect-to-a-workspace.mdx by @dubinsky in #1150
- fix(cli): don't delete workspace if --skip-delete flag is set to true by @pascalbreuninger in #1162
- feat(cli): add upgrade command by @pascalbreuninger in #1163
- feat(cli): add machine inspect command. redacts sensitive and hidden fields and then dumps the machine config as json by @pascalbreuninger in #1164
- fix(cli): add private keys to ssh agent if enabled by context option before setting up workspace. This allows the use of private keys during lifecycle scripts by @pascalbreuninger in #1165
- license(DevPod): Updated OSS licenses by @loft-bot in #1166
- fix(cli): use container user to setup git config by @pascalbreuninger in #1171
- Add protobuf support to devcontainer by @janekbaraniewski in #1175
- chore(ci): check if devpod path exists on runner by @pascalbreuninger in #1176
- main by @pascalbreuninger in #1177
- POD-717 | Support signing commits with SSH keys by @janekbaraniewski in #1167
- fix/bump loft kube apis by @pascalbreuninger in #1178
New Contributors
- @imjasonh made their first contribution in #1139
- @janekbaraniewski made their first contribution in #1147
- @giovanni-d made their first contribution in #1143
- @phreed made their first contribution in #1151
- @dubinsky made their first contribution in #1150
Full Changelog: v0.5.16...v0.5.18