Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnscontrol 4.10.0 #170975

Merged
merged 2 commits into from
May 6, 2024
Merged

dnscontrol 4.10.0 #170975

merged 2 commits into from
May 6, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
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:

  • bb79c7070815b80cf7a3b0bee5a7e8a5fc73d82d: CHORE: update deps (#2927) (@tlimoncelli)

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 New maintainer for MSDNS needed! 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

Install

macOS and Linux

Install with Homebrew (recommended)
brew install dnscontrol
Install with MacPorts
sudo port install dnscontrol
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:

go install github.com/StackExchange/dnscontrol/v4@main

Update

Update to the latest version depends on how you choose to install dnscontrol on your machine.

Update with Homebrew

brew upgrade dnscontrol
Install with MacPorts
sudo port upgrade dnscontrol

Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 6, 2024
Copy link
Contributor

github-actions bot commented May 6, 2024

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 6, 2024
@BrewTestBot BrewTestBot enabled auto-merge May 6, 2024 22:36
@BrewTestBot BrewTestBot added this pull request to the merge queue May 6, 2024
Merged via the queue into master with commit d7b0e8b May 6, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-dnscontrol-4.10.0 branch May 6, 2024 22:42
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 6, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants