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.11.0 #171887

Merged
merged 2 commits into from
May 16, 2024
Merged

dnscontrol 4.11.0 #171887

merged 2 commits into from
May 16, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
Hello DNSControl fans!

This is mostly a bug-fix and catch-up release. The most significant fix is that ppreview --expect-no-changes now works, thus making ppreview/ppush feature complete. Those commands will replace preview/push in 1-2 releases, so please test them and give your feedback as soon as possible. For my configuration ppreview reduces run-time from 4-5 minutes to 30 seconds.

  • New record support: DESEC added SVCB/HTTPS; NS1 added SVCB, HTTPS, TLSA, DNAME, DHCID; BUNNY_DNS added ALIAS.
  • Added support for concurrent operation (ppreview/ppush): NS1, TRANSIP
  • "ppreview --expect-no-changes" now works!
  • ZSH Autocomplete improved
  • Welcome new maintainer for AKAMAIEDGEDNS, Ed Lynes!

Thanks to everyone for their contributions! This is a community effort and it wouldn't be a success without all your help!

Changelog

Provider-specific changes:

  • 494a3f7f7824484763052ec6819f6b431fcb15eb: AKAMAIEDGEDNS: new maintainer: Ed Lynes (#2954) (@svernick)
  • c67962309efc5d87765236b6b7a0895e0c6c0488: DESEC: Enable support for SVCB/HTTPS (#2942) (@Meroje)
  • 7bd931694aa49b4f51db79a23a650265f1fdce8c: NS1: Add SVCB, HTTPS, TLSA support (#2945) (@costasd)
  • 4a363966995a37702f7eb202a2d95e7ad15b9e37: NS1: add support for DNAME and DHCID record types (#2951) (@costasd)
  • 734a55c31a798ca75c08108e6ca1f5155287ae41: NS1: enable concurrency (#2952) (@costasd)
  • 612f16b0e79db8e89ea89882ce572616d80ed9c0: NS1: update ns1-go to 2.10.0 (#2941) (@costasd)
  • c3152b41bf1685f9d4dfb79a60e6b671e8043990: TRANSIP: Completed/checked the missing capabilities (#2957) (@cafferata)
  • 9815cbb8f312a163e4c3dcd95596c46b7a85fd01: TRANSIP: Concurrency documented (#2948) (@cafferata)

Documentation:

  • a679095bcb20a108ce8acbfa90460c1c7aa6c82f: DOCS: Clarify RE doc (#2934) (@tlimoncelli)
  • 1205ef63434312577b22728d4034d9e44a05d913: DOCS: Code examples with END constant (#2950) (@cafferata)
  • e3e91ccade869f0b501c85960a71a60b6862f565: DOCS: [OVH] Several improvements (#2949) (@cafferata)

CI/CD:

  • 39eb45b9075896488c862485503b05def4285f51: CICD: De-conflate integration test for SVCB and HTTPS (#2938) (@tlimoncelli)

Dependencies:

  • 6e4689dc131df9f800d816be61c45fb5ce4288d2: CHORE: Update deps (#2953) (@tlimoncelli)
  • e6885cfb00a3e8305ef25c273a568ca9250c2844: CHORE: update deps (#2944) (@tlimoncelli)

Other changes and improvements:

  • 6817e08baa352c163d74d7f40352ccd9a0342072: BUG: "ppreview --expect-no-changes" returns error for "informational" messages (#2936) (@tlimoncelli)
  • ec241eea1b1639938ba2e54e2b8ae601431224e2: BUG: ZSH Autocomplete does not work if installed as a file #2955 (#2956) (@Maetveis)
  • a1fc1b1cd907b0c66abac6450985faf63e358d0c: BUNNY_DNS: Add support for ALIAS (#2946) (@DamianZaremba)
  • 1fa92de07e2a69ea38aacc03c2331922c583a412: CHORE: Linting and comment-fixing (#2937) (@tlimoncelli)
  • c7975f9b910c2876f1f6ef9ab4d28ad2cb1e73ef: CHORE: Upgrade AWS module (#2958) (@tlimoncelli)

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 16, 2024
Copy link
Contributor

🤖 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 16, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue May 16, 2024
Merged via the queue into master with commit e967ec8 May 16, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-dnscontrol-4.11.0 branch May 16, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants