Skip to content

Releases: jetify-com/devbox

0.0.0-edge.2025-07-17

17 Jul 09:36
a235f7d
Compare
Choose a tag to compare
0.0.0-edge.2025-07-17 Pre-release
Pre-release

0.0.0-edge.2025-07-17 edge release

0.15.0

10 Jul 19:55
72d01ea
Compare
Choose a tag to compare

What's New In This Release

Process Compose Improvements

  • Bumped process-compose version to version 1.64.1
  • Fixed a config locking bug that prevented testpilot from running multiple process-compose commands
  • Process-compose now propagates error messages to devbox for easier debugging

Plugin Improvements

  • Removed the UV_PYTHON env variable for python plugins
  • Devbox now evaluates environment variables when parsing local plugin paths. This allows users to set plugin locations dynamically

Additional Improvements

  • Fixed an error when sourcing Bash functions into your devbox shell
  • Fixed shell completion when specifying a config with the --config flag
  • Devbox will no longer fail if your /nix volume is empty
  • Updated go modules and dependencies

Special Thanks to

Full Changelog

  • Documentation Cleanup by @Lagoja in #2592
  • docs: Fix docs around what environment variable and commands to generate token(s) by @djgoku in #2593
  • fix(python plugin): remove UV_PYTHON env variable by @yemaney in #2608
  • Update Docs dependencies by @Lagoja in #2618
  • bump version of devbox-install-action by @savil in #2622
  • turn off maximize-build-space by @savil in #2623
  • add GITHUB_TOKEN to some GHA workflows by @savil in #2624
  • Bump torch from 1.13.1 to 2.7.0 in /examples/data_science/pytorch/basic-example by @dependabot[bot] in #2620
  • [completion] Fix shell completion when specifying --config flag by @mikeland73 in #2632
  • Bump brace-expansion from 1.1.11 to 1.1.12 in /docs/app in the npm_and_yarn group across 1 directory by @dependabot[bot] in #2633
  • Bump django from 4.2.20 to 4.2.22 in /examples/stacks/django by @dependabot[bot] in #2627
  • Bump rexml from 3.3.7 to 3.3.9 in /examples/stacks/jekyll/myblog by @dependabot[bot] in #2387
  • Bump nokogiri from 1.18.4 to 1.18.8 in /examples/stacks/rails/blog by @dependabot[bot] in #2595
  • Bump net-imap from 0.4.19 to 0.4.20 in /examples/stacks/rails/blog by @dependabot[bot] in #2603
  • Bump rack from 2.2.13 to 2.2.14 in /examples/stacks/rails/blog by @dependabot[bot] in #2615
  • Upgrade python packages in several devbox examples by @loreto in #2634
  • [runx] Use standard github token env name by @mikeland73 in #2635
  • Evaluate environment variables in the local plugin path by @adamjreed in #2639
  • [envvars] Fix error when env contains Bash function by @apgrucza in #2612
  • Update process-compose version by @Lagoja in #2642
  • propagate output from process-compose invocation by @t-monaghan in #2594
  • [direnv] Update tmpl and links by @mikeland73 in #2641
  • Bump the go_modules group across 1 directory with 2 updates by @dependabot[bot] in #2636
  • Auto Assign Reviewers for PRs by @Lagoja in #2643
  • Fix issue 2601 (dont fail on empty /nix folder) by @ascknx in #2605
  • [fileutil] Update IsDirEmpty, add unit tests by @mikeland73 in #2646
  • release lock on global process-compose before attaching by @jay-aye-see-kay in #2645

New Contributors

Full Changelog: 0.14.2...0.15.0

0.0.0-edge.2025-07-10

10 Jul 09:42
72d01ea
Compare
Choose a tag to compare
0.0.0-edge.2025-07-10 Pre-release
Pre-release

0.0.0-edge.2025-07-10 edge release

0.15.0-dev

08 Jul 01:12
dd069a4
Compare
Choose a tag to compare
0.15.0-dev Pre-release
Pre-release

