Bump nerves_runtime from 0.12.0 to 0.13.1
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_pathin mix.exsv0.13.0
This update replaces
Nerves.Runtime.target/0withNerves.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 inmix_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_backendconfiguration 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_pathin mix.exsv0.13.0 - 2022-07-05
This update replaces
Nerves.Runtime.target/0withNerves.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 inmix_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_backendconfiguration 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
2f56113v0.13.1 release (fixed)cf9f1c0Fix mismatchedboardid_pathapplication config option6210f7fv0.13.1 release9e70d3aFix README.md KVBackend.InMemory exampleacf79b4Fix supporting backwards compatibleNerves.Runtime.KV.Mockfb3a818Fix typos in docsd9af180v0.13.0 release0ffd690Update nerves_logging and reduce testing noise61c9e49Add kv_backend option for supplying alternate KV971716aMake revert_fw_path configurable- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)