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 #61

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 19, 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

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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 19, 2023
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 force-pushed the dependabot/go_modules/github.com/mdlayher/ndp-1.0.1 branch from 0372cb4 to 10e4856 Compare May 30, 2023 23:29
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