chore(deps): update stackexchange/dnscontrol docker tag to v4.35.0 #6

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

This PR contains the following updates:

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

Release Notes

StackExchange/dnscontrol (stackexchange/dnscontrol)

v4.35.0

Compare Source

Greetings DNS fans!

Summary:

  • Two new providers, both for network hardware! Users of Ubiquiti mesh hardware or the Mikrotik RouterOS will be happy to know the enw UNFI and MIKROTIK providers have arrived! Thanks to @​zupolgec and @​hedger!
  • There's now an MCP Server for the DNSControl documentation. https://docs.dnscontrol.org/developer-info/mcp-server Thanks @​cafferata!
  • @​cafferata completed many CI/CD pipeline improvements, too many to list them all. Installing DNSControl from brew on macOS systems should be significantly smoother starting with this release!
  • We bid farewell to the HEXONET provider. It is replaced by the CNR provider. Always glad to see vendors maintaining their own provider code. It's much appreciated!
  • Many (many!) small fixes and feature improvements. See below for details.

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

Major features:
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.34.0` -> `4.35.0` | --- ### Release Notes <details> <summary>StackExchange/dnscontrol (stackexchange/dnscontrol)</summary> ### [`v4.35.0`](https://github.com/StackExchange/dnscontrol/releases/tag/v4.35.0) [Compare Source](https://github.com/StackExchange/dnscontrol/compare/v4.34.0...v4.35.0) Greetings DNS fans! Summary: - Two new providers, both for network hardware! Users of Ubiquiti mesh hardware or the Mikrotik RouterOS will be happy to know the enw UNFI and MIKROTIK providers have arrived! Thanks to [@&#8203;zupolgec](https://github.com/zupolgec) and [@&#8203;hedger](https://github.com/hedger)! - There's now an MCP Server for the DNSControl documentation. <https://docs.dnscontrol.org/developer-info/mcp-server> Thanks [@&#8203;cafferata](https://github.com/cafferata)! - [@&#8203;cafferata](https://github.com/cafferata) completed many CI/CD pipeline improvements, too many to list them all. Installing DNSControl from brew on macOS systems should be significantly smoother starting with this release! - We bid farewell to the HEXONET provider. It is replaced by the CNR provider. Always glad to see vendors maintaining their own provider code. It's much appreciated! - Many (many!) small fixes and feature improvements. See below for details. 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 ##### Major features: - [`ec957c7`](https://github.com/StackExchange/dnscontrol/commit/ec957c7b885f0759fe4bcbdfccf76d53f3dd617b): NEW PROVIDER: UniFi Network DNS provider ([#&#8203;4013](https://github.com/StackExchange/dnscontrol/issues/4013)) ([@&#8203;zupolgec](https://github.com/zupolgec)) - [`2738bff`](https://github.com/StackExchange/dnscontrol/commit/2738bff94d0096ec8d84866ff6ef439b6da05cbf): DOCS: Add Documentation MCP Server page ([#&#8203;4094](https://github.com/StackExchange/dnscontrol/issues/4094)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`d681623`](https://github.com/StackExchange/dnscontrol/commit/d6816230c9570e3f8776cf773a054b85b24ff55e): MIKROTIK: new provider for Mikrotik RouterOS' DNS server ([#&#8203;4083](https://github.com/StackExchange/dnscontrol/issues/4083)) ([@&#8203;hedger](https://github.com/hedger)) - [`045e9dc`](https://github.com/StackExchange/dnscontrol/commit/045e9dce8ac9ebb7c6a9aaa3f31926e23ad16ac0): HEXONET: Deprecated Hexonet provider implementation and documentation ([#&#8203;4086](https://github.com/StackExchange/dnscontrol/issues/4086)) ([@&#8203;AsifNawaz-cnic](https://github.com/AsifNawaz-cnic)) ##### Provider-specific changes: - [`760d436`](https://github.com/StackExchange/dnscontrol/commit/760d4365b86a8eb7edacb33e38b1e588949f77c9): AKAMAIEDGEDNS: Akamai Openedgegrid golang v12.3.0 update([#&#8203;4067](https://github.com/StackExchange/dnscontrol/issues/4067)), AKAMAICDN and CNAME on the same hostname([#&#8203;2959](https://github.com/StackExchange/dnscontrol/issues/2959)), Support wrapped errors([#&#8203;3314](https://github.com/StackExchange/dnscontrol/issues/3314)) ([#&#8203;4070](https://github.com/StackExchange/dnscontrol/issues/4070)) ([@&#8203;edglynes](https://github.com/edglynes)) - [`878229a`](https://github.com/StackExchange/dnscontrol/commit/878229a7f5babec7dc7e17323262f0c8819e2e0a): AUTODNS: Bugfix: More than 100 zones results in failure ([#&#8203;4075](https://github.com/StackExchange/dnscontrol/issues/4075)) ([@&#8203;arnoschoon](https://github.com/arnoschoon)) - [`4ea0ad4`](https://github.com/StackExchange/dnscontrol/commit/4ea0ad4cea2eed28c541d71ff1346c0057c49d28): CNR: add support for DNAME, DHCID, and SVCB record types ([#&#8203;4077](https://github.com/StackExchange/dnscontrol/issues/4077)) ([@&#8203;AsifNawaz-cnic](https://github.com/AsifNawaz-cnic)) - [`853c20d`](https://github.com/StackExchange/dnscontrol/commit/853c20da0eb9061c61a047774d8ee89c2d9a160f): DESEC: Add support for OPENPGPKEY ([#&#8203;4099](https://github.com/StackExchange/dnscontrol/issues/4099)) ([@&#8203;wanderer](https://github.com/wanderer)) - [`af1a5e9`](https://github.com/StackExchange/dnscontrol/commit/af1a5e951b28bf352ceacd51127538c4c9a844c7): GIDINET: Enable SRV record support ([#&#8203;4074](https://github.com/StackExchange/dnscontrol/issues/4074)) ([@&#8203;zupolgec](https://github.com/zupolgec)) - [`3c18268`](https://github.com/StackExchange/dnscontrol/commit/3c18268d8a22307e18fb12b910c1a34aec90fa17): HEDNS: Preserve Dynamic DNS state & add DDNS key management ([#&#8203;4087](https://github.com/StackExchange/dnscontrol/issues/4087)) ([@&#8203;hedger](https://github.com/hedger)) ##### Documentation: - [`d2456e6`](https://github.com/StackExchange/dnscontrol/commit/d2456e6bbb316d0f3eaa0a105f0ab9ed0a29f89a): DOCS: Fixed broken providers filenames ([#&#8203;4082](https://github.com/StackExchange/dnscontrol/issues/4082)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`859538b`](https://github.com/StackExchange/dnscontrol/commit/859538bdb2844c95ee5b665b000ad847a8886e26): DOCS: Improvements ([#&#8203;4081](https://github.com/StackExchange/dnscontrol/issues/4081)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`5597e1b`](https://github.com/StackExchange/dnscontrol/commit/5597e1b84b9f6eed05c9d916fc4f03425cc0573f): DOCS: Remove golint, add golangci-lint ([#&#8203;4066](https://github.com/StackExchange/dnscontrol/issues/4066)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) ##### CI/CD: - [`36d4d98`](https://github.com/StackExchange/dnscontrol/commit/36d4d98dfd53a947d0581003de6917a61157ca89): BUILD: GoReleaser add Docker Buildx setup to release workflow ([#&#8203;4103](https://github.com/StackExchange/dnscontrol/issues/4103)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`d70cbe8`](https://github.com/StackExchange/dnscontrol/commit/d70cbe8a263007392aa8f527fc5ec0b20c116675): BUILD: GoReleaser add macOS code signing and notarization ([#&#8203;4073](https://github.com/StackExchange/dnscontrol/issues/4073)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`00673f5`](https://github.com/StackExchange/dnscontrol/commit/00673f5e693615da2058f058b08f650dff01b950): BUILD: Migrate GoReleaser Docker config to dockers\_v2 ([#&#8203;4095](https://github.com/StackExchange/dnscontrol/issues/4095)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`0678c3d`](https://github.com/StackExchange/dnscontrol/commit/0678c3d6793caff3a0175796ec4e644db31edf17): Build(deps): Bump CatChen/check-git-status-action from 1 to 2 ([#&#8203;4098](https://github.com/StackExchange/dnscontrol/issues/4098)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`78a1b02`](https://github.com/StackExchange/dnscontrol/commit/78a1b0237b50b9465c866866c71b91e71ecbe7b0): Build(deps): Bump actions/setup-node from 4 to 6 ([#&#8203;4084](https://github.com/StackExchange/dnscontrol/issues/4084)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`cc3998b`](https://github.com/StackExchange/dnscontrol/commit/cc3998b0e20e9169aab7669eb714bbfcd55bff10): Build(deps): Bump goreleaser/goreleaser-action from 6 to 7 ([#&#8203;4097](https://github.com/StackExchange/dnscontrol/issues/4097)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`01d7795`](https://github.com/StackExchange/dnscontrol/commit/01d7795637344f38d5d67092588bd6ecde5e9ef1): Build(deps): Bump minimatch from 10.1.1 to 10.2.2 ([#&#8203;4091](https://github.com/StackExchange/dnscontrol/issues/4091)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`86e9d52`](https://github.com/StackExchange/dnscontrol/commit/86e9d527546080e2ced51d326d3da21fad1b800a): CICD: Split pr\_check\_git\_status into separate jobs for better PR feedback ([#&#8203;4079](https://github.com/StackExchange/dnscontrol/issues/4079)) ([@&#8203;cafferata](https://github.com/cafferata)) ##### Dependencies: - [`126cfc3`](https://github.com/StackExchange/dnscontrol/commit/126cfc3ea76b3deda7ddac2b8e8d849a279e50a8): CHORE: Update dependencies ([#&#8203;4076](https://github.com/StackExchange/dnscontrol/issues/4076)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`03cb287`](https://github.com/StackExchange/dnscontrol/commit/03cb287287cfd5d0aaa37fa745c902b2c4af67cf): CHORE: Update dependencies ([#&#8203;4092](https://github.com/StackExchange/dnscontrol/issues/4092)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`6d78ec3`](https://github.com/StackExchange/dnscontrol/commit/6d78ec30b4084fcf731ed487027f48c49e812142): CHORE: Update dependencies ([#&#8203;4101](https://github.com/StackExchange/dnscontrol/issues/4101)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`fe4f24c`](https://github.com/StackExchange/dnscontrol/commit/fe4f24c6a3d7425e1928b0c8db1759034530e0d1): CHORE: Update dependencies ([#&#8203;4104](https://github.com/StackExchange/dnscontrol/issues/4104)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`04d97e5`](https://github.com/StackExchange/dnscontrol/commit/04d97e515942d87914dfb7965b1b173cbeeaa41a): CHORE: Update dependencies / update bin/generate-all.sh ([#&#8203;4078](https://github.com/StackExchange/dnscontrol/issues/4078)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) ##### Other changes and improvements: - [`693a7b7`](https://github.com/StackExchange/dnscontrol/commit/693a7b737dafae9c5d185f8f0c760c72179a33fe): CHORE: Fix String Builder lint issues ([#&#8203;4090](https://github.com/StackExchange/dnscontrol/issues/4090)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`ab4b454`](https://github.com/StackExchange/dnscontrol/commit/ab4b4549d34049bb0c50411cfaf4e44af0f61477): CHORE: Fix linting issues ([#&#8203;4100](https://github.com/StackExchange/dnscontrol/issues/4100)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`db92276`](https://github.com/StackExchange/dnscontrol/commit/db92276843bc50e4f4081270236febfd597ff8f1): CHORE: GoReleaser align changelog regex with actual provider constants ([#&#8203;4072](https://github.com/StackExchange/dnscontrol/issues/4072)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`793886d`](https://github.com/StackExchange/dnscontrol/commit/793886d3594bc9a6bb683a524f9b0c47ed6109c2): CHORE: fixed parser test data for the MIKROTIK provider ([#&#8203;4093](https://github.com/StackExchange/dnscontrol/issues/4093)) ([@&#8203;hedger](https://github.com/hedger)) - [`1522712`](https://github.com/StackExchange/dnscontrol/commit/152271246fa86f44e225a00bf0b1382013443138): CHORE: remove dead code: HintRecordSetLen1 ([#&#8203;4096](https://github.com/StackExchange/dnscontrol/issues/4096)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) #### 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.35.0
Some checks failed
Build and Push / Build fleaz/django-nginx (push) Successful in 23s
Build and Push / Build fleaz/dnscontrol (push) Failing after 3s
Build and Push / Build fleaz/kubeci (push) Failing after 3s
Build and Push / Build fleaz/playground (push) Failing after 3s
Build and Push / Build fleaz/deploy (push) Successful in 45s
Build and Push / Build fleaz/awsci (push) Successful in 1m22s
e8e8462b49
renovate scheduled this pull request to auto merge when all checks succeed 2026-03-02 06:00:53 +00:00
renovate merged commit 7b361c3d90 into master 2026-03-02 06:01:17 +00:00
renovate deleted branch renovate/stackexchange-dnscontrol-4.x 2026-03-02 06:01:17 +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!6
No description provided.