Update dependency ubi:dnscontrol/dnscontrol to v5.0.2 - #20
Merged
Merged
Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.0→5.0.2Release Notes
dnscontrol/dnscontrol (ubi:dnscontrol/dnscontrol)
v5.0.2Compare Source
Greetings DNS fans!
There were some small but significant bugs found in v5.0.0. If your configuration uses the
IP()function, there's a 50% chance you're affected. CLOUDNS users of the CAA record type are also affected.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:
a75b7f1: CLOUDNS: BUGFIX: CAA records get unneeded updates (fixes #4819) (#4820) (@TomOnTime)9675a6b: TRANSIP: Empty TXT records are not supported by TransIP (#4831) (@TomOnTime)4a12040: TRANSIP: TransIP does not support TXT with trailing whitespace (#4832) (@TomOnTime)b81370f: TRANSIP: Write TXT records unquoted (v5 regression of #2708) (#4824) (@cafferata)6bcc818: chore(netnod): Add @vilhelmprytz as maintainer (#4822) (@vilhelmprytz)Documentation:
6b54c2a: docs: Add TOC and fix MarkDown lint warnings (#4818) (@TomOnTime)Dependencies:
9e51250: chore: Update dependencies (#4826) (@TomOnTime)Other changes and improvements:
a397057: BUG: SPF parsing no longer rejects the bare "ptr" mechanism (#4640) (@shuvamk)d32a8f1: BUGFIX: DMARC_BUILDER handling of nonexistentSubdomain policy (#4823) (@eliheady)d6e5ee7: Release v5.0.1 (#4830) (@TomOnTime)7100433: Release v5.0.2 (#4833) (@TomOnTime)520cd67: bugfix(mustbe): Fix 32-bit compatibility (#4817) (@TomOnTime)cffd094: fix(IP): The IP() function breaks for 128/8 and higher (#4827) (@TomOnTime)77c6870: fix(SPF): detect include loops instead of crashing (#4641) (@shuvamk)Deprecation warnings
Install
macOS and Linux
Install with Homebrew (recommended)
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 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:
Update
Update to the latest version depends on how you choose to install
dnscontrolon your machine.Update with Homebrew
Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.