nerves-networking / vintage_net_wizard

WiFi configuration wizard using vintage_net
Apache License 2.0
60 stars 21 forks source link

Bump vintage_net_wifi from 0.12.0 to 0.12.1 #364

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps vintage_net_wifi from 0.12.0 to 0.12.1.

Release notes

Sourced from vintage_net_wifi's releases.

v0.12.1

This release adds support for creating generic WiFi configurations that work with both WPA2 and WPA3 access points. It's implemented to be backwards compatible if you role out firmware with this version and revert to a firmware with the previous version.

  • Changes

    • Added VintageNetWiFi.Cookbook.generic/2 for easily creating WiFi configurations that will connect to WPA2-only, WPA2/WPA3-transitional, and WPA3-only access points. This works with WPA2-only WiFi modules like what's currently on Raspberry Pis and modules that support WPA3 like on the BeagleBone Green WiFi and custom hardware.
    • Updated VintageNetWiFi.quick_connect/2 to create generic WiFi configurations. It previously generated WPA2-only ones.
    • Updated :key_mgmt to support lists so that multiple key management types could be allowed. To make configs work with earlier versions of VintageNetWiFi, these are normalized to store the list in the :allowed_key_mgmt field with the first option in :key_mgmt. This means that if you revert firmware to an earlier VintageNetWiFi version, you'll get a WPA2-only config if you're using the new generic/2 helper.
  • Fixed

    • Fixed specification of WPA2-PSK configurations that use SHA256 hashing. This not a common configuration to my knowledge and it would have failed due to a typo previously.
Changelog

Sourced from vintage_net_wifi's changelog.

v0.12.1 - 2024-01-16

This release adds support for creating generic WiFi configurations that work with both WPA2 and WPA3 access points. It's implemented to be backwards compatible if you role out firmware with this version and revert to a firmware with the previous version.

  • Changes

    • Added VintageNetWiFi.Cookbook.generic/2 for easily creating WiFi configurations that will connect to WPA2-only, WPA2/WPA3-transitional, and WPA3-only access points. This works with WPA2-only WiFi modules like what's currently on Raspberry Pis and modules that support WPA3 like on the BeagleBone Green WiFi and custom hardware.
    • Updated VintageNetWiFi.quick_connect/2 to create generic WiFi configurations. It previously generated WPA2-only ones.
    • Updated :key_mgmt to support lists so that multiple key management types could be allowed. To make configs work with earlier versions of VintageNetWiFi, these are normalized to store the list in the :allowed_key_mgmt field with the first option in :key_mgmt. This means that if you revert firmware to an earlier VintageNetWiFi version, you'll get a WPA2-only config if you're using the new generic/2 helper.
  • Fixed

    • Fixed specification of WPA2-PSK configurations that use SHA256 hashing. This not a common configuration to my knowledge and it would have failed due to a typo previously.
Commits
  • 57eff5a v0.12.1 release
  • e14ea99 Make generic configuration backwards compatible
  • 1c4a932 Support WPA3 with quick_connect/2
  • 4c1f006 Support creating WPA2/WPA3 configurations
  • 648e618 Various readme doc updates
  • e4a5242 Remove incorrect references to WPA2 transitional
  • 6c05964 Fix WPA-PSK-SHA256 spelling to fix wpa_supplicant error
  • a2baf08 Add WPA3 config helper to Cookbook
  • 2c62094 Bump Elixir on CI
  • 52d9bf8 Bump muontrap and property_table
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)