github jetify-com/devbox 0.14.1

latest releases: 0.0.0-edge.2025-09-04, 0.0.0-edge.2025-08-28, 0.16.0...
5 months ago

What's new in this release?

Renovate Fixes

  • Fixes an issue with Devbox's Renvoate integration via the --no-install flag. --no-install will no longer check the Nix version when running, which avoids issues with scenarios like Renovate where the Nix Store is not mounted while running Devbox
  • Special thanks to @burritobill for contributing this fix!

Cache stdenv Nixpkg commit for 30 days

  • Devbox will now reuse the most recent stdenv commit in your Nix store for up to 30 days. This should reduce installation and evaluation times when starting a new project.
  • You can ensure your project is using the latest nixpkg commit for stdenv by running devbox update

MySQL/MariaDB Plugin Fixes

  • Various plugin fixes for MySQL + MariaDB, including:
    • Exposing the mysqld exit code to process-compose or better error reporting
    • Use the nix path for mysqld basedir to resolve various mysql issues
    • And more, thanks to @jefft for contributing these fixes

Optimize Generated Docker Image Size

  • Reduce the size of the generated Dockervile by cleaning it's Nix Store. Thanks to @artemklevtsov for contributing this fix!

Special Thanks to:

Full Changelog

Full Changelog: 0.14.0...0.14.1

Don't miss a new devbox release

NewReleases is sending notifications on new releases.