fix(deps): update module github.com/stackexchange/dnscontrol/v4 to v4.14.1 #119
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.14.0
->v4.14.1
Release Notes
StackExchange/dnscontrol (github.com/StackExchange/dnscontrol/v4)
v4.14.1
Compare Source
Greetings DNSControl Fans!
This is a bugfix release, though one new feature is included (GCORE gains support for GeoDNS/Failover thanks to @xddxdd).
Thanks to everyone for their contributions! This is a community-driven project and we couldn't do it without all your PRs, reviews, and other support!
Here's the details:
Changelog
Provider-specific changes:
be25228
: GCORE: Add support for GeoDNS/Failover (#3161) (@xddxdd)ee65e46
: NS1: Ignore RRSets of type REDIRECT (#3167) (@kabenin)5fbbad1
: ORACLE: BUGFIX: Support accounts with > 50 zones (#3179) (@fabienmazieres)a6fe3fc
: ORACLE: Do not warn about TTL for sub domain NS records (#3178) (@fabienmazieres)4190659
: ORACLE: Handle the API's inconsistent NS "trailing dot" issue (#3170) (@fabienmazieres)CI/CD:
16fa123
: Build(deps): Bump actions/cache from 4.1.1 to 4.1.2 (#3175) (@dependabot[bot])635eb31
: M365_BUILDER: Support second level domains, fix domainGUID Generation (#3165) (@CJFelto)Dependencies:
a0f7123
: CHORE: Update deps and fmt (#3184) (@tlimoncelli)Other changes and improvements:
1872b12
: NEW FEATURE: IMPORT_TRANSFORM_STRIP (#3181) (@tlimoncelli)2abbab0
: CHORE: go generate (#3182) (@tlimoncelli)1edde62
: Clean-up records after TestDualProviders (#3171) (@fabienmazieres)e0ef3cb
: GET-CERTS: Bump github.com/go-acme/lego to v4 to resolve security issues with go-jose (#3169) (@jauderho)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.