Skip to content

0.15.0-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 01:12
· 7 commits to main since this release
dd069a4

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