nerves-networking / vintage_net_mobile

Mobile networking for VintageNet
Apache License 2.0
27 stars 11 forks source link

Bump vintage_net from 0.12.1 to 0.12.2 #162

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps vintage_net from 0.12.1 to 0.12.2.

Release notes

Sourced from vintage_net's releases.

v0.12.2

  • Changed
    • Add VintageNet.info_as_ansidata/1. This lets you get the same results as VintageNet.info, but in a way that's easy to put on a web page or send to a server, etc.
    • Support updating network configuration even when it can't be persisted. Previously if there was an error saving the configuration and persist: true (the default), the configuration wouldn't be applied. This turned out to be problematic when trying to get some devices fixed. Now the device won't have the right config on reboot, but it can be reached over the network to be fixed.
Changelog

Sourced from vintage_net's changelog.

[v0.12.2] - 2022-08-04

  • Changed
    • Add VintageNet.info_as_ansidata/1. This lets you get the same results as VintageNet.info, but in a way that's easy to put on a web page or send to a server, etc.
    • Support updating network configuration even when it can't be persisted. Previously if there was an error saving the configuration and persist: true (the default), the configuration wouldn't be applied. This turned out to be problematic when trying to get some devices fixed. Now the device won't have the right config on reboot, but it can be reached over the network to be fixed.
Commits
  • 992f654 v0.12.2 release
  • f1af5a1 ci: start testing with Erlang 1.14.0-rc.0
  • 604601d Support returning info data
  • f4c4127 Bump excoveralls from 0.14.5 to 0.14.6
  • d805024 Fix resolv.conf being saved outside of the test directory
  • 2c92df9 Fix HostList test
  • 1b9b699 Bump credo from 1.6.4 to 1.6.6
  • aa34c24 Bump dialyxir from 1.1.0 to 1.2.0
  • 412e83b Improve the connection status logs
  • ba522e0 Don't prevent network changes if can't save
  • 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)