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.0.0-20200602162440-17ab9e3e5567 to 1.1.0 #2340

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 Mar 27, 2024

Bumps github.com/mdlayher/ndp from 0.0.0-20200602162440-17ab9e3e5567 to 1.1.0.

Release notes

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

v1.1.0

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

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.1.0

  • [Improvement]: updated dependencies, test with Go 1.22.
  • [New API] PR: ndp.PREF64 implements the PREF64 option as defined in RFC 8781. Thanks @​jmbaur for the contribution.

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

v0.8.0

First release of package ndp based on the APIs that have been stable for years with net.IP.

This is the first and last release of package ndp which supports Go 1.17 or older. Future versions will require Go 1.18 and net/netip.

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 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)

@dependabot dependabot bot requested a review from fedepaol as a code owner March 27, 2024 02:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 27, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/mdlayher/ndp-1.1.0 branch 3 times, most recently from afca347 to 012165f Compare April 5, 2024 13:35
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/mdlayher/ndp-1.1.0 branch 5 times, most recently from 30d7a39 to cb102d5 Compare April 17, 2024 10:21
Bumps [github.com/mdlayher/ndp](https://github.com/mdlayher/ndp) from 0.0.0-20200602162440-17ab9e3e5567 to 1.1.0.
- [Release notes](https://github.com/mdlayher/ndp/releases)
- [Changelog](https://github.com/mdlayher/ndp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mdlayher/ndp/commits/v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/mdlayher/ndp-1.1.0 branch from cb102d5 to 3423f93 Compare April 17, 2024 14:20
Copy link

This PR has been automatically marked as stale because it has been open 30 days
with no activity. This issue will be closed in 10 days unless you do one of the following:

  • respond or perform some activity on this PR
  • have one of these labels applied: hold

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 lifecycle-stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants