Releases: loft-sh/devpod
Releases · loft-sh/devpod
v0.3.4-beta.0
What's Changed
- Fix pod manifest template by @titilambert in #573
- Allow checking out from commit hash by @neogopher in #569
- feat: add --disable-daemon & buildkit test by @FabianKramm in #577
- feat: add dotfiles repo support by @89luca89 in #576
- refactor: multi-level options by @FabianKramm in #581
- fix: install alpine dependencies for vscode by @FabianKramm in #584
- fix: make PROVIDER_FOLDER & MACHINE_FOLDER slash by @FabianKramm in #586
- feat: add engine commands by @FabianKramm in #587
- Rebuild on changes to files in build context by @neogopher in #588
Full Changelog: v0.3.3...v0.4.0-alpha.0
v0.3.4-alpha.0
What's Changed
- Fix pod manifest template by @titilambert in #573
- Allow checking out from commit hash by @neogopher in #569
- feat: add --disable-daemon & buildkit test by @FabianKramm in #577
Full Changelog: v0.3.3...v0.3.4-alpha.0
v0.3.3
What's Changed
- Add podManifestTemplate as devpod customizations in devcontainer.json by @titilambert in #547
- fix(cli): remove dependency on k8s by @pascalbreuninger in #563
- Fix/linux deeplinks by @89luca89 in #562
- feat: add -L to devpod ssh by @FabianKramm in #565
- chore(ui): remove translucent window on macos; fix color mode os sync… by @pascalbreuninger in #566
- chore(ui): fix show toast msg on linux by @pascalbreuninger in #567
- chore(ui): fix add provider dark mode issue by @pascalbreuninger in #571
- chore(ui): disable dark mode by @pascalbreuninger in #572
Full Changelog: v0.3.2...v0.3.3
v0.3.3-alpha.1
What's Changed
- chore(ui): fix add provider dark mode issue by @pascalbreuninger in #571
Full Changelog: v0.3.3-alpha.0...v0.3.3-alpha.1
v0.3.3-alpha.0
What's Changed
- Add podManifestTemplate as devpod customizations in devcontainer.json by @titilambert in #547
- fix(cli): remove dependency on k8s by @pascalbreuninger in #563
- Fix/linux deeplinks by @89luca89 in #562
- feat: add -L to devpod ssh by @FabianKramm in #565
- chore(ui): remove translucent window on macos; fix color mode os sync… by @pascalbreuninger in #566
- chore(ui): fix show toast msg on linux by @pascalbreuninger in #567
Full Changelog: v0.3.2...v0.3.3-alpha.0
v0.3.2
What's Changed
- disable remote containers & install extensions by @FabianKramm in #560
- feat: add --skip-push & build e2e test by @FabianKramm in #561
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- fix: fleet IDE & add e2e test by @FabianKramm in #537
- fix: docker-compose run all services by default by @lizardruss in #533
- feat: fallback to universal image when none is specified in a devcontainer.json by @89luca89 in #538
- fix(ui): hide dock icon if last window has been closed, show again if… by @pascalbreuninger in #542
- Fix lifecycle dependency failures by @neogopher in #541
- fix: add warning to fleet by @FabianKramm in #543
- chore(ui): inform users if they are about to start a workspace with r… by @pascalbreuninger in #544
- refactor: improve reuse machine warning by @FabianKramm in #545
- feat(provider-kubernetes): add option to specify additional labels by @pascalbreuninger in #550
- fix: delete feature folder on failure by @FabianKramm in #552
- Add PVC Access mode support by @titilambert in #548
- refactor: make fleet output more verbose by @FabianKramm in #554
- fix: vscode open in same window by @FabianKramm in #556
- fix(ui): intel macos build by @pascalbreuninger in #558
New Contributors
- @neogopher made their first contribution in #541
- @titilambert made their first contribution in #548
Full Changelog: v0.3.0...v0.3.1
v0.3.1-beta.1
What's Changed
- fix: fleet IDE & add e2e test by @FabianKramm in #537
- fix: docker-compose run all services by default by @lizardruss in #533
- feat: fallback to universal image when none is specified in a devcontainer.json by @89luca89 in #538
- fix(ui): hide dock icon if last window has been closed, show again if… by @pascalbreuninger in #542
- Fix lifecycle dependency failures by @neogopher in #541
- fix: add warning to fleet by @FabianKramm in #543
- chore(ui): inform users if they are about to start a workspace with r… by @pascalbreuninger in #544
- refactor: improve reuse machine warning by @FabianKramm in #545
- feat(provider-kubernetes): add option to specify additional labels by @pascalbreuninger in #550
- fix: delete feature folder on failure by @FabianKramm in #552
- Add PVC Access mode support by @titilambert in #548
New Contributors
- @neogopher made their first contribution in #541
- @titilambert made their first contribution in #548
Full Changelog: v0.3.0...v0.3.1-beta.1
v0.3.1-beta.0
What's Changed
- fix: fleet IDE & add e2e test by @FabianKramm in #537
- fix: docker-compose run all services by default by @lizardruss in #533
- feat: fallback to universal image when none is specified in a devcontainer.json by @89luca89 in #538
- fix(ui): hide dock icon if last window has been closed, show again if… by @pascalbreuninger in #542
- Fix lifecycle dependency failures by @neogopher in #541
- fix: add warning to fleet by @FabianKramm in #543
- chore(ui): inform users if they are about to start a workspace with r… by @pascalbreuninger in #544
- refactor: improve reuse machine warning by @FabianKramm in #545
New Contributors
- @neogopher made their first contribution in #541
Full Changelog: v0.3.0...v0.3.1-beta.0
v0.3.0
What's Changed
- feat: add --workspace-env flag by @FabianKramm in #495
- fix: do not error out too soon when searching for docker-compose by @89luca89 in #499
- k8s resource parsing & add fleet ide support by @FabianKramm in #500
- feat: add jupyter notebook as ide by @FabianKramm in #504
- fix: proxy pipe stream by @FabianKramm in #505
- fix: parse issue & kubernetes driver issue by @FabianKramm in #508
- Fix/git clone fallback by @89luca89 in #506
- Fix/appimage cli path by @89luca89 in #509
- feat(cli): add recursive dynamic options to provider.yaml by @pascalbreuninger in #478
- fix: docker-compose feature builds do not support multiple build cont… by @lizardruss in #511
- Feat/eng 1718 agent url UI by @pascalbreuninger in #513
- fix: kubernetes namespace option by @FabianKramm in #516
- feat(ui): mark jupyter notebook and fleet as experimental by @pascalbreuninger in #518
- feat(ui): add support for os based dark mode by @pascalbreuninger in #519
- fix: escape function after successful clone by @p5 in #520
- refactor: save async process streams by @FabianKramm in #517
- chore(cli): remove provider fail on unknown field by @pascalbreuninger in #523
- fix(#163): handle objects in the devcontainer lifecyle hooks by @mrsimonemms in #485
- refactor: add --proxy to ssh & erase options on --proxy by @FabianKramm in #524
- refactor: stop machine if shared and extra e2e test by @FabianKramm in #525
- fix: get user shell nologin by @FabianKramm in #526
- fix: docker-compose projects not loaded with dotenv files by @lizardruss in #527
- user shell, inactivity timeout & web timeout by @FabianKramm in #529
- fix: add provider issues by @FabianKramm in #532
New Contributors
Full Changelog: v0.2.1...v0.3.0