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 github.com/mdlayher/ndp from 0.8.0 to 1.0.1 #65

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 7, 2023

Bumps github.com/mdlayher/ndp from 0.8.0 to 1.0.1.

Release notes

Sourced from github.com/mdlayher/ndp's releases.

v1.0.1

See https://github.com/mdlayher/ndp/blob/main/CHANGELOG.md#v101.

v1.0.0: stable!

See https://github.com/mdlayher/ndp/blob/main/CHANGELOG.md#v100.

v0.10.0

See https://github.com/mdlayher/ndp/blob/main/CHANGELOG.md#v0100.

Changelog

Sourced from github.com/mdlayher/ndp's changelog.

v1.0.1

  • [Improvement]: updated dependencies, test with Go 1.20.
  • [Improvement]: switch from math/rand to crypto/rand for Nonce generation.

v1.0.0

First stable release, no API changes since v0.10.0.

v0.10.0

  • [API Change] commit: ndp.CaptivePortal and ndp.MTU are now structs to allow for better extensibility. ndp.NewCaptivePortal now does argument validation and returns an error for various cases. ndp.Unrestricted is available to specify "no captive portal".
  • [New API] commit: ndp.Nonce implements the NDP Nonce option as described in RFC 3971. Though this library does not implement Secure Neighbor Discovery (SEND) as of today, this option can also be used for Enhanced Duplicate Address Detection (DAD).

v0.9.0

This is the first release of package ndp that only supports Go 1.18+ due to the use of net/netip. Users on older versions of Go must use v0.8.0.

  • [Improvement]: cut over from net.IP to netip.Addr throughout
  • [API Change]: drop ndp.TestConns; this API was awkward and didn't test actual ICMPv6 functionality. Users are encouraged to either run privileged ICMPv6 tests or to swap out *ndp.Conn via an interface.
  • [Improvement]: drop a lot of awkward test functionality related to unprivileged UDP connections to mock out ICMPv6 connections
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/mdlayher/ndp](https://github.com/mdlayher/ndp) from 0.8.0 to 1.0.1.
- [Release notes](https://github.com/mdlayher/ndp/releases)
- [Changelog](https://github.com/mdlayher/ndp/blob/main/CHANGELOG.md)
- [Commits](mdlayher/ndp@v0.8.0...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/mdlayher/ndp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 7, 2023
Copy link
Author

dependabot bot commented on behalf of github Mar 13, 2024

Superseded by #71.

@dependabot dependabot bot closed this Mar 13, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/mdlayher/ndp-1.0.1 branch March 13, 2024 01:48
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants