Greetings DNS fans!
POSSIBLE BREAKING CHANGE!
- INWX USERS! If you use the NAMESERVER() operator, behavior has changed to be like all other providers. In the past you were unable to delete entries, only add to them. Now NAMESERVER() (if it exists in your D() statement) replaces the delegations at the registrar. Please test your configuration before putting this release into production. You may need to add NAMESERVER() statements.
Highlights:
- d77c263: Fix SPF optimizer bug related to +mx and related (#4062) (@cafferata)
- 47866f9: BUNNY_DNS now supports PullZone records (#4053) (@matteocontrini)
- 6f30347: Homebrew releases now use modern methods (#3734) (@cafferata)
- 6d2074b: INWX handles NAMESERVER() statements correctly, replacing (not adding to) the registrar list POSSIBLE BREAKING CHANGE (#4052) (@axeldunkel)
- b8d1d55: LINODE accepts
CAArecords with non-zero flags (#4049) (@grahammiln)
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:
- 6d2074b: INWX: Bugfix: NAMESERVER() should replace registrar list, not merge into it (#4052) (@axeldunkel)
- b8d1d55: LINODE: Accept
CAArecords with non-zero flags (#4049) (@grahammiln)
Documentation:
- 5fc0efe: DOCS: Fix numbering on writing-providers.md (#4064) (@tlimoncelli)
CI/CD:
- 6f30347: BUILD: GoReleaser integration for Homebrew Cask (#3734) (@cafferata)
- 24d3680: Build(deps): Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 (#4056) (@dependabot[bot])
- 7adecc6: CICD: Add golangci-lint-action to PR pipeline (#4058) (@cafferata)
Dependencies:
- 8fa88fb: CHORE: Update dependencies (#4065) (@tlimoncelli)
Other changes and improvements:
- d77c263: BUGFIX: Fix SPF parsing of qualified mechanisms like +mx (#4062) (@cafferata)
- 47866f9: BUNNY_DNS: Add support for PullZone (PZ) record type (#4053) (@matteocontrini)
- afd69e9: CHORE: Add missing providers to GoReleaser release notes regex (#4063) (@cafferata)
- 7b6b8ee: REFACTOR: Fix golint warnings (#4060) (@tlimoncelli)
- 851e9eb: REFACTOR: Modernize code (#4054) (@tlimoncelli)
- f38e12c: REFACTOR: Remove dead code, fix comments (#4057) (@tlimoncelli)
- e37a839: bump actions/cache from 5.0.2 to 5.0.3 (#4061) (@dependabot[bot])
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 install StackExchange/tap/dnscontrolUsing 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 previewAnywhere 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@mainUpdate
Update to the latest version depends on how you choose to install dnscontrol on your machine.
Update with Homebrew
brew upgrade StackExchange/tap/dnscontrolAlternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.