chore(deps): update stackexchange/dnscontrol docker tag to v4.33.0 #3

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

This PR contains the following updates:

Package Type Update Change
stackexchange/dnscontrol final minor 4.32.0 -> 4.33.0

Release Notes

StackExchange/dnscontrol (stackexchange/dnscontrol)

v4.33.0

Compare Source

Greetings DNS fans!

WARNING: This release overhauled two internal systems. There should be no user-visible affects. However... please test carefully before putting it into production. What changed? (1) how DS records are managed (this doesn't affect many users), and (2) how IP addresses are managed (this affects everyone).

Highlights:

  • 2 new providers! GIDINET and INFOMANIAK! Grazie to @​zupolgec for contributing Gidinet (both DNS provider and registrar) (#​4004), and thanks to @​jbelien for adding INFOMANIAK (also both DNS provider and registrar) (#​3574)
  • 2 big refactoring projects: DS was rewritten to use the more modern RecordConfigV2 (#​3996) and we converted net.IP to the more modern netip.Addr (#​4012)
  • Cloudflare gained support for record comments, tags, and CNAME flattening thanks to @​allixsenos
  • DESEC gained support for LOC record (#​4011) thanks to @​androw
  • DIGITALOCEAN doccs have been updated (#​4029) thanks to @​chicks-net (he also contributed #​4041 which fixed many broken links)
  • JOKER now correctly updates TTLs on CAA and other records #​4019 thanks to @​grahammiln
  • And many other improvements!

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 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 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.32.0` -> `4.33.0` | --- ### Release Notes <details> <summary>StackExchange/dnscontrol (stackexchange/dnscontrol)</summary> ### [`v4.33.0`](https://github.com/StackExchange/dnscontrol/releases/tag/v4.33.0) [Compare Source](https://github.com/StackExchange/dnscontrol/compare/v4.32.0...v4.33.0) Greetings DNS fans! WARNING: This release overhauled two internal systems. There should be no user-visible affects. However... please test carefully before putting it into production. What changed? (1) how DS records are managed (this doesn't affect many users), and (2) how IP addresses are managed (this affects everyone). Highlights: - 2 new providers! GIDINET and INFOMANIAK! Grazie to [@&#8203;zupolgec](https://github.com/zupolgec) for contributing Gidinet (both DNS provider and registrar) ([#&#8203;4004](https://github.com/StackExchange/dnscontrol/issues/4004)), and thanks to [@&#8203;jbelien](https://github.com/jbelien) for adding INFOMANIAK (also both DNS provider and registrar) ([#&#8203;3574](https://github.com/StackExchange/dnscontrol/issues/3574)) - 2 big refactoring projects: DS was rewritten to use the more modern RecordConfigV2 ([#&#8203;3996](https://github.com/StackExchange/dnscontrol/issues/3996)) and we converted net.IP to the more modern netip.Addr ([#&#8203;4012](https://github.com/StackExchange/dnscontrol/issues/4012)) - Cloudflare gained support for record comments, tags, and CNAME flattening thanks to [@&#8203;allixsenos](https://github.com/allixsenos) - DESEC gained support for LOC record ([#&#8203;4011](https://github.com/StackExchange/dnscontrol/issues/4011)) thanks to [@&#8203;androw](https://github.com/androw) - DIGITALOCEAN doccs have been updated ([#&#8203;4029](https://github.com/StackExchange/dnscontrol/issues/4029)) thanks to [@&#8203;chicks-net](https://github.com/chicks-net) (he also contributed [#&#8203;4041](https://github.com/StackExchange/dnscontrol/issues/4041) which fixed many broken links) - JOKER now correctly updates TTLs on CAA and other records [#&#8203;4019](https://github.com/StackExchange/dnscontrol/issues/4019) thanks to [@&#8203;grahammiln](https://github.com/grahammiln) - And many other improvements! 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: - [`fa57bf0`](https://github.com/StackExchange/dnscontrol/commit/fa57bf0a391911611a651c2be5fcce273fe0e30e): NEW PROVIDER: Gidinet DNS provider and registrar ([#&#8203;4004](https://github.com/StackExchange/dnscontrol/issues/4004)) ([@&#8203;zupolgec](https://github.com/zupolgec)) - [`776b666`](https://github.com/StackExchange/dnscontrol/commit/776b66634df25b75d416ded2193b9845df6dad47): NEW PROVIDER: INFOMANIAK ([#&#8203;3574](https://github.com/StackExchange/dnscontrol/issues/3574)) ([@&#8203;jbelien](https://github.com/jbelien)) - [`906495a`](https://github.com/StackExchange/dnscontrol/commit/906495ae27f28dbfc33bef5f3180c6618db0ddf6): REFACTOR: Rewrite DS to use RecordConfigV2 ([#&#8203;3996](https://github.com/StackExchange/dnscontrol/issues/3996)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`e999c7f`](https://github.com/StackExchange/dnscontrol/commit/e999c7f85a60cf59f3b78229da8d06b3f8fd8ed0): REFACTOR: Convert net.IP to netip.Addr ([#&#8203;4012](https://github.com/StackExchange/dnscontrol/issues/4012)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) ##### Provider-specific changes: - [`d0a0a02`](https://github.com/StackExchange/dnscontrol/commit/d0a0a02da09ab00aa5ce3738500347b56e2f4919): CLOUDFLAREAPI: Add per-record CNAME flattening support ([#&#8203;4020](https://github.com/StackExchange/dnscontrol/issues/4020)) ([@&#8203;allixsenos](https://github.com/allixsenos)) - [`5ae29a6`](https://github.com/StackExchange/dnscontrol/commit/5ae29a619403ac4e2fa9ad833b0f790fff18798b): CLOUDFLAREAPI: Add support for record comments and tags ([#&#8203;4025](https://github.com/StackExchange/dnscontrol/issues/4025)) ([@&#8203;allixsenos](https://github.com/allixsenos)) - [`5400286`](https://github.com/StackExchange/dnscontrol/commit/54002860df03db8bef2d5985b5572f3fee6e1d23): CLOUDFLAREAPI: Reduce confusion by making CF\_CNAME\_FLATTEN\_ON and CF\_PROXY\_ON mutually exclusive ([#&#8203;4026](https://github.com/StackExchange/dnscontrol/issues/4026)) ([@&#8203;allixsenos](https://github.com/allixsenos)) - [`39be60d`](https://github.com/StackExchange/dnscontrol/commit/39be60d34d838cc8d0aaaca9dc4627c2c925775b): DESEC: add support for LOC record ([#&#8203;4011](https://github.com/StackExchange/dnscontrol/issues/4011)) ([@&#8203;androw](https://github.com/androw)) - [`5021e61`](https://github.com/StackExchange/dnscontrol/commit/5021e6100bdcfb528763482a8c0c85321072a837): DIGITALOCEAN: self-documenting Cannot()s for unsupported features ([#&#8203;4029](https://github.com/StackExchange/dnscontrol/issues/4029)) ([@&#8203;chicks-net](https://github.com/chicks-net)) - [`2bb352f`](https://github.com/StackExchange/dnscontrol/commit/2bb352f50e2669e750cd7153baa1ff2e0cc49dd9): JOKER: TTLs may not always be set for CAA and other records ([#&#8203;4019](https://github.com/StackExchange/dnscontrol/issues/4019)) ([@&#8203;grahammiln](https://github.com/grahammiln)) ##### Documentation: - [`f792c87`](https://github.com/StackExchange/dnscontrol/commit/f792c870c8ea74dd00f247ff55840f9b2452f697): DOCS: Fix DKIM\_BUILDER instruction typo ("note" not "notes") ([#&#8203;4027](https://github.com/StackExchange/dnscontrol/issues/4027)) ([@&#8203;flindeberg](https://github.com/flindeberg)) - [`e5e7934`](https://github.com/StackExchange/dnscontrol/commit/e5e79346785c2aae0bd5956c4363a5f7a61d1712): DOCS: debug provider links that had underscores before 3909 ([#&#8203;4041](https://github.com/StackExchange/dnscontrol/issues/4041)) ([@&#8203;chicks-net](https://github.com/chicks-net)) ##### CI/CD: - [`cef3402`](https://github.com/StackExchange/dnscontrol/commit/cef34029040fed420c869751c60259f89c102289): Build(deps): Bump alpine from 3.23.2 to 3.23.3 ([#&#8203;4032](https://github.com/StackExchange/dnscontrol/issues/4032)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0d0ee28`](https://github.com/StackExchange/dnscontrol/commit/0d0ee2823feed4bcc0fb9adf9070595c997406fc): CICD: Enable testing of cloudflare redirects ([#&#8203;4022](https://github.com/StackExchange/dnscontrol/issues/4022)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) ##### Dependencies: - [`26cb204`](https://github.com/StackExchange/dnscontrol/commit/26cb204be07082aa37db7b037cf742698702c84b): CHORE: Upgrade dependencies ([#&#8203;4037](https://github.com/StackExchange/dnscontrol/issues/4037)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) ##### Other changes and improvements: - [`e01b174`](https://github.com/StackExchange/dnscontrol/commit/e01b17474914ee6b1691bc086f7ef074c7918e83): FEATURE: Output memory statistics (--full) ([#&#8203;4031](https://github.com/StackExchange/dnscontrol/issues/4031)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`b346a4c`](https://github.com/StackExchange/dnscontrol/commit/b346a4cb12cf808b6536cb6723ca7e2b8082899c): BUGFIX: avoid collisions in context with custom type (staticcheck/SA1029) ([#&#8203;4014](https://github.com/StackExchange/dnscontrol/issues/4014)) ([@&#8203;grahammiln](https://github.com/grahammiln)) - [`59f4da4`](https://github.com/StackExchange/dnscontrol/commit/59f4da461d7b5ff3c3b3ec1d9ec5be452012c5ba): BUGFIX: avoid impossible comparison (staticcheck/SA4003) ([#&#8203;4015](https://github.com/StackExchange/dnscontrol/issues/4015)) ([@&#8203;grahammiln](https://github.com/grahammiln)) - [`0e5fbef`](https://github.com/StackExchange/dnscontrol/commit/0e5fbef6ec6dc86d9481f2a4ac261522d0ed80ea): BUGFIX: error contains advice for presentation (staticcheck/ST1005) ([#&#8203;4016](https://github.com/StackExchange/dnscontrol/issues/4016)) ([@&#8203;grahammiln](https://github.com/grahammiln)) - [`375b150`](https://github.com/StackExchange/dnscontrol/commit/375b1504df7bbf4eaa8ecaae82d7be2c3c90fdb3): CHORE: generate-all.sh ([#&#8203;4043](https://github.com/StackExchange/dnscontrol/issues/4043)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`566df5e`](https://github.com/StackExchange/dnscontrol/commit/566df5ebaf89564e4a28160832600e1a49cfabd4): REFACTOR: Label legacy miekg/dns package as dnsv1 ([#&#8203;4024](https://github.com/StackExchange/dnscontrol/issues/4024)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`a91c54b`](https://github.com/StackExchange/dnscontrol/commit/a91c54b4e4658dd5fc59fa4dd958218711880e45): REFACTOR: use idiomatic Go (staticcheck/S1002+S1009) ([#&#8203;4017](https://github.com/StackExchange/dnscontrol/issues/4017)) ([@&#8203;grahammiln](https://github.com/grahammiln)) #### 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 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 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.33.0
Some checks failed
Build and Push / Build fleaz/django-nginx (push) Successful in 14s
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/deploy (push) Successful in 43s
Build and Push / Build fleaz/awsci (push) Successful in 1m20s
4b9771ea70
renovate scheduled this pull request to auto merge when all checks succeed 2026-02-03 06:01:42 +00:00
renovate merged commit 6227e89efa into master 2026-02-03 06:01:57 +00:00
renovate deleted branch renovate/stackexchange-dnscontrol-4.x 2026-02-03 06:01:57 +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!3
No description provided.