fix(deps): update module github.com/stackexchange/dnscontrol/v4 to v4.17.0 #166
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:
v4.16.0
->v4.17.0
Release Notes
StackExchange/dnscontrol (github.com/StackExchange/dnscontrol/v4)
v4.17.0
Compare Source
Greetings DNS fans!
This is mostly a bugfix release. Most notable is that @eliheady fixed how split horizon domains work with the
push --domains
flag. Not only are the bugs fixed, but wildcards now work! See https://docs.dnscontrol.org/commands/preview-push for details.Thanks to all contributors involved in this release! This is a community project and we couldn't do it without all our contributors!
Best,
Tom
Changelog
Major features:
48c99f7
: Improve tagged domain handling in support of Split Horizon feature (#3444) (@eliheady)Provider-specific changes:
2c56f68
: CLOUDFLAREAPI: Future-proof how ALIAS is handled (#3436) (@tlimoncelli)ea645bf
: DNSMADEEASY: populate zone cache after creating zone (#3333) (@das7pad)ad308f6
: OVH: Bugfix: Native DMARC records rejected for subdomains (#3440) (@masterzen)063d8b0
: BUNNY_DNS: Add support forRedirect
record (#3472) (@stevenrombauts)Documentation:
f3bdb17
: DOCS: Fix quoting issue in D.md (#3446) (@labrown)e91289b
: DOCS: Fixes broken GitHub badge (#3438) (@cafferata)83a36a6
: DOCS: SOA RNAME description isn't accurate (#3481) (@jpmens)5c18be2
: DOCS: Update migrating.md to match BIND's current behavior (#3454) (@udf2457)e0e32ca
: DOCS: fix broken links (#3437) (@imlonghao)0d92d7a
: DOCS: fix link to writing-providers.md (#3430) (@nyanotech)CI/CD:
59183f3
: Build(deps): Bump actions/cache from 4.2.0 to 4.2.1 (#3459) (@dependabot[bot])bd2c940
: Build(deps): Bump actions/cache from 4.2.1 to 4.2.2 (#3480) (@dependabot[bot])6aeacc6
: Build(deps): Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#3458) (@dependabot[bot])38fd85a
: Build(deps): Bump alpine from 3.21.2 to 3.21.3 (#3478) (@dependabot[bot])1962fb8
: Build(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (#3465) (@dependabot[bot])Dependencies:
8c3903e
: CHORE: update deps; go generate (#3455) (@tlimoncelli)Other changes and improvements:
b0bc29c
: BUG: get-zones not generating SOA() statements properly (#3464) (@tlimoncelli)f8ae1ee
: Bug: HASH() outputs debug info (#3483) (@jpmens)c01bfdc
: CHORE: Future proof CAA integration test (#3449) (@tlimoncelli)f281698
: CHORE: Update dependencies (#3484) (@tlimoncelli)311b6d8
: REFACTOR: Split integration_test.go (it should mostly contain data tables) (#3420) (@tlimoncelli)3f8f9e7
: refactor(RecordConfig): Use ChangeType() instead of assignment (#3441) (@tlimoncelli)2c4cc0c
: refactor(current-domain) Remove dot from current-domain (#3433) (@tlimoncelli)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/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:
Update
Update to the latest version depends on how you choose to install
dnscontrol
on your machine.Update with Homebrew
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: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.