What's new in this release

  • Removed the UV_PYTHON env variable for Python plugin
  • Process-compose upgraded to 1.64.1
  • Process-compose will now propagate error messages to Devbox, making it easier to debug process-compose issues or incorrect configs
  • Fixed an error when sourcing Bash functions into your devbox shell
  • Devbox now evaluates environment variables when parsing local plugin paths. This allows for dynamic plugin locations.
  • Updated go modules and dependencies

Special Thanks to:

What's Changed

  • Documentation Cleanup by @Lagoja in #2592
  • docs: Fix docs around what environment variable and commands to generate token(s) by @djgoku in #2593
  • fix(python plugin): remove UV_PYTHON env variable by @yemaney in #2608
  • Update Docs dependencies by @Lagoja in #2618
  • bump version of devbox-install-action by @savil in #2622
  • turn off maximize-build-space by @savil in #2623
  • add GITHUB_TOKEN to some GHA workflows by @savil in #2624
  • Bump torch from 1.13.1 to 2.7.0 in /examples/data_science/pytorch/basic-example by @dependabot in #2620
  • [completion] Fix shell completion when specifying --config flag by @mikeland73 in #2632
  • Bump brace-expansion from 1.1.11 to 1.1.12 in /docs/app in the npm_and_yarn group across 1 directory by @dependabot in #2633
  • Bump django from 4.2.20 to 4.2.22 in /examples/stacks/django by @dependabot in #2627
  • Bump rexml from 3.3.7 to 3.3.9 in /examples/stacks/jekyll/myblog by @dependabot in #2387
  • Bump nokogiri from 1.18.4 to 1.18.8 in /examples/stacks/rails/blog by @dependabot in #2595
  • Bump net-imap from 0.4.19 to 0.4.20 in /examples/stacks/rails/blog by @dependabot in #2603
  • Bump rack from 2.2.13 to 2.2.14 in /examples/stacks/rails/blog by @dependabot in #2615
  • Upgrade python packages in several devbox examples by @loreto in #2634
  • [runx] Use standard github token env name by @mikeland73 in #2635
  • Evaluate environment variables in the local plugin path by @adamjreed in #2639
  • [envvars] Fix error when env contains Bash function by @apgrucza in #2612
  • Update process-compose version by @Lagoja in #2642
  • propagate output from process-compose invocation by @t-monaghan in #2594
  • [direnv] Update tmpl and links by @mikeland73 in #2641
  • Bump the go_modules group across 1 directory with 2 updates by @dependabot in #2636
  • Auto Assign Reviewers for PRs by @Lagoja in #2643

New Contributors

Full Changelog: 0.14.2...0.15.0-dev

0.0.0-edge.2025-07-03

03 Jul 09:33
dd069a4
Compare
Choose a tag to compare
0.0.0-edge.2025-07-03 Pre-release
Pre-release

0.0.0-edge.2025-07-03 edge release

0.0.0-edge.2025-06-26

26 Jun 09:33
86c1c3a
Compare
Choose a tag to compare
0.0.0-edge.2025-06-26 Pre-release
Pre-release

0.0.0-edge.2025-06-26 edge release

0.0.0-edge.2025-06-19

19 Jun 09:22
515e88e
Compare
Choose a tag to compare
0.0.0-edge.2025-06-19 Pre-release
Pre-release

0.0.0-edge.2025-06-19 edge release

0.0.0-edge.2025-06-12

12 Jun 09:32
a155493
Compare
Choose a tag to compare
0.0.0-edge.2025-06-12 Pre-release
Pre-release

0.0.0-edge.2025-06-12 edge release

0.0.0-edge.2025-06-05

05 Jun 09:55
a155493
Compare
Choose a tag to compare
0.0.0-edge.2025-06-05 Pre-release
Pre-release

0.0.0-edge.2025-06-05 edge release

0.0.0-edge.2025-05-29

29 May 09:21
dcf8225
Compare
Choose a tag to compare
0.0.0-edge.2025-05-29 Pre-release
Pre-release

0.0.0-edge.2025-05-29 edge release