alternate
alternate copied to clipboard
Bump github.com/coredns/coredns from 1.11.2 to 1.11.3
Bumps github.com/coredns/coredns from 1.11.2 to 1.11.3.
Release notes
Sourced from github.com/coredns/coredns's releases.
v1.11.3
This release contains some new features, bug fixes, and package updates. Because of the deployment issues with the previous release, all changed features from 1.11.2 have been included in this release. New features include:
- When the forward plugin receives a malformed upstream response that overflows, it will now send an empty response to the client with the truncated (TC) bit set to prompt the client to retry over TCP.
- The rewrite plugin can now rewrite response codes.
- The dnstap plugin now supports adding metadata to the dnstap
extra
field.Brought to You By
Amila Senadheera, Ben Kochie, Benjamin, Chris O'Haver, Grant Spence, John Belamaric, Keita Kitamura, Marius Kimmina, Michael Grosser, Ondřej Benkovský, P. Radha Krishna, Rahil Bhimjiani, Sri Harsha, Tom Thorogood, Willow (GHOST), Yong Tang, Yuheng, Zhizhen He, guangwu, journey-c, pschou Ted Ford
Noteworthy Changes
- plugin/tls: respect the path specified by root plugin (coredns/coredns#6138)
- plugin/auto: warn when auto is unable to read elements of the directory tree (coredns/coredns#6333)
- plugin/etcd: the etcd client adds the DialKeepAliveTime parameter (coredns/coredns#6351)
- plugin/cache: key cache on Checking Disabled (CD) bit (coredns/coredns#6354)
- plugin/forward: Use the correct root domain name in the forward plugin's health checks (coredns/coredns#6395)
- plugin/forward: Handle UDP responses that overflow with TC bit (coredns/coredns#6277)
- plugin/rewrite: fix multi request concurrency issue in cname rewrite (coredns/coredns#6407)
- plugin/rewrite: add rcode as a rewrite option (coredns/coredns#6204)
- plugin/dnstap: add support for "extra" field in payload (coredns/coredns#6226)
- plugin/cache: fix keepttl parsing (coredns/coredns#6250)
- Return RcodeServerFailure when DNS64 has no next plugin (coredns/coredns#6590)
- Change the log flags to be a variable that can be set (coredns/coredns#6546)
- Bump go version to 1.21 (coredns/coredns#6533)
- replace the mutex locks in logging with atomic bool for the "on" flag (coredns/coredns#6525)
... (truncated)
Commits
- See full diff in compare view
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)