Skip to content

Releases: nerves-project/ssh_subsystem_fwup

v0.6.2

26 Apr 20:36
Compare
Choose a tag to compare
  • Improvements
    • Fix mix upload so that its invocation of ssh no longer overrides LD_LIBRARY_PATH. (@ringlej)
    • Fix/clean up some typespecs

v0.6.1

16 Jun 16:26
Compare
Choose a tag to compare
  • Improvements
    • mix upload now attempts to display the UUID of the firmware as well

v0.6.0

23 Jul 16:17
Compare
Choose a tag to compare
  • New features
    • Added a :precheck_callback option to support updating firmware update
      options at runtime and to stop updates from happening at critical times
    • Added a :fwup_env option for passing OS environment variables to fwup
    • Support setting default system-wide options in the application config in
      addition to the subsystem spec. The subsystem spec takes precedence.

v0.5.2

23 Jul 16:17
Compare
Choose a tag to compare
  • Improvements
    • Improve instructions for how to update from nerves_firmware_ssh

v0.5.1

14 Sep 16:59
Compare
Choose a tag to compare

This releases adds a check for old upload.sh scripts to warn users that
they'll need to update them.

v0.5.0

07 Aug 15:20
Compare
Choose a tag to compare

Initial release.

This factors out the SSH subsystem from
nerves_firmware_ssh
and removes all ssh server code. The user of this library now has to start a
server themselves. This makes it possible to run the firmware update on port 22
and removes the constraint of needing to hard code authorized ssh public keys.