Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nerves_runtime from 0.11.8 to 0.13.4 #103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2023

Bumps nerves_runtime from 0.11.8 to 0.13.4.

Release notes

Sourced from nerves_runtime's releases.

v0.13.4

  • Changes
    • Fixed new compiler warnings with Elixir 1.15
    • Support the Nerves Heart v2.2 snooze feature. Nerves.Runtime.Heart.snooze/0 will request that heart continues to pet the hardware watchdog and ignore lack of updates from Erlang for a short amount of time to allow debug of conditions that would otherwise be interrupted by a watchdog timeout.
    • Report errors from Heart functions rather than hang forever when Erlang :heart is unresponsive.
    • Support additional status from Nerves Heart v2.2 to report the initial bootup grace period timeout and snooze timeout remaining.

v0.13.3

  • Changes
    • Fixed poweroff with Nerves Heart v2.0 (be sure to use Nerves Heart v2.0.2 as well). Thanks to @​amclain for finding and fixing this.

v0.13.2

Support Nerves Heart v2.0.0 attributes and features. Nerves Heart v2.0.0 is a major update that addresses rare cases where devices would fail to reboot or detect an issue. It also adds helpful statistics. See the docs for details. Nerves Heart v1.x versions are still supported.

  • Changes
    • Support guarded reboot and poweroff if Nerves Heart 2.0 is available. Reboots and poweroffs still gracefully stop the VM, but they now don't require Busybox reboot or poweroff, and they stop petting the hardware watchdog to set a hard limit.
    • Support Nerves Heart initialization completion notifications. This lets you protect the time between boot and :heart.set_callback/1 should something happen that prevents the callback from being set. This addresses an issue where the VM would think everything is great since it wasn't calling the callback to find out that it was not.

v0.13.1

  • Changes
    • Handle another way key-value stores were being mocked pre-v0.13.0.
    • Fix default boardid_path in mix.exs

v0.13.0

This update replaces Nerves.Runtime.target/0 with Nerves.Runtime.mix_target/0. It is not believed that the former function was used much, but if you do use it, note the return value change in mix_target/0.

  • Changes
    • Support customizable key-value store backends so that it's possible to store firmware and board metadata outside of U-Boot environment blocks. See the :kv_backend configuration option.
    • Support changing the firmware revert script path (see :revert_fw_path)

... (truncated)

Changelog

Sourced from nerves_runtime's changelog.

v0.13.4 - 2023-04-24

  • Changes
    • Fixed new compiler warnings with Elixir 1.15
    • Support the Nerves Heart v2.2 snooze feature. Nerves.Runtime.Heart.snooze/0 will request that heart continues to pet the hardware watchdog and ignore lack of updates from Erlang for a short amount of time to allow debug of conditions that would otherwise be interrupted by a watchdog timeout.
    • Report errors from Heart functions rather than hang forever when Erlang :heart is unresponsive.
    • Support additional status from Nerves Heart v2.2 to report the initial bootup grace period timeout and snooze timeout remaining.

v0.13.3 - 2022-11-25

  • Changes
    • Fixed poweroff with Nerves Heart v2.0 (be sure to use Nerves Heart v2.0.2 as well). Thanks to @​amclain for finding and fixing this.

v0.13.2 - 2022-11-22

Support Nerves Heart v2.0.0 attributes and features. Nerves Heart v2.0.0 is a major update that addresses rare cases where devices would fail to reboot or detect an issue. It also adds helpful statistics. See the docs for details. Nerves Heart v1.x versions are still supported.

  • Changes
    • Support guarded reboot and poweroff if Nerves Heart 2.0 is available. Reboots and poweroffs still gracefully stop the VM, but they now don't require Busybox reboot or poweroff, and they stop petting the hardware watchdog to set a hard limit.
    • Support Nerves Heart initialization completion notifications. This lets you protect the time between boot and :heart.set_callback/1 should something happen that prevents the callback from being set. This addresses an issue where the VM would think everything is great since it wasn't calling the callback to find out that it was not.

v0.13.1 - 2022-07-06

  • Changes
    • Handle another way key-value stores were being mocked pre-v0.13.0.
    • Fix default boardid_path in mix.exs

v0.13.0 - 2022-07-05

This update replaces Nerves.Runtime.target/0 with Nerves.Runtime.mix_target/0. It is not believed that the former function was used much, but if you do use it, note the return value change in mix_target/0.

... (truncated)

Commits
  • 4a8cb6e v0.13.4 release
  • 13b9407 Add support for snoozing Nerves heart
  • 9988387 Document NervesHeart support
  • 156a06e Return more detailed errors on Heart problems
  • 2527ec0 Support new Nerves Heart v2.2 status
  • 84224eb Bump all dependencies
  • 05a9665 Fix Elixir 1.15 Logger warning
  • 9015a4f Bump ex_doc from 0.29.3 to 0.29.4
  • 40839fa Bump dialyxir from 1.2.0 to 1.3.0
  • 6c286c7 Bump credo from 1.6.7 to 1.7.0
  • 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 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.11.8 to 0.13.4.
- [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.11.8...v0.13.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 25, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants