-
Notifications
You must be signed in to change notification settings - Fork 350
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/miekg/dns from 1.1.56 to 1.1.57 #2742
build(deps): bump github.com/miekg/dns from 1.1.56 to 1.1.57 #2742
Conversation
e2ef871
to
4656a38
Compare
@dependabot rebase |
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.56 to 1.1.57. - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](miekg/dns@v1.1.56...v1.1.57) --- updated-dependencies: - dependency-name: github.com/miekg/dns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
4656a38
to
48a768b
Compare
This downgrades other libraries, so I would not merge it. |
@@ -79,8 +77,7 @@ require ( | |||
github.com/cenkalti/backoff/v4 v4.2.1 // indirect | |||
github.com/cespare/xxhash v1.1.0 // indirect | |||
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect | |||
github.com/containerd/containerd v1.7.7 // indirect | |||
github.com/containerd/log v0.1.0 // indirect | |||
github.com/containerd/containerd v1.7.0-beta.2 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beta version..
github.com/open-policy-agent/opa v0.58.0 | ||
github.com/open-policy-agent/opa-envoy-plugin v0.58.0-envoy | ||
github.com/open-policy-agent/opa v0.54.0 | ||
github.com/open-policy-agent/opa-envoy-plugin v0.54.0-envoy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 minor version downgrade, not really great
@@ -40,7 +40,7 @@ require ( | |||
github.com/sony/gobreaker v0.5.0 | |||
github.com/stretchr/testify v1.8.4 | |||
github.com/szuecs/rate-limit-buffer v0.9.0 | |||
github.com/testcontainers/testcontainers-go v0.26.0 | |||
github.com/testcontainers/testcontainers-go v0.21.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5 minor version downgrade
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps github.com/miekg/dns from 1.1.56 to 1.1.57.
Commits
836bea2
Release 1.1.57257e89e
feat: add support for ReuseAddr (#1510)3d593a6
Swap closing order ininAxfr
andinIxfr
(#1511)5d3f81b
Remove slurpRemainder TODO from (*ZoneParser).Next (#1508)a16092f
Use strings.Builder in endingToString (#1506)3996b17
Avoid using a goto loop in unpackDataOpt (#1505)1c418a3
Use cloneSlice in unpackDataA and unpackDataAAAA (#1504)6836ba8
Eliminate tmp buffer from packOctetString (#1503)9657fe6
Cleanup IsRRSet (#1502)02e9e72
Avoid using strings.Split (#1501)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)