Skip to content

Bump github.com/coredns/coredns from 1.11.3 to 1.12.1 #699

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2025

Bumps github.com/coredns/coredns from 1.11.3 to 1.12.1.

Release notes

Sourced from github.com/coredns/coredns's releases.

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

Adrian Moisey, Arthur Outhenin-Chalandre, Bartosz Borkowski, Ben Kochie, Chris O'Haver, Min Woo Kim, Puneet Loya, Rich, Viktor, momantech

Noteworthy Changes

v1.12.0

This release adds a new feature:

  • New multisocket plugin - allows CoreDNS to listen on multiple sockets

Brought to You By

Ben Kochie, Chris O'Haver, Emmanuel Ferdman, Viktor

Noteworthy Changes

v1.11.4

This release adds some new features and fixes some bugs. New features of note:

  • forward plugin: new option next, to try alternate upstreams when receiving specified response codes upstreams on (functions like the external plugin alternate)
  • dnssec plugin: new option to load keys from AWS Secrets Manager
  • rewrite plugin: new option to revert EDNS0 option rewrites in responses

Brought to You By

... (truncated)

Commits
  • 707c7c1 1.12.1 release (#7220)
  • c9f9f7e build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.72.1 to 1.72.2 (#7227)
  • 39f2e4e build(deps): bump the go-etcd-io group with 2 updates (#7186)
  • 33bc5ae build(deps): bump github.com/aws/aws-sdk-go-v2/config (#7189)
  • a1cc54b Update for Go 1.24 (#7226)
  • 68867f5 build(deps): bump github.com/miekg/dns from 1.1.63 to 1.1.64 (#7223)
  • c890335 build(deps): bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#7191)
  • fded5e7 build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 (#7202)
  • 1f31a8e build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#7218)
  • 2779728 build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#7221)
  • 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/coredns/coredns](https://github.com/coredns/coredns) from 1.11.3 to 1.12.1.
- [Release notes](https://github.com/coredns/coredns/releases)
- [Changelog](https://github.com/coredns/coredns/blob/master/Makefile.release)
- [Commits](coredns/coredns@v1.11.3...v1.12.1)

---
updated-dependencies:
- dependency-name: github.com/coredns/coredns
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels May 29, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 29, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot
Copy link
Contributor

[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 mrhohn for approval. For more information see the 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

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label May 29, 2025
@k8s-ci-robot
Copy link
Contributor

@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kubernetes-dns-test f467349 link true /test pull-kubernetes-dns-test

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 6, 2025

Superseded by #704.

@dependabot dependabot bot closed this Jun 6, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/coredns/coredns-1.12.1 branch June 6, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file go Pull requests that update Go code ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant