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

chore: Bump libp2p/go-libp2p-kad-dht from 0.21.0 to 0.21.1 #1146

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2023

Bumps github.com/libp2p/go-libp2p-kad-dht from 0.21.0 to 0.21.1.

Release notes

Sourced from github.com/libp2p/go-libp2p-kad-dht's releases.

v0.21.1

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.21.0...v0.21.1

Commits
  • 76b0f76 chore: bump to v0.21.1 (#821)
  • 1e1e776 update .github/workflows/release-check.yml
  • ca4957b update .github/workflows/go-check.yml
  • 9f05ce9 update .github/workflows/go-test.yml
  • f265391 bump go.mod to Go 1.19 and run go fix
  • 81e7325 feat: send FIND_NODE request to peers on routing table refresh (#810)
  • See full diff 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 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 the dependencies Related to dependencies label Feb 24, 2023
@shahzadlone
Copy link
Member

Hmm generated title too long

@shahzadlone shahzadlone changed the title chore: Bump github.com/libp2p/go-libp2p-kad-dht from 0.21.0 to 0.21.1 chore: Bump libp2p/go-libp2p-kad-dht from 0.21.0 to 0.21.1 Feb 24, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.21.1 branch from a0daa79 to e336c9d Compare February 24, 2023 10:52
@shahzadlone shahzadlone force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.21.1 branch from e336c9d to e68413e Compare February 28, 2023 17:34
@source-devs

This comment was marked as off-topic.

@shahzadlone
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.21.1 branch from e68413e to 390e050 Compare February 28, 2023 17:53
@shahzadlone
Copy link
Member

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2023

Dependabot tried to merge this PR, but received the following error from GitHub:

You're not authorized to push to this branch. Visit https://docs.github.com/articles/about-protected-branches/ for more information.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.21.1 branch from 390e050 to c4b01e0 Compare March 6, 2023 23:28
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@orpheuslummis
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.21.1 branch from c4b01e0 to d66a6a9 Compare March 16, 2023 04:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2023

Dependabot tried to merge this PR, but received the following error from GitHub:

You're not authorized to push to this branch. Visit https://docs.github.com/articles/about-protected-branches/ for more information.

Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases)
- [Commits](libp2p/go-libp2p-kad-dht@v0.21.0...v0.21.1)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p-kad-dht
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.21.1 branch from d66a6a9 to 79a0400 Compare March 16, 2023 12:31
Copy link
Contributor

@orpheuslummis orpheuslummis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@orpheuslummis orpheuslummis merged commit 7359c24 into develop Mar 16, 2023
@orpheuslummis orpheuslummis deleted the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.21.1 branch March 16, 2023 13:12
shahzadlone pushed a commit that referenced this pull request Apr 13, 2023
chore: Bump github.com/libp2p/go-libp2p-kad-dht from 0.21.0 to 0.21.1

Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases)
- [Commits](libp2p/go-libp2p-kad-dht@v0.21.0...v0.21.1)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p-kad-dht
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
…work#1146)

chore: Bump github.com/libp2p/go-libp2p-kad-dht from 0.21.0 to 0.21.1

Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases)
- [Commits](libp2p/go-libp2p-kad-dht@v0.21.0...v0.21.1)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p-kad-dht
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants