Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps nerves_runtime from 0.13.9 to 0.13.10.

Release notes

Sourced from nerves_runtime's releases.

v0.13.10

  • Changes
    • Support overriding or disabling data partition initialization. See the :init_module option documentation.
    • Support passing extra options to fwup to enable fwup to run third party programs. See the :fwup_extra_options option documentation.
    • Defer Nerves KV loading until actually needed. This removes many unnecessary loads, but most importantly defers work that could potentially fail from early initialization. This allows it to fail in places that are easier to debug.
    • Support passing arguments to rngd and haveged if you're using them. See rngd_args and haveged_args in the application config. This is a rare use case especially since Linux kernels have improved their support for early entropy.
Changelog

Sourced from nerves_runtime's changelog.

v0.13.10 - 2025-12-01

  • Changes
    • Support overriding or disabling data partition initialization. See the :init_module option documentation.
    • Support passing extra options to fwup to enable fwup to run third party programs. See the :fwup_extra_options option documentation.
    • Defer Nerves KV loading until actually needed. This removes many unnecessary loads, but most importantly defers work that could potentially fail from early initialization. This allows it to fail in places that are easier to debug.
    • Support passing arguments to rngd and haveged if you're using them. See rngd_args and haveged_args in the application config. This is a rare use case especially since Linux kernels have improved their support for early entropy.
Commits
  • b1ed62e v0.13.10 release
  • 792d824 Disable ANSI for logger test
  • d69a0f1 ci: test with Elixir 1.19
  • 59d1af0 Add codeowners
  • 1c7f151 Add :fwup_extra_options to summary
  • 6ecaf14 Add :init_module option to summary table
  • 4835152 Document rngd/haveged application config
  • 19226db Bump dialyxir from 1.4.6 to 1.4.7
  • e9c1e3f Add fwup_extra_options config
  • bf19178 Lazy load KV values
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nerves_runtime](https://github.com/nerves-project/nerves_runtime) from 0.13.9 to 0.13.10.
- [Release notes](https://github.com/nerves-project/nerves_runtime/releases)
- [Changelog](https://github.com/nerves-project/nerves_runtime/blob/main/CHANGELOG.md)
- [Commits](nerves-project/nerves_runtime@v0.13.9...v0.13.10)

---
updated-dependencies:
- dependency-name: nerves_runtime
  dependency-version: 0.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant