chore(deps): update stackexchange/dnscontrol docker tag to v4.34.0 #5

Merged
renovate merged 1 commit from renovate/stackexchange-dnscontrol-4.x into master 2026-02-11 06:02:33 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
stackexchange/dnscontrol final minor 4.33.1 -> 4.34.0

Release Notes

StackExchange/dnscontrol (stackexchange/dnscontrol)

v4.34.0

Compare Source

Greetings DNS fans!

POSSIBLE BREAKING CHANGE!

  • INWX USERS! If you use the NAMESERVER() operator, behavior has changed to be like all other providers. In the past you were unable to delete entries, only add to them. Now NAMESERVER() (if it exists in your D() statement) replaces the delegations at the registrar. Please test your configuration before putting this release into production. You may need to add NAMESERVER() statements.

Highlights:

Thanks to all contributors involved in this release! This is a community project and we couldn't do it without all of your contributions!

Sincerely,
--Tom Limoncelli

Monthly video call!

Everyone is invited to the Monthly DNSControl Community Video Conference Call on the 2nd Tuesday of each month. Join whether you are a new user with questions or an experienced developer that wants to discuss DNSControl internals... or anything in between! Meeting details on
GitHub Discussions.

Changelog

Provider-specific changes:
Documentation:
CI/CD:
Dependencies:
Other changes and improvements:

Deprecation warnings

[!WARNING]

  • REV() will switch from RFC2317 to RFC4183 in v5.0. This is a breaking change. Warnings are output if your configuration is affected. No date has been announced for v5.0. See https://docs.dnscontrol.org/language-reference/top-level-functions/revcompat
  • NAMEDOTCOM, OPENSRS and SOFTLAYER need maintainers! These providers have no maintainer. Maintainers respond to PRs and fix bugs in a timely manner, and try to stay on top of protocol changes.

Install

macOS and Linux
brew install StackExchange/tap/dnscontrol
Using with Docker

You can use the Docker image from Docker hub or GitHub Container Registry.

docker run --rm -it -v "$(pwd):/dns" ghcr.io/stackexchange/dnscontrol preview
Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux package) from this page.

Or, if you have Go installed, you can install the latest version of DNSControl with the following command:

go install github.com/StackExchange/dnscontrol/v4@​main

Update

Update to the latest version depends on how you choose to install dnscontrol on your machine.

Update with Homebrew
brew upgrade StackExchange/tap/dnscontrol

Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 | Type | Update | Change | |---|---|---|---| | [stackexchange/dnscontrol](https://github.com/StackExchange/dnscontrol) | final | minor | `4.33.1` -> `4.34.0` | --- ### Release Notes <details> <summary>StackExchange/dnscontrol (stackexchange/dnscontrol)</summary> ### [`v4.34.0`](https://github.com/StackExchange/dnscontrol/releases/tag/v4.34.0) [Compare Source](https://github.com/StackExchange/dnscontrol/compare/v4.33.1...v4.34.0) Greetings DNS fans! POSSIBLE BREAKING CHANGE! - INWX USERS! If you use the NAMESERVER() operator, behavior has changed to be like all other providers. In the past you were unable to delete entries, only add to them. Now NAMESERVER() (if it exists in your D() statement) replaces the delegations at the registrar. Please test your configuration before putting this release into production. You may need to add NAMESERVER() statements. Highlights: - [`d77c263`](https://github.com/StackExchange/dnscontrol/commit/d77c2634fd51379391fabc0b48e10d416f8ffccf): Fix SPF optimizer bug related to +mx and related ([#&#8203;4062](https://github.com/StackExchange/dnscontrol/issues/4062)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`47866f9`](https://github.com/StackExchange/dnscontrol/commit/47866f972ac96fa7dc3bcb90dbff3ed3157dfb41): BUNNY\_DNS now supports PullZone records ([#&#8203;4053](https://github.com/StackExchange/dnscontrol/issues/4053)) ([@&#8203;matteocontrini](https://github.com/matteocontrini)) - [`6f30347`](https://github.com/StackExchange/dnscontrol/commit/6f30347194103ab3db0bf036793a376c30085579): Homebrew releases now use modern methods ([#&#8203;3734](https://github.com/StackExchange/dnscontrol/issues/3734)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`6d2074b`](https://github.com/StackExchange/dnscontrol/commit/6d2074bbc921d7cbc3b43b8de52a4b4ac2ae2965): INWX handles NAMESERVER() statements correctly, replacing (not adding to) the registrar list POSSIBLE BREAKING CHANGE ([#&#8203;4052](https://github.com/StackExchange/dnscontrol/issues/4052)) ([@&#8203;axeldunkel](https://github.com/axeldunkel)) - [`b8d1d55`](https://github.com/StackExchange/dnscontrol/commit/b8d1d55becfb656f59202c678e7ad71200d105c8): LINODE accepts `CAA` records with non-zero flags ([#&#8203;4049](https://github.com/StackExchange/dnscontrol/issues/4049)) ([@&#8203;grahammiln](https://github.com/grahammiln)) Thanks to all contributors involved in this release! This is a community project and we couldn't do it without all of your contributions! Sincerely, \--Tom Limoncelli #### Monthly video call! Everyone is invited to the **Monthly DNSControl Community Video Conference Call** on the 2nd Tuesday of each month. Join whether you are a new user with questions or an experienced developer that wants to discuss DNSControl internals... or anything in between! Meeting details on [GitHub Discussions](https://github.com/StackExchange/dnscontrol/discussions?discussions_q=label%3AAnnouncement%3Afuture_vc). #### Changelog ##### Provider-specific changes: - [`6d2074b`](https://github.com/StackExchange/dnscontrol/commit/6d2074bbc921d7cbc3b43b8de52a4b4ac2ae2965): INWX: Bugfix: NAMESERVER() should replace registrar list, not merge into it ([#&#8203;4052](https://github.com/StackExchange/dnscontrol/issues/4052)) ([@&#8203;axeldunkel](https://github.com/axeldunkel)) - [`b8d1d55`](https://github.com/StackExchange/dnscontrol/commit/b8d1d55becfb656f59202c678e7ad71200d105c8): LINODE: Accept `CAA` records with non-zero flags ([#&#8203;4049](https://github.com/StackExchange/dnscontrol/issues/4049)) ([@&#8203;grahammiln](https://github.com/grahammiln)) ##### Documentation: - [`5fc0efe`](https://github.com/StackExchange/dnscontrol/commit/5fc0efebba01bda2cd1b01e0e35918147225573d): DOCS: Fix numbering on writing-providers.md ([#&#8203;4064](https://github.com/StackExchange/dnscontrol/issues/4064)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) ##### CI/CD: - [`6f30347`](https://github.com/StackExchange/dnscontrol/commit/6f30347194103ab3db0bf036793a376c30085579): BUILD: GoReleaser integration for Homebrew Cask ([#&#8203;3734](https://github.com/StackExchange/dnscontrol/issues/3734)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`24d3680`](https://github.com/StackExchange/dnscontrol/commit/24d368077735ceece738304fb3a03cbc5f398149): Build(deps): Bump [@&#8203;isaacs/brace-expansion](https://github.com/isaacs/brace-expansion) from 5.0.0 to 5.0.1 ([#&#8203;4056](https://github.com/StackExchange/dnscontrol/issues/4056)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7adecc6`](https://github.com/StackExchange/dnscontrol/commit/7adecc660569657633c48d86759c599d669b657b): CICD: Add golangci-lint-action to PR pipeline ([#&#8203;4058](https://github.com/StackExchange/dnscontrol/issues/4058)) ([@&#8203;cafferata](https://github.com/cafferata)) ##### Dependencies: - [`8fa88fb`](https://github.com/StackExchange/dnscontrol/commit/8fa88fba2baa6cef70ec8b348aa7aaee5af5cf9f): CHORE: Update dependencies ([#&#8203;4065](https://github.com/StackExchange/dnscontrol/issues/4065)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) ##### Other changes and improvements: - [`d77c263`](https://github.com/StackExchange/dnscontrol/commit/d77c2634fd51379391fabc0b48e10d416f8ffccf): BUGFIX: Fix SPF parsing of qualified mechanisms like +mx ([#&#8203;4062](https://github.com/StackExchange/dnscontrol/issues/4062)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`47866f9`](https://github.com/StackExchange/dnscontrol/commit/47866f972ac96fa7dc3bcb90dbff3ed3157dfb41): BUNNY\_DNS: Add support for PullZone (PZ) record type ([#&#8203;4053](https://github.com/StackExchange/dnscontrol/issues/4053)) ([@&#8203;matteocontrini](https://github.com/matteocontrini)) - [`afd69e9`](https://github.com/StackExchange/dnscontrol/commit/afd69e9c2c198e687cde18b8dd34c7be955c5103): CHORE: Add missing providers to GoReleaser release notes regex ([#&#8203;4063](https://github.com/StackExchange/dnscontrol/issues/4063)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`7b6b8ee`](https://github.com/StackExchange/dnscontrol/commit/7b6b8ee82e0fe3f76b49465f2410695703de96f8): REFACTOR: Fix golint warnings ([#&#8203;4060](https://github.com/StackExchange/dnscontrol/issues/4060)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`851e9eb`](https://github.com/StackExchange/dnscontrol/commit/851e9eb20dd0d8e7812efa3b5d1f527f9d263285): REFACTOR: Modernize code ([#&#8203;4054](https://github.com/StackExchange/dnscontrol/issues/4054)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`f38e12c`](https://github.com/StackExchange/dnscontrol/commit/f38e12c87fd3618052f266bcc945a0eac6a480dd): REFACTOR: Remove dead code, fix comments ([#&#8203;4057](https://github.com/StackExchange/dnscontrol/issues/4057)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`e37a839`](https://github.com/StackExchange/dnscontrol/commit/e37a83994eb7ed867afe7ebd35ee03db1a0a4b13): bump actions/cache from 5.0.2 to 5.0.3 ([#&#8203;4061](https://github.com/StackExchange/dnscontrol/issues/4061)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) #### Deprecation warnings > \[!WARNING] > > - **REV() will switch from RFC2317 to RFC4183 in v5.0.** This is a breaking change. Warnings are output if your configuration is affected. No date has been announced for v5.0. See <https://docs.dnscontrol.org/language-reference/top-level-functions/revcompat> > - **NAMEDOTCOM, OPENSRS and SOFTLAYER need maintainers!** These providers have no maintainer. Maintainers respond to PRs and fix bugs in a timely manner, and try to stay on top of protocol changes. #### Install ##### macOS and Linux ##### Install with [Homebrew](https://brew.sh) (recommended) ```shell brew install StackExchange/tap/dnscontrol ``` ##### Using with [Docker](https://www.docker.com) You can use the Docker image from [Docker hub](https://hub.docker.com/r/stackexchange/dnscontrol/) or [GitHub Container Registry](https://github.com/stackexchange/dnscontrol/pkgs/container/dnscontrol). ```shell docker run --rm -it -v "$(pwd):/dns" ghcr.io/stackexchange/dnscontrol preview ``` ##### Anywhere else Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux package) from this page. Or, if you have Go installed, you can install the latest version of DNSControl with the following command: ```shell go install github.com/StackExchange/dnscontrol/v4@&#8203;main ``` #### Update Update to the latest version depends on how you choose to install `dnscontrol` on your machine. ##### Update with [Homebrew](https://brew.sh) ```shell brew upgrade StackExchange/tap/dnscontrol ``` Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
chore(deps): update stackexchange/dnscontrol docker tag to v4.34.0
Some checks failed
Build and Push / Build fleaz/deploy (push) Successful in 48s
Build and Push / Build fleaz/django-nginx (push) Failing after 2s
Build and Push / Build fleaz/dnscontrol (push) Failing after 2s
Build and Push / Build fleaz/kubeci (push) Failing after 2s
Build and Push / Build fleaz/playground (push) Failing after 2s
Build and Push / Build fleaz/awsci (push) Successful in 1m29s
3359ff9160
renovate scheduled this pull request to auto merge when all checks succeed 2026-02-11 06:01:45 +00:00
renovate merged commit 20aa0a9e44 into master 2026-02-11 06:02:33 +00:00
renovate deleted branch renovate/stackexchange-dnscontrol-4.x 2026-02-11 06:02:33 +00:00
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
fleaz/dockerfiles!5
No description provided.