Skip to content

Releases: jetify-com/devbox

0.0.0-edge.2024-01-04

04 Jan 09:03
a5acdca
Compare
Choose a tag to compare
0.0.0-edge.2024-01-04 Pre-release
Pre-release

0.0.0-edge.2024-01-04 edge release

0.8.5

22 Dec 17:05
34c5f35
Compare
Choose a tag to compare

Fixed in this Release

  • This release fixes a bug where our PHP plugin may not correctly install extensions when they are added after the PHP package has been installed
  • Updated info for packages and plugins that start services with process-compose

Full Changelog

Full Changelog: 0.8.4...0.8.5

0.0.0-edge.2023-12-28

28 Dec 09:04
a0fa00a
Compare
Choose a tag to compare
0.0.0-edge.2023-12-28 Pre-release
Pre-release

0.0.0-edge.2023-12-28 edge release

0.0.0-edge.2023-12-21

21 Dec 09:05
34c5f35
Compare
Choose a tag to compare
0.0.0-edge.2023-12-21 Pre-release
Pre-release

0.0.0-edge.2023-12-21 edge release

0.0.0-edge.2023-12-14

14 Dec 09:05
e0aad3e
Compare
Choose a tag to compare
0.0.0-edge.2023-12-14 Pre-release
Pre-release

0.0.0-edge.2023-12-14 edge release

0.8.4

08 Dec 21:42
209c839
Compare
Choose a tag to compare

Highlights

Offline Mode

Use your Devbox shell without an internet connection! Devbox will now work offline if all the packages for your project have been fetched and installed. You can even modify your devbox.json without breaking the offline cache, provided that you do not add or remove any items from your packages list.

--disable-plugins flag

The devbox add command now has a --disable-plugin flag, which will install the package without activating it's associated plugin. We recommend only using this flag if you know you need to disable a plugin for the package, since it may prevent the package from working as expected

Bug Fixes

  • Fixed a bug that could prevent Devbox from correctly updating your shell environment in certain cases

Special Thanks

@sigprof for their first contribution, fixing an error in our documentation.

What's Changed

  • [plugins] Implement --disable-plugin flag by @mikeland73 in #1666
  • [glibc] Add patch-glibc patch and fix when package in binary cache by @mikeland73 in #1669
  • [offline] Allow devbox to work offline if packages are already fetched by @mikeland73 in #1673
  • internal/lock: canonicalize JSON before hashing cache keys by @gcurtis in #1648
  • [launcher] Bump launcher version by @mikeland73 in #1670
  • [scripts] split build-all command into os-arch specific commands by @savil in #1671
  • [patch-glibc] fix permission errors for shrink-rpath by @savil in #1672
  • docs: Fix the "includes" typo by @sigprof in #1677
  • [print-dev-env] Skip cache if lockfile has changed by @savil in #1674

New Contributors

Full Changelog: 0.8.3...0.8.4

0.0.0-edge.2023-12-07

07 Dec 09:04
359e2bc
Compare
Choose a tag to compare
0.0.0-edge.2023-12-07 Pre-release
Pre-release

0.0.0-edge.2023-12-07 edge release

0.8.3

05 Dec 22:24
a45f27d
Compare
Choose a tag to compare

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

0.0.0-edge.2023-11-30

30 Nov 09:04
8d7912a
Compare
Choose a tag to compare
0.0.0-edge.2023-11-30 Pre-release
Pre-release

0.0.0-edge.2023-11-30 edge release

0.0.0-edge.2023-11-23

23 Nov 09:03
e083b88
Compare
Choose a tag to compare
0.0.0-edge.2023-11-23 Pre-release
Pre-release

0.0.0-edge.2023-11-23 edge release