Skip to content

Releases: nerves-project/nerves_pack

v0.7.1

27 Jun 02:56
Compare
Choose a tag to compare
  • Changes
    • Remove all dependency constraints. The libraries referenced by
      :nerves_pack have dependency constraints that may be more complicated than
      what can be expressed here, so delegate completely to them.

v0.7.0

08 Mar 12:26
Compare
Choose a tag to compare
  • Potentially Breaking Changes
    • Bump minimums to Elixir >= 1.10 / OTP >= 23

v0.6.0

30 Sep 15:29
Compare
Choose a tag to compare
  • Potentially Breaking Changes
    • Bump minimum Elixir to 1.9
    • Force upgrades to vintage_net and mdns_lite

v0.5.0

09 Sep 15:38
Compare
Choose a tag to compare

Add :nerves_motd to the dependency list so that it's easy for projects to add
a nice login greeting.

v0.4.2

09 Apr 21:56
Compare
Choose a tag to compare

This allows v0.10 of the vintage_net* libraries.

Also bumps some dependencies

v0.4.1

13 Oct 02:23
Compare
Choose a tag to compare

Removes automatic mdns_lite setup and shifts this project to be dependency
and documentation driven as an example of basic Nerves project setup.

  • Fixes
    • Fixes a dependency ordering issue for Elixir 1.11. See #42

v0.4.0

16 Sep 14:53
Compare
Choose a tag to compare

This refactors SSH support to its own library so that projects not using nerves_pack don't have to copy/paste the SSH code. nerves_ssh also has several improvements to SSH support that will be easier to maintain in a standalone project.

This also brings in the switch from nerves_firmware_ssh to ssh_subsystem_fwup which moves firmware updates from port 8989 to an SSH subsystem on port 22. This is a breaking change for scripts that load firmware to Nerves devices via SSH. See the Upgrade from NervesFirmwareSSH doc for more details on how to handle this change.

v0.3.3

27 Jul 16:59
Compare
Choose a tag to compare

This allows v0.9 of the vintage_net* libraries.

If you wish to update the vintage_net* libraries, be sure to look at
the VintageNet v0.9.0 Changelog
as there are a few breaking changes that might need to be considered.

v0.3.2

20 Jul 23:11
Compare
Choose a tag to compare
  • Enhancements

    • Update ssh daemon to start with inet6
  • Fixes

    • Remove automatic network configuration - This would interfere with
      predictable networking support and also made it impossible to deconfigure
      a network interface permanently

v0.3.1

01 Jun 20:22
Compare
Choose a tag to compare

Few dependency and documentation updates.

There was a breaking change in vintage_net 0.8 for anyone implementing a
custom technology. This doesn't affect most nerves_pack users except that
the dependency here on vintage_net allows 0.8 along with 0.7.