toolshed icon indicating copy to clipboard operation
toolshed copied to clipboard

Bump nerves_runtime from 0.12.0 to 0.13.1

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps nerves_runtime from 0.12.0 to 0.13.1.

Release notes

Sourced from nerves_runtime's releases.

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)
    • Decide host vs. target differences at compile time to avoid target-only or host-only logic and dependencies existing unnecessarily at run-time.
Changelog

Sourced from nerves_runtime's changelog.

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.

  • 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)
    • Decide host vs. target differences at compile time to avoid target-only or host-only logic and dependencies existing unnecessarily at run-time.
Commits
  • 2f56113 v0.13.1 release (fixed)
  • cf9f1c0 Fix mismatched boardid_path application config option
  • 6210f7f v0.13.1 release
  • 9e70d3a Fix README.md KVBackend.InMemory example
  • acf79b4 Fix supporting backwards compatible Nerves.Runtime.KV.Mock
  • fb3a818 Fix typos in docs
  • d9af180 v0.13.0 release
  • 0ffd690 Update nerves_logging and reduce testing noise
  • 61c9e49 Add kv_backend option for supplying alternate KV
  • 971716a Make revert_fw_path configurable
  • 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)

dependabot[bot] avatar Jul 07 '22 03:07 dependabot[bot]