0.0.4
Release Notes
- When in a devbox shell, devbox packages take precedence over other binaries in your laptop. Previously there could be some interferance from binaries installed with other software like brew or asdf.
- Better indication that you're in a devbox shell by prepending
(devbox)
to your prompt. - Support for
podman
as an alternate engine to build containers - Better support for older versions of docker.
- Better error messaging when nix is not installed
- Go version detection when building
go
containers
Note that we now also have docs site:
https://www.jetpack.io/devbox/docs/
Changelog
- 35a9145 Add discord env variables to release job (#59)
- 8d34549 [CICD] Fix release job (#58)
- 26f5204 shell,nix: set original PATH at start of init file (#57)
- 7ae5af0 [planners] Add Python Poetry detection (#48)
- 8470053 Do not generate dockerfile on shell command (#54)
- e472379 Add Twitter link (#34)
- 54bcc89 Add support for podman (#55)
- 485e3a4 shell,nix: fix shell PATH to prefer nix packages (#51)
- 36333f9 [devbox] Add version detection to the go planner (#49)
- 1ad1bd7 tmpl: fix nil pointer error in Dockerfile.tmpl (#53)
- a4c2b40 [devbox] Allow for custom install/build/start commands (#43)
- fa25b9d devbox: fix deduping packages and remove lo (#37)
- 0619cee Add Discord Announce to Goreleaser (#39)
- 650e8fe [devbox] Add anonymized telemetry (#40)
- e749a56 boxcli: don't print help w/ shell non-zero exit code (#38)
- 14c47ea [linting] Add golangci-lint and GHA that runs it (#36)
- be97495 [devbox] Add version command (#2652)
- 938eb1f [devbox] Use docker build instead of buildx (#2653)