nerves-networking / vintage_net_mobile

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

Bump vintage_net from 0.11.5 to 0.12.0 #150

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps vintage_net from 0.11.5 to 0.12.0.

Release notes

Sourced from vintage_net's releases.

v0.12.0

This release has two potentially breaking changes:

  1. Elixir 1.11 is now the minimum supported Elixir version.
  2. VintageNet.PropertyTable has been extracted to its own library and is now just PropertyTable. Most users did not use VintageNet.PropertyTable directly, but if you did, you'll need to update the references.
  • Changed
    • Extract VintageNet.PropertyTable to its own library. Note that many improvements were made to PropertyTable including renaming functions for consistency and changing the events. Code was added to VintageNet to hide these changes for now. Longer term, we'll be making things more consistent, but the hope is that the PropertyTable changes are transparent to VintageNet users in this release.
    • Support specifying absolute paths to network configuration commands. While this is not preferred, it's useful in some scenarios.
    • Redact more kinds of secrets in VintageNet.info
Changelog

Sourced from vintage_net's changelog.

[v0.12.0] - 2022-04-27

This release has two potentially breaking changes:

  1. Elixir 1.11 is now the minimum supported Elixir version.
  2. VintageNet.PropertyTable has been extracted to its own library and is now just PropertyTable. Most users did not use VintageNet.PropertyTable directly, but if you did, you'll need to update the references.
  • Changed
    • Extract VintageNet.PropertyTable to its own library. Note that many improvements were made to PropertyTable including renaming functions for consistency and changing the events. Code was added to VintageNet to hide these changes for now. Longer term, we'll be making things more consistent, but the hope is that the PropertyTable changes are transparent to VintageNet users in this release.
    • Support specifying absolute paths to network configuration commands. While this is not preferred, it's useful in some scenarios.
    • Redact more kinds of secrets in VintageNet.info
Commits
  • 2ac79b7 v0.12.0 release
  • e62f02f Bump minimum Elixir version to 1.11
  • 37da040 Bump all dependencies
  • c43b3c4 Allow absolute path executables for commands
  • 53e9ae3 Extract PropertyTable to its own library
  • 5ee4317 Bump ex_doc from 0.28.2 to 0.28.3
  • fea849f Add note about configuring WPA2 access points
  • 37de6e5 Bump credo from 1.6.3 to 1.6.4
  • 947d657 Bump ex_doc from 0.28.1 to 0.28.2
  • 2895f84 Add :private_key and :preshared_key to redacted Info fields
  • 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)
dependabot[bot] commented 2 years ago

Looks like vintage_net is up-to-date now, so this is no longer needed.