noclocks / dns

DNS Records Managed via dnscontrol
https://docs.noclocks.dev/dns/
The Unlicense
3 stars 1 forks source link

build(deps): bump stackexchange/dnscontrol from 4.9.0 to 4.10.0 #74

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps stackexchange/dnscontrol from 4.9.0 to 4.10.0.

Release notes

Sourced from stackexchange/dnscontrol's releases.

v4.10.0

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:

  • New DNS record types SVCB and HTTPS. Supported on AXFRDDNS, BIND, GCLOUD, HEDNS, INWX, POWERDNS.
  • New DNS record type DNSKEY. Supported on BIND and DESEC.
  • New DNS record type DHCID. Supported on POWERDNS.
  • CLOUDFLAREAPI's cache algorithm was broken, resulting in Zone Info being re-downloaded once for every domain. ppreview is now significantly faster as a result.
  • BIND: If you use BIND and the SOA() feature, your serial numbers never incremented. Fixed.

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:

  • bb79c7070815b80cf7a3b0bee5a7e8a5fc73d82d: CLOUDFLAREAPI: Fix zone info cache bug (#2927) (@​tlimoncelli)
  • 3fd6806be0cd9d22528c00c8e282d733ceb32e7c: BIND: BUGFIX: SOA serial number doesn't change if SOA() used (#2908) (@​tlimoncelli)
  • cf4cca0df4292b23ac4f302c1719700ad708ed83: INWX: Enable support for SVCB/HTTPS (#2930) (@​christianbur)
  • 16163480397fd4152e44e83ac049eeb6597e81c9: NETLIFY: add support for listing all zones (#2933) (@​SphericalKat)
  • df0fa2dbf83ffc523ab6c3be817a9e28c55ffa00: POWERDNS: Change DHCID test value to valid base64 code (#2915) (@​fuero)
  • 0cd3c2fb92fc8ca5922b2afb6826eccb3509b204: POWERDNS: Enables DHCID (#2911) (@​fuero)
  • da6f6218ee42b720debe3daae225e947c89e47fd: POWERDNS: Value in test was too long (#2916) (@​fuero)
  • 3a9b41317584298a403fb419efa88df4e50e9422: NEW RECORD TYPE: HTTPS & SVCB (#2919) (@​fritterhoff)
  • 7741ef08f96f1c269a879caa944af337bc4cc15c: Enable support for SVCB/HTTPS in GCLOUD and HEDNS (#2926) (@​tlimoncelli)
  • 3f05482e6b6120903e83520bf94975567db987a0: NEW RECORD TYPE: DNSKEY (#2917) (@​xtexChooser)

Documentation:

  • 0b25fdbefca54c735e3d9fb1528f14fc4ce00cd4: DOCS: Add reminder to create github label after adding new provider (#2932) (@​tlimoncelli)
  • 6cbfb57ab76350934037c360b088d0592a5df017: DOCS: Disabling colors via environment variable (#2907) (@​allixsenos)
  • c31064781f3a7af9e0aac0f66fe38428d67acde8: DOCS: Documentation directory structure (#2905) (@​cafferata)
  • 4757a0feeed125b0e5c519fdbd909cba836f36a6: DOCS: Remind devs to run go generate (#2929) (@​tlimoncelli)
  • 5078927e01ea019a79a3932fddb7ae49cdba9fb2: DOCS: Simplified the provider URLs (providers) (#2914) (@​cafferata)
  • 2f9d2487f654195da722a5ec66b1b6244154e2c4: Fix typo: "cooordinate" (#2910) (@​jauderho)

CI/CD:

  • eae96860cd239a650a43681af6acc8aa7686fd23: Build(deps): Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#2920) (@​dependabot[bot])

Dependencies:

Other changes and improvements:

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
  • MSDNS maintainer needed! Without a new volunteer, this DNS provider will lose support after April 2025. See StackExchange/dnscontrol#2878
  • NAMEDOTCOM 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.
  • get-certs/ACME support is frozen and will be removed without notice between now and July 2025. It has been unsupported since December 2022. If you don't use this feature, do not start. If you do use this feature, migrate ASAP. See discussion in issues/1400

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)