Update ghcr.io/stackexchange/dnscontrol Docker tag to v4.10.0 #54
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:
4.9.0
->4.10.0
Release Notes
StackExchange/dnscontrol (ghcr.io/stackexchange/dnscontrol)
v4.10.0
Compare Source
This release includes 4 new DNS record types (HTTPS, SVCB, DNSKEY and DHCID), a big performance improvement for CLOUDFLAREAPI, plus many bug fixes and documentation improvements.
Highlights:
ppreview
is now significantly faster as a result.Do you maintain a provider? Please consider adding support for HTTPS, SVCB, DNSKEY, and DHCID.
Thanks to @christianbur for taking the lead on HTTPS/SVCB, to @xtexChooser for taking the lead on DNSKEY, and to @@fuero for taking the lead on DHCID! Thanks to @mraspor for reporting the BIND/SOA bug. Thanks to everyone for their contributions! This is a community effort and it wouldn't be a success without all your help!
Help wanted! We need maintainers for MSDNS, NAMEDOTCOM, and SOFTLAYER!
Changelog
Provider-specific changes:
bb79c70
: CLOUDFLAREAPI: Fix zone info cache bug (#2927) (@tlimoncelli)3fd6806
: BIND: BUGFIX: SOA serial number doesn't change if SOA() used (#2908) (@tlimoncelli)cf4cca0
: INWX: Enable support for SVCB/HTTPS (#2930) (@christianbur)1616348
: NETLIFY: add support for listing all zones (#2933) (@SphericalKat)df0fa2d
: POWERDNS: Change DHCID test value to valid base64 code (#2915) (@fuero)0cd3c2f
: POWERDNS: Enables DHCID (#2911) (@fuero)da6f621
: POWERDNS: Value in test was too long (#2916) (@fuero)3a9b413
: NEW RECORD TYPE: HTTPS & SVCB (#2919) (@fritterhoff)7741ef0
: Enable support for SVCB/HTTPS in GCLOUD and HEDNS (#2926) (@tlimoncelli)3f05482
: NEW RECORD TYPE: DNSKEY (#2917) (@xtexChooser)Documentation:
0b25fdb
: DOCS: Add reminder to create github label after adding new provider (#2932) (@tlimoncelli)6cbfb57
: DOCS: Disabling colors via environment variable (#2907) (@allixsenos)c310647
: DOCS: Documentation directory structure (#2905) (@cafferata)4757a0f
: DOCS: Remind devs to run go generate (#2929) (@tlimoncelli)5078927
: DOCS: Simplified the provider URLs (providers) (#2914) (@cafferata)2f9d248
: Fix typo: "cooordinate" (#2910) (@jauderho)CI/CD:
eae9686
: Build(deps): Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#2920) (@dependabot[bot])Dependencies:
bb79c70
: CHORE: update deps (#2927) (@tlimoncelli)Other changes and improvements:
Deprecation warnings
Install
macOS and Linux
Install with Homebrew (recommended)
Install with MacPorts
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
Install with MacPorts
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 has been generated by Mend Renovate. View repository job log here.