Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump vintage_net from 0.13.3 to 0.13.4 #96

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2023

Bumps vintage_net from 0.13.3 to 0.13.4.

Release notes

Sourced from vintage_net's releases.

v0.13.4

  • Changed

    • VintageNet configurations are normalized on load now rather than on use. For various reasons, it's useful to support multiple ways of specifying network configurations, but internally VintageNet always converts to one way to simplify use. If you call VintageNet.get_configuration/1 or VintageNet.get/2 to look at the config, you'd see the original form and not the normalized one. Now you get the normalized one.
    • Add :reason to the VintageNet.Technology.Null. VintageNet uses Null to make network interfaces stay unconfigured when requested or when there's an error. The :reason key helps you know why rather than forcing you to dig through logs.
  • Fixes

    • When reseting a network configuration to defaults, a settings file was written and immediately erased. That doesn't happen any more.
Changelog

Sourced from vintage_net's changelog.

[v0.13.4] - 2023-07-07

  • Changed

    • VintageNet configurations are normalized on load now rather than on use. For various reasons, it's useful to support multiple ways of specifying network configurations, but internally VintageNet always converts to one way to simplify use. If you call VintageNet.get_configuration/1 or VintageNet.get/2 to look at the config, you'd see the original form and not the normalized one. Now you get the normalized one.
    • Add :reason to the VintageNet.Technology.Null. VintageNet uses Null to make network interfaces stay unconfigured when requested or when there's an error. The :reason key helps you know why rather than forcing you to dig through logs.
  • Fixes

    • When reseting a network configuration to defaults, a settings file was written and immediately erased. That doesn't happen any more.
Commits
  • a0838dc v0.13.4 release
  • 1c91575 Normalize configs on load and save failure reasons
  • 221cbcc Remove transient persisted config when reseting to defaults
  • 1258788 Don't raise if clearing an already cleared config
  • 05cfb7a Fix typo
  • ff6b012 Bump muontrap to fix C build issue
  • 0e36882 ci: update elixir image versions
  • a6bd3b5 Bump ex_doc from 0.30.1 to 0.30.3
  • d1c3ef4 Bump ex_doc from 0.29.4 to 0.30.1
  • 5bba32b Bump muontrap from 1.2.0 to 1.3.1
  • See full diff 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)

Bumps [vintage_net](https://github.com/nerves-networking/vintage_net) from 0.13.3 to 0.13.4.
- [Release notes](https://github.com/nerves-networking/vintage_net/releases)
- [Changelog](https://github.com/nerves-networking/vintage_net/blob/main/CHANGELOG.md)
- [Commits](nerves-networking/vintage_net@v0.13.3...v0.13.4)

---
updated-dependencies:
- dependency-name: vintage_net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 8, 2023
@jjcarstens jjcarstens merged commit c24f075 into main Aug 8, 2023
6 checks passed
@jjcarstens jjcarstens deleted the dependabot/hex/vintage_net-0.13.4 branch August 8, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant