Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
jetpack-io/devbox (jetpack-io/devbox)
### [`v0.5.11`](https://togithub.com/jetpack-io/devbox/releases/tag/0.5.11)
[Compare Source](https://togithub.com/jetpack-io/devbox/compare/0.5.10...0.5.11)
#### New in this Release
##### `.env` Support
- You can now add custom environment variables, or load variables from a .env file, using the `--env` and `--env-file` flags. Variables loaded from the command line or a .env file will override the variables set by plugins, or in your `devbox.json`
- Supported commands include `shell`, `run`, `services`, `global run`, and `global services`. For more information, see our [CLI reference](https://www.jetpack.io/devbox/docs/cli_reference/devbox/)
- Direnv users can add `--env` or `--env-files` to your `.envrc` file, so that they automatically load whenever you CD into your directory. This can be useful if you always want to override your environment variables using a `.env` file. For more details, see our [Direnv Guide](https://www.jetpack.io/devbox/docs/ide_configuration/direnv/)
##### Simpler Devbox Run UX
- `devbox run` can now run commands with flags directly without a `--` separator
- To run a command with flags, run `devbox run ls -l`
- If you need to pass a flag to devbox run, pass it before your command (e.g., `devbox run -c path/to/devbox.json ls -l`)
- For more information, see our [Scripts guide](https://www.jetpack.io/devbox/docs/guides/scripts/)
##### ARMv7l Support
- Devbox now runs on ARMv7l architectures. Run Devbox on your Raspberry Pi!
- Special thanks to [@mstruebing](https://togithub.com/mstruebing) for adding this to our release process
#### Bug Fixes
- Fixed a bug that kept —process-compose-file from working if it pointed to a file outside the project directory
- Fixed an issue that caused Poetry to use a different version of Python than the one installed by the user
#### Special Thanks To:
- [@angelside](https://togithub.com/angelside), [@mstruebing](https://togithub.com/mstruebing), and [@dcd-arnold](https://togithub.com/dcd-arnold) for their first contributions to Devbox!
- [@jrseliga](https://togithub.com/jrseliga) for early feedback on the `--env` flag feature
#### What's Changed
- \[shellenv] filter out DEVBOX_LATEST_VERSION env var by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1331](https://togithub.com/jetpack-io/devbox/pull/1331)
- Bump word-wrap from 1.2.3 to 1.2.5 in /vscode-extension by [@dependabot](https://togithub.com/dependabot) in [https://github.com/jetpack-io/devbox/pull/1327](https://togithub.com/jetpack-io/devbox/pull/1327)
- Bump semver from 7.3.8 to 7.5.4 in /vscode-extension by [@dependabot](https://togithub.com/dependabot) in [https://github.com/jetpack-io/devbox/pull/1272](https://togithub.com/jetpack-io/devbox/pull/1272)
- Deploy docs to vercel by [@LucilleH](https://togithub.com/LucilleH) in [https://github.com/jetpack-io/devbox/pull/1335](https://togithub.com/jetpack-io/devbox/pull/1335)
- \[run] improve UX by not requiring '--' by [@mikeland73](https://togithub.com/mikeland73) in [https://github.com/jetpack-io/devbox/pull/1326](https://togithub.com/jetpack-io/devbox/pull/1326)
- \[rust template] Add cfg(test) attribute to mod test by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1342](https://togithub.com/jetpack-io/devbox/pull/1342)
- \[easy] copy devbox.lock in generated Dockerfile by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1344](https://togithub.com/jetpack-io/devbox/pull/1344)
- \[docs] sidebars.js, "guides/plugins" section is duplicated by [@angelside](https://togithub.com/angelside) in [https://github.com/jetpack-io/devbox/pull/1333](https://togithub.com/jetpack-io/devbox/pull/1333)
- Poetry plugin by [@Lagoja](https://togithub.com/Lagoja) in [https://github.com/jetpack-io/devbox/pull/1343](https://togithub.com/jetpack-io/devbox/pull/1343)
- \[CLI] Added http url handling to create template by [@mohsenari](https://togithub.com/mohsenari) in [https://github.com/jetpack-io/devbox/pull/1346](https://togithub.com/jetpack-io/devbox/pull/1346)
- remove cuego.Complete from cuecfg.Marshal by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1349](https://togithub.com/jetpack-io/devbox/pull/1349)
- \[remove nixpkgs] Remove CAPath, and only enable for nix >= 2.17 by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1332](https://togithub.com/jetpack-io/devbox/pull/1332)
- fix --process-compose-file issue by [@Lagoja](https://togithub.com/Lagoja) in [https://github.com/jetpack-io/devbox/pull/1345](https://togithub.com/jetpack-io/devbox/pull/1345)
- \[Config Packages] Enable optional map spec by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1351](https://togithub.com/jetpack-io/devbox/pull/1351)
- fix: release for armv7l by [@mstruebing](https://togithub.com/mstruebing) in [https://github.com/jetpack-io/devbox/pull/1300](https://togithub.com/jetpack-io/devbox/pull/1300)
- Use `devbox run -- ...` instead of `devbox shell -- ...` by [@mikenikles](https://togithub.com/mikenikles) in [https://github.com/jetpack-io/devbox/pull/1352](https://togithub.com/jetpack-io/devbox/pull/1352)
- \[env] Add --env and --env-file flags by [@mikeland73](https://togithub.com/mikeland73) in [https://github.com/jetpack-io/devbox/pull/1353](https://togithub.com/jetpack-io/devbox/pull/1353)
- \[docs] add documentation for devbox version update ([#1355](https://togithub.com/jetpack-io/devbox/issues/1355)) by [@dcd-arnold](https://togithub.com/dcd-arnold) in [https://github.com/jetpack-io/devbox/pull/1356](https://togithub.com/jetpack-io/devbox/pull/1356)
- \[env] Add env flags to direnv commands by [@mikeland73](https://togithub.com/mikeland73) in [https://github.com/jetpack-io/devbox/pull/1354](https://togithub.com/jetpack-io/devbox/pull/1354)
#### New Contributors
- [@angelside](https://togithub.com/angelside) made their first contribution in [https://github.com/jetpack-io/devbox/pull/1333](https://togithub.com/jetpack-io/devbox/pull/1333)
- [@mstruebing](https://togithub.com/mstruebing) made their first contribution in [https://github.com/jetpack-io/devbox/pull/1300](https://togithub.com/jetpack-io/devbox/pull/1300)
- [@dcd-arnold](https://togithub.com/dcd-arnold) made their first contribution in [https://github.com/jetpack-io/devbox/pull/1356](https://togithub.com/jetpack-io/devbox/pull/1356)
**Full Changelog**: https://github.com/jetpack-io/devbox/compare/0.5.10...0.5.11
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.5.10
->0.5.11
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
jetpack-io/devbox (jetpack-io/devbox)
### [`v0.5.11`](https://togithub.com/jetpack-io/devbox/releases/tag/0.5.11) [Compare Source](https://togithub.com/jetpack-io/devbox/compare/0.5.10...0.5.11) #### New in this Release ##### `.env` Support - You can now add custom environment variables, or load variables from a .env file, using the `--env` and `--env-file` flags. Variables loaded from the command line or a .env file will override the variables set by plugins, or in your `devbox.json` - Supported commands include `shell`, `run`, `services`, `global run`, and `global services`. For more information, see our [CLI reference](https://www.jetpack.io/devbox/docs/cli_reference/devbox/) - Direnv users can add `--env` or `--env-files` to your `.envrc` file, so that they automatically load whenever you CD into your directory. This can be useful if you always want to override your environment variables using a `.env` file. For more details, see our [Direnv Guide](https://www.jetpack.io/devbox/docs/ide_configuration/direnv/) ##### Simpler Devbox Run UX - `devbox run` can now run commands with flags directly without a `--` separator - To run a command with flags, run `devbox run ls -l` - If you need to pass a flag to devbox run, pass it before your command (e.g., `devbox run -c path/to/devbox.json ls -l`) - For more information, see our [Scripts guide](https://www.jetpack.io/devbox/docs/guides/scripts/) ##### ARMv7l Support - Devbox now runs on ARMv7l architectures. Run Devbox on your Raspberry Pi! - Special thanks to [@mstruebing](https://togithub.com/mstruebing) for adding this to our release process #### Bug Fixes - Fixed a bug that kept —process-compose-file from working if it pointed to a file outside the project directory - Fixed an issue that caused Poetry to use a different version of Python than the one installed by the user #### Special Thanks To: - [@angelside](https://togithub.com/angelside), [@mstruebing](https://togithub.com/mstruebing), and [@dcd-arnold](https://togithub.com/dcd-arnold) for their first contributions to Devbox! - [@jrseliga](https://togithub.com/jrseliga) for early feedback on the `--env` flag feature #### What's Changed - \[shellenv] filter out DEVBOX_LATEST_VERSION env var by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1331](https://togithub.com/jetpack-io/devbox/pull/1331) - Bump word-wrap from 1.2.3 to 1.2.5 in /vscode-extension by [@dependabot](https://togithub.com/dependabot) in [https://github.com/jetpack-io/devbox/pull/1327](https://togithub.com/jetpack-io/devbox/pull/1327) - Bump semver from 7.3.8 to 7.5.4 in /vscode-extension by [@dependabot](https://togithub.com/dependabot) in [https://github.com/jetpack-io/devbox/pull/1272](https://togithub.com/jetpack-io/devbox/pull/1272) - Deploy docs to vercel by [@LucilleH](https://togithub.com/LucilleH) in [https://github.com/jetpack-io/devbox/pull/1335](https://togithub.com/jetpack-io/devbox/pull/1335) - \[run] improve UX by not requiring '--' by [@mikeland73](https://togithub.com/mikeland73) in [https://github.com/jetpack-io/devbox/pull/1326](https://togithub.com/jetpack-io/devbox/pull/1326) - \[rust template] Add cfg(test) attribute to mod test by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1342](https://togithub.com/jetpack-io/devbox/pull/1342) - \[easy] copy devbox.lock in generated Dockerfile by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1344](https://togithub.com/jetpack-io/devbox/pull/1344) - \[docs] sidebars.js, "guides/plugins" section is duplicated by [@angelside](https://togithub.com/angelside) in [https://github.com/jetpack-io/devbox/pull/1333](https://togithub.com/jetpack-io/devbox/pull/1333) - Poetry plugin by [@Lagoja](https://togithub.com/Lagoja) in [https://github.com/jetpack-io/devbox/pull/1343](https://togithub.com/jetpack-io/devbox/pull/1343) - \[CLI] Added http url handling to create template by [@mohsenari](https://togithub.com/mohsenari) in [https://github.com/jetpack-io/devbox/pull/1346](https://togithub.com/jetpack-io/devbox/pull/1346) - remove cuego.Complete from cuecfg.Marshal by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1349](https://togithub.com/jetpack-io/devbox/pull/1349) - \[remove nixpkgs] Remove CAPath, and only enable for nix >= 2.17 by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1332](https://togithub.com/jetpack-io/devbox/pull/1332) - fix --process-compose-file issue by [@Lagoja](https://togithub.com/Lagoja) in [https://github.com/jetpack-io/devbox/pull/1345](https://togithub.com/jetpack-io/devbox/pull/1345) - \[Config Packages] Enable optional map spec by [@savil](https://togithub.com/savil) in [https://github.com/jetpack-io/devbox/pull/1351](https://togithub.com/jetpack-io/devbox/pull/1351) - fix: release for armv7l by [@mstruebing](https://togithub.com/mstruebing) in [https://github.com/jetpack-io/devbox/pull/1300](https://togithub.com/jetpack-io/devbox/pull/1300) - Use `devbox run -- ...` instead of `devbox shell -- ...` by [@mikenikles](https://togithub.com/mikenikles) in [https://github.com/jetpack-io/devbox/pull/1352](https://togithub.com/jetpack-io/devbox/pull/1352) - \[env] Add --env and --env-file flags by [@mikeland73](https://togithub.com/mikeland73) in [https://github.com/jetpack-io/devbox/pull/1353](https://togithub.com/jetpack-io/devbox/pull/1353) - \[docs] add documentation for devbox version update ([#1355](https://togithub.com/jetpack-io/devbox/issues/1355)) by [@dcd-arnold](https://togithub.com/dcd-arnold) in [https://github.com/jetpack-io/devbox/pull/1356](https://togithub.com/jetpack-io/devbox/pull/1356) - \[env] Add env flags to direnv commands by [@mikeland73](https://togithub.com/mikeland73) in [https://github.com/jetpack-io/devbox/pull/1354](https://togithub.com/jetpack-io/devbox/pull/1354) #### New Contributors - [@angelside](https://togithub.com/angelside) made their first contribution in [https://github.com/jetpack-io/devbox/pull/1333](https://togithub.com/jetpack-io/devbox/pull/1333) - [@mstruebing](https://togithub.com/mstruebing) made their first contribution in [https://github.com/jetpack-io/devbox/pull/1300](https://togithub.com/jetpack-io/devbox/pull/1300) - [@dcd-arnold](https://togithub.com/dcd-arnold) made their first contribution in [https://github.com/jetpack-io/devbox/pull/1356](https://togithub.com/jetpack-io/devbox/pull/1356) **Full Changelog**: https://github.com/jetpack-io/devbox/compare/0.5.10...0.5.11Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.