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_wifi from 0.12.3 to 0.12.5 #375

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps vintage_net_wifi from 0.12.3 to 0.12.5.

Release notes

Sourced from vintage_net_wifi's releases.

v0.12.5

  • Changes
    • Revert support for WPA3 with VintageNetWiFi.quick_configure/2. It caused way too many issues on some Nerves devices. The default is WPA2 like old times. Raspberry Pis, BBBs, and GRiSP2 don't support WPA3 with their built-in WiFi modules so this may not impact you.
    • Support use of WPA3 via an application environment option. See VintageNetWiFi.quick_configure/2 for details.

v0.12.4

  • Changes
    • Added VintageNetWiFi.network_configured?/1 helper function for checking whether a WiFi connection to another computer is possible or just scanning for access points.
    • Added VintageNetWiFi.qr_string/3 to create QR Code-encodable strings for easily sharing network credentials.
    • Added experimental VintageNetWiFi.capabilities/1 to query WiFi driver and wpa_supplicant capabilities. This can be used to check WPA3 compatibility, support for 5 GHz channels and more. It's experimental since the information is currently very raw.
Changelog

Sourced from vintage_net_wifi's changelog.

v0.12.5 - 2024-04-07

  • Changes
    • Revert support for WPA3 with VintageNetWiFi.quick_configure/2. It caused way to many issues on some Nerves devices. The default is WPA2 like old times. Raspberry Pis, BBBs, and GRiSP2 don't support WPA3 with their built-in WiFi modules so this may not impact you.
    • Support use of WPA3 via an application environment option. See VintageNetWiFi.quick_configure/2 for details.

v0.12.4 - 2024-03-31

  • Changes
    • Added VintageNetWiFi.network_configured?/1 helper function for checking whether a WiFi connection to another computer is possible or just scanning for access points.
    • Added VintageNetWiFi.qr_string/3 to create QR Code-encodable strings for easily sharing network credentials.
    • Added experimental VintageNetWiFi.capabilities/1 to query WiFi driver and wpa_supplicant capabilities. This can be used to check WPA3 compatibility, support for 5 GHz channels and more. It's experimental since the information is currently very raw.
Commits
  • 40c8268 v0.12.5 release
  • 0301caf Revert quick_configure/2 to WPA2, but add option
  • d68513f v0.12.4 release
  • a41c705 More QR code string updates to better match spec
  • 4e2d530 Add helper for QR codes
  • b156ca2 Add helper for querying wpa_supplicant and driver capabilities
  • 6a6e392 Add support for sending wpa_supplicant commands
  • 53cc4f2 Rename configured?/1 to network_configured?/1
  • a7bbb73 Add configured?/1
  • c7789eb Add WPA3 buildroot option to README; minor fixes
  • 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 <dependency name> 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)

Bumps [vintage_net_wifi](https://github.com/nerves-networking/vintage_net_wifi) from 0.12.3 to 0.12.5.
- [Release notes](https://github.com/nerves-networking/vintage_net_wifi/releases)
- [Changelog](https://github.com/nerves-networking/vintage_net_wifi/blob/main/CHANGELOG.md)
- [Commits](nerves-networking/vintage_net_wifi@v0.12.3...v0.12.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 8, 2024
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.

0 participants