Skip to content

0.14.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 21:38
· 4 commits to main since this release
f1ccc2d

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