Skip to content

DNSControl

v4.44.1 Breaking

This release includes 1 breaking change for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

dns dnscontrol go iac

Summary

AI summary

Broad release touches CI/CD, @TomOnTime, macOS and Linux, and Other changes and improvements.

Full changelog

Greetings DNS fans!

Release v4.44.1 highlights:

  • NAMECHEAP: Now supports SRV records, thanks to @willpower232!
  • "dnscontrol init" now supports NS1, thanks to @costasd!
  • Many performance optimizations in the CICD pipeline.

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:

  • ac99333c939ecf70710a127cb7d25596b6f4cf71: NAMECHEAP: Add SRV Record Support (#4511) (@willpower232)
  • 2206db0bf479cc11ed5ad1e82b4949ff7488d803: NS1: enable init support (#4531) (@costasd)

CI/CD:

  • 717d9aa2bfde010399277d42c7a565452be7fca1: Build(deps): Bump actions/labeler from 6 to 7 (#4564) (@dependabot[bot])
  • efab312fa355c4aaeed0d3806dd59eb2ca48d64f: Build(deps): Bump actions/setup-go from 6 to 7 (#4523) (@dependabot[bot])
  • fc14894d8ab549820823252041e3e4955892e0cf: Build(deps): Bump google.golang.org/grpc from 1.82.0 to 1.82.1 (#4596) (@dependabot[bot])
  • 12088f34f0b1dfd859999ba6f101e3b1b39303df: CICD: Cancel superseded PR runs; pin tools; shallow checkout (#4587) (@TomOnTime)
  • 5e3d099528304cc5f7e61d5010eb08d5b237c866: CICD: Don't double-cache Go artifacts (#4585) (@TomOnTime)
  • 93c7359f146cab96666b706bbe6671e61096306d: CICD: Fix per-provider integration-test serialization across triggers (#4598) (@TomOnTime)
  • 125a2843c929790842e61e6d9e3b8d2e95b09d6f: CICD: Remove setup-go (#4586) (@TomOnTime)
  • 97342a4d8111605ad4586c0e6f869713d8c93e9a: CICD: Translate PowerShell code to jq (#4576) (@TomOnTime)
  • 3950226f1d21ab42745f7dcb4353039ef4fe1ab9: CICD: go-checks don't need to be parallel, saving per-container setup cost (#4588) (@TomOnTime)

Dependencies:

  • 8ce1981b1a3acbd45b3525f88ff211f007705018: CHORE: Update dependencies (#4595) (@TomOnTime)

Other changes and improvements:

  • 524967c88156016f398375f658a226fffc9a8364: CHORE: fix a tiny bashism (#4534) (@costasd)
  • 7d65f82bda34808b3366fd08f046af0543808df8: Release v4.44.1 (#4599) (@TomOnTime)

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 (recommended)
brew trust --formula dnscontrol/tap/dnscontrol
brew install DNSControl/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/dnscontrol/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/DNSControl/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/tap/dnscontrol

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

Breaking Changes

  • REV() will switch from RFC2317 to RFC4183 in v5.0 (future breaking change).

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track DNSControl

Get notified when new releases ship.

Sign up free

About DNSControl

Infrastructure as code for DNS!

All releases →

Related context

Earlier breaking changes

  • v4.41.0 REV() will switch from RFC2317 to RFC4183 in v5.0 (breaking change)
  • v4.40.0 REV() will switch from RFC2317 to RFC4183 in upcoming v5.0 (breaking change)
  • v4.39.0 REV() will switch from RFC2317 to RFC4183 in v5.0, a breaking change.
  • v4.38.0 `dnscontrol get-zones` drops older syntax support, changing behavior
  • v4.38.0 REV() will switch from RFC2317 to RFC4183 in v5.0, a breaking change for affected configurations

Beta — feedback welcome: [email protected]