chore(deps): update stackexchange/dnscontrol docker tag to v4.36.1 #7

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

This PR contains the following updates:

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

Release Notes

StackExchange/dnscontrol (stackexchange/dnscontrol)

v4.36.1

Compare Source

Greetings DNS fans!

This is a bugfix release:

  • macOS binaries are now properly signed! No more Gatekeeper warnings! Thanks @​cafferata!
  • CLOUDFLAREAPI now runs 25% faster if you use pagerules and workers.
  • Binaries are now built using the most recent stable Go compiler (previously we were locked into Go 1.25)

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:
CI/CD:

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.

v4.36.0

Compare Source

Greetings DNS fans!

Release Highlights:

  • Big update for DNSIMPLE! Added support for SVCB, HTTPS, TLSA, NullMX. Now uses diff2, thus making IGNORE() more reliable plus other features. Thanks, @​onlyhavecans!
  • AXFRDDNS now supports OPENPGPKEY and SMIMEA records. Thanks @​gucci-on-fleek!
  • GCLOUD now supports AutoDNSSEC. Thanks @​miono!
  • The --cmax flag (preview/push) now defaults to 100. The old default (999) was just too large for some systems.

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.35.0` -> `4.36.1` | --- ### Release Notes <details> <summary>StackExchange/dnscontrol (stackexchange/dnscontrol)</summary> ### [`v4.36.1`](https://github.com/StackExchange/dnscontrol/releases/tag/v4.36.1) [Compare Source](https://github.com/StackExchange/dnscontrol/compare/v4.36.0...v4.36.1) Greetings DNS fans! This is a bugfix release: - macOS binaries are now properly signed! No more Gatekeeper warnings! Thanks [@&#8203;cafferata](https://github.com/cafferata)! - CLOUDFLAREAPI now runs 25% faster if you use pagerules and workers. - Binaries are now built using the most recent stable Go compiler (previously we were locked into Go 1.25) 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: - [`dac7be8`](https://github.com/StackExchange/dnscontrol/commit/dac7be8c5a5f8cfa9e07e7cb31b4ff8d478546da): CLOUDFLAREAPI: Performance improvements for "preview" when workers/redirects are managed ([#&#8203;4134](https://github.com/StackExchange/dnscontrol/issues/4134)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) ##### CI/CD: - [`ea6694d`](https://github.com/StackExchange/dnscontrol/commit/ea6694dc8947a1822a4d4ae6de7342dd76489018): BUILD: Fix bug preventing macOS binaries from being signed and notarized with an Apple Developer ID ([#&#8203;4135](https://github.com/StackExchange/dnscontrol/issues/4135)) ([@&#8203;cafferata](https://github.com/cafferata)) - [`97b7b43`](https://github.com/StackExchange/dnscontrol/commit/97b7b43d105fe80e5ceb8b24c05bf37e51bdc7f0): CICD: Use latest stable golang ([#&#8203;4137](https://github.com/StackExchange/dnscontrol/issues/4137)) ([@&#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. ### [`v4.36.0`](https://github.com/StackExchange/dnscontrol/releases/tag/v4.36.0) [Compare Source](https://github.com/StackExchange/dnscontrol/compare/v4.35.0...v4.36.0) Greetings DNS fans! Release Highlights: - Big update for DNSIMPLE! Added support for SVCB, HTTPS, TLSA, NullMX. Now uses diff2, thus making IGNORE() more reliable plus other features. Thanks, [@&#8203;onlyhavecans](https://github.com/onlyhavecans)! - AXFRDDNS now supports OPENPGPKEY and SMIMEA records. Thanks [@&#8203;gucci-on-fleek](https://github.com/gucci-on-fleek)! - GCLOUD now supports AutoDNSSEC. Thanks [@&#8203;miono](https://github.com/miono)! - The `--cmax` flag (preview/push) now defaults to 100. The old default (999) was just too large for some systems. 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: - [`a016a25`](https://github.com/StackExchange/dnscontrol/commit/a016a2557e1f7b6e70aad1084ec824c14a9169f0): AXFRDDNS: Add support for OPENPGPKEY and SMIMEA records ([#&#8203;4107](https://github.com/StackExchange/dnscontrol/issues/4107)) ([@&#8203;gucci-on-fleek](https://github.com/gucci-on-fleek)) - [`babd1cd`](https://github.com/StackExchange/dnscontrol/commit/babd1cd60a573e96ba86590c3d4aa8c67e577376): DNSIMPLE: Update dnsimple-go, implement SVCB, HTTPS, TLSA, Fix NullMX, Update provider to diff2 ([#&#8203;4106](https://github.com/StackExchange/dnscontrol/issues/4106)) ([@&#8203;onlyhavecans](https://github.com/onlyhavecans)) - [`faa7e4f`](https://github.com/StackExchange/dnscontrol/commit/faa7e4fa099589049db2bbfe27629648a4b6c0c2): GCLOUD: Bugfix: Incomplete regular expression for hostnames ([#&#8203;4111](https://github.com/StackExchange/dnscontrol/issues/4111)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`591a7b2`](https://github.com/StackExchange/dnscontrol/commit/591a7b2ce2fc7f394c1823e0fe1d3e75d5076e47): GCLOUD: Enable support for AutoDNSSEC ([#&#8203;4118](https://github.com/StackExchange/dnscontrol/issues/4118)) ([@&#8203;miono](https://github.com/miono)) ##### Documentation: - [`14bab6f`](https://github.com/StackExchange/dnscontrol/commit/14bab6f6b2bc1594b58a6e10c9b646bf09864d8c): DOCS: TypeScript recommendation and require workaround ([#&#8203;4127](https://github.com/StackExchange/dnscontrol/issues/4127)) ([@&#8203;cafferata](https://github.com/cafferata)) ##### CI/CD: - [`d10a5d7`](https://github.com/StackExchange/dnscontrol/commit/d10a5d79173e17ee2853703130395a3efd213ed5): Build(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0 ([#&#8203;4125](https://github.com/StackExchange/dnscontrol/issues/4125)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`aa79910`](https://github.com/StackExchange/dnscontrol/commit/aa799101c6bd2930d380721e8fa792abfd157df8): Build(deps): Bump basic-ftp from 5.0.5 to 5.2.0 ([#&#8203;4108](https://github.com/StackExchange/dnscontrol/issues/4108)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9d893dc`](https://github.com/StackExchange/dnscontrol/commit/9d893dcd8741b84447fe2deadbcd9e19a1da0f14): Build(deps): Bump github.com/urfave/cli/v3 from 3.6.2 to 3.7.0 ([#&#8203;4112](https://github.com/StackExchange/dnscontrol/issues/4112)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`3801ccc`](https://github.com/StackExchange/dnscontrol/commit/3801cccca7fba7a7d9f63dc25531ef0a239d16b5): Build(deps): Bump minimatch from 10.2.2 to 10.2.4 ([#&#8203;4109](https://github.com/StackExchange/dnscontrol/issues/4109)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`63ba7d9`](https://github.com/StackExchange/dnscontrol/commit/63ba7d9735e1379491e2e235c271751010ff37b5): CICD: Restrict permissions in .github/workflows/pr\_build.yml ([#&#8203;4121](https://github.com/StackExchange/dnscontrol/issues/4121)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`a6c82d7`](https://github.com/StackExchange/dnscontrol/commit/a6c82d7a53088da60a8f7e571dbf34791778af71): CICD: Restrict permissions in .github/workflows/pr\_integration\_tests.yml ([#&#8203;4123](https://github.com/StackExchange/dnscontrol/issues/4123)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`781e3e0`](https://github.com/StackExchange/dnscontrol/commit/781e3e0972be54e002795ab76bc90b716f450784): CICD: Restrict permissions in .github/workflows/pr\_integration\_tests.yml ([#&#8203;4124](https://github.com/StackExchange/dnscontrol/issues/4124)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`4119ef6`](https://github.com/StackExchange/dnscontrol/commit/4119ef62f17a0e830c2de1ae49cce798f4b8fcd6): CICD: Restrict permissions in .github/workflows/pr\_lint.yml ([#&#8203;4122](https://github.com/StackExchange/dnscontrol/issues/4122)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`de381f3`](https://github.com/StackExchange/dnscontrol/commit/de381f3eb5de81d248ad5c97970a601d299d5115): CICD: Workflow does not contain permissions ([#&#8203;4120](https://github.com/StackExchange/dnscontrol/issues/4120)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) ##### Dependencies: - [`95519f6`](https://github.com/StackExchange/dnscontrol/commit/95519f65c27b217c6161b83a9006793365dbbd04): CHORE: Update dependencies ([#&#8203;4119](https://github.com/StackExchange/dnscontrol/issues/4119)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`b19b360`](https://github.com/StackExchange/dnscontrol/commit/b19b36079187e4a96a0761d9a177853d4aa9a186): CHORE: Update dependencies ([#&#8203;4128](https://github.com/StackExchange/dnscontrol/issues/4128)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) - [`28ccc07`](https://github.com/StackExchange/dnscontrol/commit/28ccc0758dfead4a2c1fefec8a5714f884ddd880): CHORE: Update dependencies ([#&#8203;4130](https://github.com/StackExchange/dnscontrol/issues/4130)) ([@&#8203;tlimoncelli](https://github.com/tlimoncelli)) ##### Other changes and improvements: - [`3571d40`](https://github.com/StackExchange/dnscontrol/commit/3571d402b77d714caa19d1a1d42135f40bc366b2): Change --cmax default to 100. Infinity is just too large ([#&#8203;4126](https://github.com/StackExchange/dnscontrol/issues/4126)) ([@&#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.36.1
Some checks failed
Build and Push / Build fleaz/django-nginx (push) Successful in 31s
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/deploy (push) Successful in 42s
Build and Push / Build fleaz/playground (push) Failing after 4s
Build and Push / Build fleaz/awsci (push) Successful in 1m23s
f76be9b387
renovate scheduled this pull request to auto merge when all checks succeed 2026-03-09 06:00:53 +00:00
renovate merged commit 3ff71ca110 into master 2026-03-09 06:01:25 +00:00
renovate deleted branch renovate/stackexchange-dnscontrol-4.x 2026-03-09 06:01:25 +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!7
No description provided.