github jetify-com/devbox 0.4.9-dev

latest releases: 0.10.7-dev, 0.10.6, 0.10.6-dev...
pre-release12 months ago

What's new in this release

Devbox will no longer automatically update whenever a new version is available. Instead, users will be notified when a new version of the CLI or Launcher (which manages the Devbox Updates) is available, and prompted to update using devbox version update.

If you would like to pin a specific version of Devbox (for example, when using Devbox in CI), or rollback to an older version of Devbox after updating, you can set the DEVBOX_USE_VERSION environment variable to the version number you'd like to use. For example, to reliably install Devbox 0.4.9 in a CI/CD environment, you can run:

export DEVBOX_USE_VERSION=0.4.9
curl -fsSL https://get.jetpack.io/devbox | bash

Changelog

  • b03f0d2 [version update] use LAUNCHER_PATH in triggerUpdate function (#975)
  • 00d4182 [github post-release] also publish to stable S3 bucket
  • 2de18c7 [version] part 1: update command for devbox and launcher updates (#965)

Don't miss a new devbox release

NewReleases is sending notifications on new releases.