Fixes in this release:
- Handles errors for unresolved packages when running
devbox ls --outdated
- Adds a
--no-install
flag to update your devbox.lock file without reinstalling your packages. Thanks @jay-aye-see-kay for contributing this feature! - Use --depth=1 when cloning templates to limit history. Thanks @yemaney for contributing this fix!
- Set
UV_PYTHON
to use the python in your virtual environment. Thanks @yemaney for contributing this fix - Disable output for our poetry plugin. Thanks @FotiadisM for contributing this fix!
What's Changed
- [ls] return unresolved packages as a warning instead of an error by @Lagoja in #2511
- add --no-install flag to
devbox update
by @jay-aye-see-kay in #2508 - Dependabot merge by @Lagoja in #2512
- refactor(templates): use depth of 1 in clone command to limit history… by @yemaney in #2488
- fix(python plugin): set UV_PYTHON to python in .venv by @yemaney in #2478
- fix: disable poetry plugin output by @FotiadisM in #2482
New Contributors
- @yemaney made their first contribution in #2488
- @FotiadisM made their first contribution in #2482
Full Changelog: 0.14.0-deva...0.14.0-devrc