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

build(deps): bump github.com/qdm12/dns/v2 from 2.0.0-rc6 to 2.0.0-rc7 #411

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps github.com/qdm12/dns/v2 from 2.0.0-rc6 to 2.0.0-rc7.

Release notes

Sourced from github.com/qdm12/dns/v2's releases.

v2.0.0-rc7

Changelog

  • 1576bc69f740ffc863c15d7e388d070588dfb9b3 change: common server code in pkg/server - pkg/dot only implements a DoT dialer - pkg/doh only implements a DoH dialer - internal/server handler code moved to pkg/server - internal/server exchange code moved to internal/exchanger - internal/server package removed - NewResolver functions removed since they are very trivial - Examples updated
  • 60c74634be2c64555c58accd0bcf619a59f763e5 chore(all): remove unused metric DNSDialInc function
  • a774a083562132d3a4ad43f9226630faef2b0752 chore(build): bump Go from 1.21 to 1.22
  • 466114554dd057125c252eb60735b510a4acf779 chore(build): bump Go from 1.22 to 1.23
  • e72324d0b3683858fb15ae1f7d5724f4446886a3 chore(ci): bump Alpine from 3.19 to 3.20
  • abc13717f116098747711b47c57477cae6c7cc75 chore(config): change default timeout in Go code to 3s to match Docker image
  • 3b5e88bd0e3a93a32842ee02b3559db8c0ee6ec2 chore(deps): upgrade all go dependencies
  • b8526ac6d99bde1e8074cdfa6fb339d2bee177d0 chore(dev): disable gopls placeholders setting
  • 88b9edce84b44f8bbc0cff6afe831a170cecccac chore(dev): pin godevcontainer to tag v0.20.0-alpine
  • e4b7cf7608633ed89d801052edcc91fc49ce217a chore(dev): update devcontainer definition files
  • 1d8209054ee25bbfe9ba6bf679729b88a922d082 chore(doh/metrics): remove unused DoTDialInc method
  • b5dbe37f277b472a3450bb08844d69474505228b chore(lint): add new linters
  • fc2680f8a22625136d0069a68d8ae37b2d4f955c chore(lint): reduce exclude rules
  • 2fa0c9a2c373e28202e7849d3be0cc4c584e5b6e chore(lint): upgrade linter to v1.61 and fix new lint errors
  • 21ae0d7ad86b087be17b90dc241f70cac3691a55 chore(picker): DoTAddrPort runs without re-building a slice
  • 65ca515ca51afb57547b18e020930047784dfa3a chore(pkg/server): Start function takes a context argument
  • 86f0da601b227682230bf009a6546b2620283ce4 chore(pkg/server): more robust service architecture - handles crash at the same time as stop - keeps track of inner state to avoid wrong usage
  • 82d7c6e186b384d49106996863ef505eea059eb1 chore(pkg/server): return listening address as netip.AddrPort
  • 47f33fb675f6be9097ca4ef8d190945a760d64c1 chore9picker): pickFromSlice generic function
  • d81a975536b0274188f4b1b68e2a37f2745a0a2e chore: rewrite all Go code with gofumpt
  • be300254f53f5347bd1b76e328475236a0a5b2ba feat(pkg/server): listen DNS server on both UDP and TCP
  • cfd3a944a481068249415cdb88cc7a985e513918 feat: plaintext dns forwarder
  • 771471b5ea5dc4ce873ce65985b6e2c14950208a fix(ci): update goreleaser settings
  • 87c4695b08ef094123d68c9c93c7108b1cd9df1a fix(config): upgrade gosettings from v0.4.1 to v0.4.3 - Fix UPSTREAM_TYPE being case sensitive
  • c0bb0303864a8503571affa51e746c9a1e889b2d fix(middlewares/localdns): handle truncated UDP responses
Commits
  • 771471b fix(ci): update goreleaser settings
  • 3b5e88b chore(deps): upgrade all go dependencies
  • b8526ac chore(dev): disable gopls placeholders setting
  • 88b9edc chore(dev): pin godevcontainer to tag v0.20.0-alpine
  • 86f0da6 chore(pkg/server): more robust service architecture
  • 82d7c6e chore(pkg/server): return listening address as netip.AddrPort
  • be30025 feat(pkg/server): listen DNS server on both UDP and TCP
  • 65ca515 chore(pkg/server): Start function takes a context argument
  • abc1371 chore(config): change default timeout in Go code to 3s to match Docker image
  • cfd3a94 feat: plaintext dns forwarder
  • 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 [github.com/qdm12/dns/v2](https://github.com/qdm12/dns) from 2.0.0-rc6 to 2.0.0-rc7.
- [Release notes](https://github.com/qdm12/dns/releases)
- [Commits](qdm12/dns@v2.0.0-rc6...v2.0.0-rc7)

---
updated-dependencies:
- dependency-name: github.com/qdm12/dns/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Oct 28, 2024
Copy link
Contributor

openshift-ci bot commented Oct 28, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign baude for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #416.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/qdm12/dns/v2-2.0.0-rc7 branch November 4, 2024 05: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