github jetify-com/devbox 0.8.3

latest releases: 0.13.6, 0.13.5, 0.13.4...
11 months ago

This release contains a number of bugfixes and improvements to our 0.8 release.

To upgrade to the latest version, run devbox version update, or install Devbox using:

curl -fsSL https://get.jetpack.io/devbox | bash

Highlights

For a summary of some of these highlights, see the announcement on our Devlog

  • Fixes a breaking change with Nix 2.19 which prevented Flakes from updating.

  • Fixes a security issue in Dockerfiles generated by devbox generate

  • Flake references can now install alternate outputs provided by Nix packages. For example: You can install promtool from the cli output of the prometheus package using

      devbox add flake:nixpkgs#prometheus^out,cli
    
  • Fixed direnv support when using Fish shells

  • Python plugin can now generate a virtualenv with pip included. No need to install pip separately with Devbox

  • Updated the default installed Nix version to 2.18.1

Special Thanks To:

  • @adamdicarlo0 for fixing issues in our documentation
  • @iocron for their first contribution, and fixing a security issue in our Dockerfiles
  • @jay-aye-see-kay for their first contribution, and fixing a bug with Github sourced plugins

Full Changelog

New Contributors

Full Changelog: 0.8.2...0.8.3

Don't miss a new devbox release

NewReleases is sending notifications on new releases.