Update coredns/coredns Docker tag to v1.12.0 #201

Open
renovate wants to merge 1 commit from renovate/coredns-coredns-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
coredns/coredns minor 1.11.3 -> 1.12.0

Release Notes

coredns/coredns (coredns/coredns)

v1.12.0

Compare Source

This release adds some new features. Of note:

  • New multisocket plugin - allows CoreDNS to listen on multiple sockets
  • New automaxprocs plugin - automatically sets GOMAXPROCS to the number of CPUs

Brought to You By

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

Noteworthy Changes

v1.11.4

Compare Source

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

AdamKorcz,
Anifalak,
Ben Kochie,
Chris O'Haver,
Frederic Hemery,
Grant Spence,
Harshita Sao,
Jason Joo,
Jasper Bernhardt,
Johnny Bergström,
Keith Coleman,
Kevin Lyda,
Lan,
Lin-1997,
Manuel Rüger,
Nathan Currier,
Nicolai Søborg,
Nikita Usatov,
Paco Xu,
Reinhard Nägele,
Robbie Ostrow,
TAKAHASHI Shuuji,
Till Riedel,
Tobias Klauser,
YASH JAIN,
cedar-gao,
chenylh,
wmkuipers,
xinbenlv,
zhangguanzhang

Noteworthy Changes

Full Changelog: https://github.com/coredns/coredns/compare/v1.11.3...v1.11.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [coredns/coredns](https://github.com/coredns/coredns) | minor | `1.11.3` -> `1.12.0` | --- ### Release Notes <details> <summary>coredns/coredns (coredns/coredns)</summary> ### [`v1.12.0`](https://github.com/coredns/coredns/releases/tag/v1.12.0) [Compare Source](https://github.com/coredns/coredns/compare/v1.11.4...v1.12.0) This release adds some new features. Of note: - New multisocket plugin - allows CoreDNS to listen on multiple sockets - New automaxprocs plugin - automatically sets GOMAXPROCS to the number of CPUs #### Brought to You By Ben Kochie, Chris O'Haver, Emmanuel Ferdman, Viktor #### Noteworthy Changes - plugin/multisocket (https://github.com/coredns/coredns/pull/6882) - plugin/automaxprocs (https://github.com/coredns/coredns/pull/6948) ### [`v1.11.4`](https://github.com/coredns/coredns/releases/tag/v1.11.4) [Compare Source](https://github.com/coredns/coredns/compare/v1.11.3...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 AdamKorcz, Anifalak, Ben Kochie, Chris O'Haver, Frederic Hemery, Grant Spence, Harshita Sao, Jason Joo, Jasper Bernhardt, Johnny Bergström, Keith Coleman, Kevin Lyda, Lan, Lin-1997, Manuel Rüger, Nathan Currier, Nicolai Søborg, Nikita Usatov, Paco Xu, Reinhard Nägele, Robbie Ostrow, TAKAHASHI Shuuji, Till Riedel, Tobias Klauser, YASH JAIN, cedar-gao, chenylh, wmkuipers, xinbenlv, zhangguanzhang #### Noteworthy Changes - core: set cache-control max-age as integer, not float (https://github.com/coredns/coredns/pull/6764) - plugin/metadata: evaluate metadata in plugin order (https://github.com/coredns/coredns/pull/6729) - plugin/dnssec: dnssec load keys from AWS Secrets Manager (https://github.com/coredns/coredns/pull/6618) - plugin/rewrite: Add "revert" parameter for EDNS0 options (https://github.com/coredns/coredns/pull/6893) - container: Restored backwards compatibility of Current Workdir (https://github.com/coredns/coredns/pull/6731) - plugin/auto: call OnShutdown() for each zone at its own OnShutdown() (https://github.com/coredns/coredns/pull/6705) - plugin/dnstap: log queue and buffer memory size configuration (https://github.com/coredns/coredns/pull/6591) - plugin/bind: add zone for link-local IPv6 instead of skipping (https://github.com/coredns/coredns/pull/6547) - plugin/kubernetes: only create PTR records for endpoints with hostname defined (https://github.com/coredns/coredns/pull/6898) - plugin/rewrite: execute the reversion in reversed order (https://github.com/coredns/coredns/pull/6872) - plugin/etcd: fix etcd connection leakage during reload (https://github.com/coredns/coredns/pull/6646) - plugi/kubernetes: Add useragent (https://github.com/coredns/coredns/pull/6484) - plugin/hosts: add hostsfile as label for coredns_hosts_entries (https://github.com/coredns/coredns/pull/6801) - plugin/file: Fix zone parser error handling (https://github.com/coredns/coredns/pull/6680) - plugin/forward: Add alternate option to forward plugin (https://github.com/coredns/coredns/pull/6681) - plugin/file: return error when parsing the file fails (https://github.com/coredns/coredns/pull/6699) - build: Generate zplugin.go correctly with third-party plugins (https://github.com/coredns/coredns/pull/6692) **Full Changelog**: https://github.com/coredns/coredns/compare/v1.11.3...v1.11.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-11-18 22:00:55 +00:00
Update coredns/coredns Docker tag to v1.11.4
All checks were successful
/ terraform (push) Successful in 44s
/ ansible (push) Successful in 2m8s
3ee5575a5b
renovate changed title from Update coredns/coredns Docker tag to v1.11.4 to Update coredns/coredns Docker tag to v1.12.0 2024-11-21 20:00:33 +00:00
renovate force-pushed renovate/coredns-coredns-1.x from 3ee5575a5b to a991d0cd21 2024-11-21 20:00:38 +00:00 Compare
All checks were successful
/ terraform (push) Successful in 52s
/ ansible (push) Successful in 2m11s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/coredns-coredns-1.x:renovate/coredns-coredns-1.x
git checkout renovate/coredns-coredns-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/coredns-coredns-1.x
git checkout renovate/coredns-coredns-1.x
git rebase master
git checkout master
git merge --ff-only renovate/coredns-coredns-1.x
git checkout renovate/coredns-coredns-1.x
git rebase master
git checkout master
git merge --no-ff renovate/coredns-coredns-1.x
git checkout master
git merge --squash renovate/coredns-coredns-1.x
git checkout master
git merge --ff-only renovate/coredns-coredns-1.x
git checkout master
git merge renovate/coredns-coredns-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: systems/infrastructure#201
No description provided.