toolshed
toolshed copied to clipboard
Bump nerves_runtime from 0.13.4 to 0.13.6
Bumps nerves_runtime from 0.13.4 to 0.13.6.
Release notes
Sourced from nerves_runtime's releases.
v0.13.6
- Changes
- Fix errant return from
Nerves.Runtime.reboot
when using guarded reboots. This resulted in code running after the reboot call that wasn't expected to have been run.- Simplify and harden power off and reboot for edge cases
v0.13.5
- Changes
- Add
Nerves.Runtime.FwupOps
to make it easier to run commands from therevert.fw
(older) andops.fw
(newer) files. The firmware revert logic had always used this, and this makes getting to factory reset and preventing reverts easier. Some operations aren't available on all Nerves systems.- Various documentation and syntactical updates instigated by Elixir 1.15.
Changelog
Sourced from nerves_runtime's changelog.
v0.13.6 - 2023-11-10
- Changes
- Fix errant return from
Nerves.Runtime.reboot
when using guarded reboots. This resulted in code running after the reboot call that wasn't expected to have been run.- Simplify and harden power off and reboot for edge cases
v0.13.5 - 2023-09-26
- Changes
- Add
Nerves.Runtime.FwupOps
to make it easier to run commands from therevert.fw
(older) andops.fw
(newer) files. The firmware revert logic had always used this, and this makes getting to factory reset and preventing reverts easier. Some operations aren't available on all Nerves systems.- Various documentation and syntactical updates instigated by Elixir 1.15.
Commits
c9bb1cb
v0.13.6 releasec9da34c
Update dependencies not updated by Dependabot064ab49
Simplify and further bulletproof poweroff error cases879b135
Bump nerves_logging from 0.2.1 to 0.2.292da9f9
Use printf instead of echo to be more portable82e3c06
Add an infinite sleep when calling reboot85569e2
Bump ex_doc from 0.30.7 to 0.30.926bf1fd
Bump dialyxir from 1.4.1 to 1.4.21667983
Update CI Elixir 1.15.7 / OTP 26.1.2cbf0316
Add dependabot automerge- 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 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)