chore(deps): update stackexchange/dnscontrol docker tag to v4.33.1 #4

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

This PR contains the following updates:

Package Type Update Change
stackexchange/dnscontrol final patch 4.33.0 -> 4.33.1

Release Notes

StackExchange/dnscontrol (stackexchange/dnscontrol)

v4.33.1

Compare Source

Greetings DNS fans!

Summary: This is a bugfix release (and 2 small additions came along for the ride). If you use the new Cloudflare comments and tags feature, you can now remove those comments and tags too!

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:
Dependencies:

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 | patch | `4.33.0` -> `4.33.1` | --- ### Release Notes <details> <summary>StackExchange/dnscontrol (stackexchange/dnscontrol)</summary> ### [`v4.33.1`](https://github.com/StackExchange/dnscontrol/releases/tag/v4.33.1) [Compare Source](https://github.com/StackExchange/dnscontrol/compare/v4.33.0...v4.33.1) Greetings DNS fans! Summary: This is a bugfix release (and 2 small additions came along for the ride). If you use the new Cloudflare comments and tags feature, you can now remove those comments and tags too! 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: - [`ec5e9b7`](https://github.com/StackExchange/dnscontrol/commit/ec5e9b7b0a6ed437e4651b645995b16c3197169a): CLOUDFLAREAPI: Fix comment and tag removal not taking effect ([#&#8203;4045](https://github.com/StackExchange/dnscontrol/issues/4045)) ([@&#8203;allixsenos](https://github.com/allixsenos)) - [`dfb1ed5`](https://github.com/StackExchange/dnscontrol/commit/dfb1ed57beec47941597b305ad84a7212d5c0050): LINODE: Enable Service (SRV) record support ([#&#8203;4048](https://github.com/StackExchange/dnscontrol/issues/4048)) ([@&#8203;grahammiln](https://github.com/grahammiln)) ##### Dependencies: - [`fe8fcf4`](https://github.com/StackExchange/dnscontrol/commit/fe8fcf4d7716ff969a1cc644b68d15314acc6497): CHORE: Update deps ([#&#8203;4047](https://github.com/StackExchange/dnscontrol/issues/4047)) ([@&#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 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.1
Some checks failed
Build and Push / Build fleaz/django-nginx (push) Successful in 13s
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 46s
Build and Push / Build fleaz/awsci (push) Successful in 1m18s
47f249af36
renovate scheduled this pull request to auto merge when all checks succeed 2026-02-04 06:01:42 +00:00
renovate merged commit f2362df0b1 into master 2026-02-04 06:01:57 +00:00
renovate deleted branch renovate/stackexchange-dnscontrol-4.x 2026-02-04 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!4
No description provided.