Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps nerves_runtime from 0.13.10 to 0.13.11.

Release notes

Sourced from nerves_runtime's releases.

v0.13.11

This change adds a simple firmware validator for Nerves devices that validate their firmware the first time it's run. It's optional and the default is to not use it. This is useful for all Nerves systems that require validation on boot and is intended to ease the change on the Raspberry Pi "2.0" Nerves systems.

The simple firmware validator only checks that all OTP applications have started up successfully. If you already have a firmware validator, you can just ignore this.

If you don't know if you need a firmware validator, you likely don't since your device boots with the assumption that the firmware will work. If you need to run fw_validate or Nerves.Runtime.validate_firmware/0 every time you load new firmware, then you'll want some code to do it automatically and this is an option.

See the main README.md and Nerves.Runtime.StartupGuard for integration with your project.

  • Changes
    • Add Nerves.Runtime.StartupGuard
    • Fix new Elixir 1.20 warnings
Changelog

Sourced from nerves_runtime's changelog.

v0.13.11 - 2026-01-29

This change adds a simple firmware validator for Nerves devices that validate their firmware the first time it's run. It's optional and the default is to not use it. This is useful for all Nerves systems that require validation on boot and is intended to ease the change on the Raspberry Pi "2.0" Nerves systems.

The simple firmware validator only checks that all OTP applications have started up successfully. If you already have a firmware validator, you can just ignore this.

If you don't know if you need a firmware validator, you likely don't since your device boots with the assumption that the firmware will work. If you need to run fw_validate or Nerves.Runtime.validate_firmware/0 every time you load new firmware, then you'll want some code to do it automatically and this is an option.

See the main README.md and Nerves.Runtime.StartupGuard for integration with your project.

  • Changes
    • Add Nerves.Runtime.StartupGuard
    • Fix new Elixir 1.20 warnings
Commits
  • 189543a v0.13.11 release
  • ba943ea Bump credo from 1.7.15 to 1.7.16
  • 0f548e1 Add changelog to project links
  • 4085bbd Add a simple system startup guard
  • 2679a46 Update firmware metadata spec for active and validation information
  • 136db32 Bump all deps and CI
  • d4479be Fix Elixir 1.20 warnings about unused requires
  • 2891f13 Fix typo
  • d2c2455 Bump deps and fix new credo warning
  • See full diff 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.10 to 0.13.11.
- [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.10...v0.13.11)

---
updated-dependencies:
- dependency-name: nerves_runtime
  dependency-version: 0.13.11
  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 Jan 29, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2026

Superseded by #232.

@dependabot dependabot bot closed this Jan 30, 2026
@dependabot dependabot bot deleted the dependabot/hex/nerves_runtime-0.13.11 branch January 30, 2026 18:12
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.

0 participants