build(deps): bump github.com/coredns/coredns from 1.8.0 to 1.12.2
Bumps github.com/coredns/coredns from 1.8.0 to 1.12.2.
Release notes
Sourced from github.com/coredns/coredns's releases.
v1.12.2
This release introduces significant improvements to plugin stability and extensibility. It adds multicluster support to the Kubernetes plugin, fallthrough support in the file plugin, and a new SetProxyOptions function for the forward plugin. Notably, the QUIC (DoQ) plugin now limits concurrent streams, improving performance under load. Several bug fixes and optimizations improve reliability across plugins, including rewrite, proxy, and metrics.
Brought to You By
Ambrose Chua, Arthur Outhenin-Chalandre, Ben Kochie, Colden Cullen, Gleb Kogtev, Hirotaka Tagawa, Kevin Lyda, Manuel Rüger, Mark Mickan, Parfenov Ivan, skipper, vdbe, Viktor Oreshkin, Ville Vesilehto, Yannick Epstein, Yong Tang
Noteworthy Changes
- core: Enable plugins via environment during build (coredns/coredns#7310)
- core: Ensure DNS query name reset in plugin.NS error path (coredns/coredns#7142)
- plugin/forward: Added SetProxyOptions function for forward plugin (coredns/coredns#7229)
- plugin/ready: Do not interrupt querying readiness probes for plugins (coredns/coredns#6975)
- plugin/secondary: Make transfer property mandatory (coredns/coredns#7249)
- plugin/rewrite: Truncated upstream response (coredns/coredns#7277)
- plugin/quic: Limit concurrent DoQ streams and goroutines (coredns/coredns#7296)
- plugin/kubernetes: Add multicluster support (coredns/coredns#7266)
- plugin/bind: Remove zone for link-local IPv4 (coredns/coredns#7295)
- plugin/metrics: Preserve request size from plugins (coredns/coredns#7313)
- plugin/proxy: Avoid Dial hang after Transport stopped (coredns/coredns#7321)
- plugin/file: Add fallthrough support (coredns/coredns#7327)
- plugin/kubernetes: Optimize AutoPath slice allocation (coredns/coredns#7323)
v1.12.1
In this release:
- kubernetes: Revert recent change to only create PTR records for endpoints with hostname defined.
- forward: added option to return SERVFAIL immediately if all upstreams are unhealthy.
Brought to You By
... (truncated)
Commits
0eb5542Update Go (#7356)83afff1view: Add IPv6 example match (#7355)67f3ecechore: enable more rules from revive (#7352)186e4a1chore: enable early-return and superfluous-else from revive (#7129)ddb74cdtest(plugin): improve tests for auto (#7348)11774d9fix(proxy): flaky dial tests (#7349)9f9aed3test: add t.Helper() calls to test helper functions (#7351)b4abdcafix(kubernetes): multicluster DNS race condition (#7350)9240544build(deps): bump google.golang.org/api from 0.234.0 to 0.235.0 (#7345)3655ac9build(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 (#7344)- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.