Skip to content

Releases: jetify-com/devbox

0.10.7-dev

02 May 20:51
bc719ca
Compare
Choose a tag to compare
0.10.7-dev Pre-release
Pre-release

Whats New in this Pre-release

This is an experimental pre-release that tries to bundle package builds/installations into one step to improve performance.

What's Changed

New Contributors

Full Changelog: 0.10.6...0.10.7-dev

0.10.6

30 Apr 20:11
008cdea
Compare
Choose a tag to compare

New in This Release

  • Added a command to generate aliases in devbox.json - You can now use devbox gen alias to create aliases for your devbox scripts. This lets you run your scripts direct from the host, without needing to use devbox run
  • Devbox Pure Shell Env Variable -- Added a DEVBOX_PURE_SHELL to distinguish when a devbox shell is in pure mode.

Bug Fixes

  • Github plugins are now cached to reduce the risk of hitting rate limits
  • Fixes a bug that would overwrite plugins in your devbox.lock file
  • Increase timeout when checking a user's nix version

Special Thanks To

What's Changed

Full Changelog: 0.10.5...0.10.6

0.10.6-dev

26 Apr 00:42
008cdea
Compare
Choose a tag to compare
0.10.6-dev Pre-release
Pre-release

Fixes in this release

  • Added a command to generate aliases in devbox.json
  • Add a DEVBOX_PURE_SHELL to distinguish when a devbox shell is in pure mode
  • Caches github plugins to reduce the risk of hitting rate limits
  • Fixes a bug where plugins were not correctly retained in the devbox lockfile
  • Increase timeout when checking a user's nix version

Changelog

  • 008cdea [cache] Upload nix dependencies to cache (#2019)
  • c703d13 [easy][deps] Update pkg, use new DEVBOX_API_TOKEN name (#2025)
  • c282015 [easy] added env variable to distinguish pure shell (#2024)
  • 7034939 [shellenv] add --recompute flag with default=true, while keep global shellenv's recompute flag with default=false (#2013)
  • 309abe9 [easy][cicd] Bump devbox installer and switch to macos-13 (#2021)
  • 2b26785 internal/nix: increase nix --version timeout (#2022)
  • 18eca38 [telemetry] Add uid, org_id, and nix build event (#2018)
  • a55a74b [gen] Implement gen prod dockerfile (#2017)
  • e46ff12 Fixed typos in scripts.md (#2015)
  • 6c96009 Add trailing slash redirection to docs (#2014)
  • 638eb75 [alias] Add no-prefix flag (#2012)
  • 935f8ee [gen] Add gen alias command (#2009)
  • 7a67909 nixcache: improve auto-configuration of cache (#2010)
  • f11608f [docker] Updated devbox install links for docker images (#2011)
  • 01eb3fd [bug-fix] Fix lockfile rewrite (#2007)
  • 405bfa9 Bump sqlparse from 0.4.4 to 0.5.0 in /examples/stacks/django (#2003)
  • 18ee2c9 [Github App] devbox cloud app rename to jetify (#2002)
  • c8d2ffd [plugins] Cache github plugin (#1997)

0.10.5

15 Apr 23:21
2d567ca
Compare
Choose a tag to compare

New in this Release

  • Support adding plugins from private Git repositories
  • Fixes a bug that prevented Devbox from working offline if DNS fails
  • Improve parsing of Nix version and system information
  • Bug fixes and tweaks related to Jetpack.io -> Jetify rename

Special Thanks To:

@needsure, @jylamont, and @japidei for their first contributions!

What's Changed

New Contributors

Full Changelog: 0.10.4...0.10.5

0.10.5-dev2

15 Apr 22:40
2d567ca
Compare
Choose a tag to compare
0.10.5-dev2 Pre-release
Pre-release

0.10.5 Prerelease

  • Support adding plugins from private Git repositories
  • Fixes a bug that prevented Devbox from working offline if DNS fails
  • Improve parsing of Nix version and system information
  • Bug fixes and tweaks related to Jetpack.io -> Jetify rename

Special Thanks To:

@needsure, @jylamont, and @japidei for their first contirbuitions!

What's Changed

New Contributors

Full Changelog: 0.10.4...0.10.5-dev

0.10.5-dev

15 Apr 17:21
86392ce
Compare
Choose a tag to compare
0.10.5-dev Pre-release
Pre-release

0.10.5 Prerelease

  • Support adding plugins from private Git repositories
  • Fixes a bug that prevented Devbox from working offline if DNS fails
  • Improve parsing of Nix version and system information
  • Bug fixes and tweaks related to Jetpack.io -> Jetify rename

Special Thanks To:

@needsure, @jylamont, and @japidei for their first contirbuitions!

What's Changed

New Contributors

Full Changelog: 0.10.4...0.10.5-dev

0.10.4

09 Apr 00:25
dc3ea96
Compare
Choose a tag to compare

What's new in this release

This dot release includes bug fixes and minor improvements for Devbox:

  • Bug fixes for Jetpack Secrets and auth redirects
  • Fix for generated Dockerfiles
  • Adds a Bun example and template

Special thanks to @tclasen for providing improvements to our generated Dockerfile and documentation

Full Changelog

New Contributors

Full Changelog: 0.10.3...0.10.4

0.10.4-dev-2

08 Apr 23:58
dc3ea96
Compare
Choose a tag to compare
0.10.4-dev-2 Pre-release
Pre-release

0.10.4 Prerelease 2

Fixes a crash caused by a devbox auth related warning message

Changelog

  • dc3ea96 nixcache: only print warning if URI isn't empty (#1974)

0.10.4-dev

08 Apr 20:54
653e884
Compare
Choose a tag to compare
0.10.4-dev Pre-release
Pre-release

0.10.4 Pre-release

  • Bug fixes for Jetpack Secrets and auth redirects
  • Fix for generated Dockerfiles
  • Adds a Bun example and template

Changelog

  • 8e737d9 [docs] Added gopath example in docs (#1957)
  • 33815df Bun Example and Template (#1913)
  • 4df5a62 [caching] Add some basic AWS credentials caching (#1955)
  • 53c8fff [gen-dockerfile] Make /code directory creation idempotent (#1956)
  • 9aac11a [pat]Exchange pat for access token (#1947)
  • 4253632 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs/app (#1925)
  • 7f70e1f Bump follow-redirects from 1.15.5 to 1.15.6 in /docs/app (#1906)
  • d93de56 Bump express from 4.18.2 to 4.19.2 in /docs/app (#1934)
  • eb4aa18 Bump rdoc from 6.6.2 to 6.6.3.1 in /examples/stacks/rails/blog (#1929)
  • 47f2178 [auth] Change success redirect url (#1954)
  • 514cddd Hotfix/doc readme link (#1952)
  • 8563195 [gen-readme] For generated readme scripts, replace absolute paths (#1949)
  • 46ea79e [secrets]Unbreak (#1950)

0.10.3

01 Apr 20:41
1ff72fa
Compare
Choose a tag to compare

What's Changed

This changes the oauth2 issuer domain from accounts.jetpack.io to accounts.jetify.com (For logged in use only. This has no effect on logged out use).

Full Changelog: 0.10.2...0.10.3