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.14.0 #194676

Merged
merged 2 commits into from
Oct 16, 2024
Merged

dnscontrol 4.14.0 #194676

merged 2 commits into from
Oct 16, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
Hello DNS Fans!

The big news is that the concurrent data gathering feature is stable and will become the default in the next release. Instead of new commands (ppreview/ppush) the functionality is enabled using the --cmode flag.

  • v4.14: --cmode defaults to legacy (old code, data gathering is done serially)
  • v4.15: --cmode defaults to concurrent (new code, data gathering is done concurrently)
  • v4.16: The legacy mode is removed

Any use of the old, legacy, code prints a warning:

WARN: In v4.15 --cmode will default to "concurrent". Please test and report any bugs ASAP. 
In v4.16 or later, "legacy" will go away. See https://docs.dnscontrol.org/commands/preview-push

Any use of the ppreview/ppush commands prints a warning similar to:

WARN: ppreview is going away in v4.16 or later. Use "preview --cmode=concurrent" instead.

Other major changes/improvements:

  • --report now works in preview, not just push.
  • CLOUDNS now supports LOC and AutoDNSSEC.
  • The "# of corrections" count was wrong for some providers. It should now be accurate for all providers.

Thanks to everyone for their contributions! This is a community project and we couldn't do it without all your help!

Tom

Changelog

Major features:

  • bbc68921010c542a6859cbf22f4c30221aa29dd2: FEATURE: enable --report for preview (not just push) (#3149) (@tlimoncelli)
  • 16a99a1ddbe956c5f4254edaacae53ab6f039cdd: CHORE: Add deprecation messages to preview/push/ppreview/ppush commands (#3155) (@tlimoncelli)
  • 06ba3cce775477779bb7b0fe021168f9c89ba07c: Bugfix: Providers with batched updates might not report the correct number of changes (#3108) (@tlimoncelli)

Provider-specific changes:

  • 040384f2331c6e2fb153ef1006e1e11c99db25f2: BIND: DOCS: clarify meta config instructions (#3111) (@chicks-net)
  • d7f4d0e3e17dd80ac1ea6134648fd58cfa6548fc: CLOUDNS: add support for LOC records (#3127) (@hmoffatt)
  • c1abd5d9faba038bc8c59b0962f7c97bd9d59cab: CLOUDNS: don't print full URL on error (#3124) (#3126) (@hmoffatt)
  • dcba570bf1e4f80555b499b8361f716a5d577375: CLOUDNS: implement AutoDNSSEC (#747) (#3114) (@hmoffatt)
  • 795dbea3b8ee1e6ec16611db2375381dec6aea66: ORACLE: fix nameserver trailing dot error (#3151) (@kallsyms)
  • 864325e293c6a524e5ecf78ed80c6733df1d6754: PORKBUN: Update porkbun API endpoint per documentation / email (#3153) (@plttn)
  • 57f15c15cb0594f4be1bf4b27e2b38a913112e68: PORKBUN: fix staticcheck warnings (#3159) (@imlonghao)
  • 9178a837de6cdfd4ae658169144f8130bbcb34a7: POWERDNS: Improve preformance by using new batched add/remove functions in 0.6.6 API (#3105) (@Veratil)

Documentation:

  • 12a72cb72923f9dec040f0d270d1ab1b432f85f8: DOCS: Minor clarifications on NAMESERVER() (#3113) (@tlimoncelli)
  • 2a424f5672a9b01fe2adbb6c25fe3bec36f8a53e: DOCS: Update Cloudflare permission to "Single Redirect" (#3122) (@kevinji)

CI/CD:

  • bf2b6cb56e319d2274811edcb907e77d736c1f8b: Build(deps): Bump actions/cache from 4.0.1 to 4.1.0 (#3147) (@dependabot[bot])
  • 967b37dbc37b31a645bbc1a28a1490fbbcb16188: Build(deps): Bump actions/cache from 4.1.0 to 4.1.1 (#3157) (@dependabot[bot])
  • 6e2cfb5d3b9749331212ddbbd83a42ba15c55406: Build(deps): Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#3104) (@dependabot[bot])
  • 94e6b48335310873ca6c3f822a18f7b9c32cbb8a: Build(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#3146) (@dependabot[bot])
  • db91c71d107491b8ffcfcb4253b94509ce00dbd8: Build(deps): Bump actions/upload-artifact from 4.4.1 to 4.4.3 (#3156) (@dependabot[bot])
  • 3553459598ba0898ad41f942387bd2431dfb02d8: Build(deps): Bump alpine from 3.20.2 to 3.20.3 (#3116) (@dependabot[bot])
  • ee610bfc08aabde80ac7e7f83a8c1d0096c5d2c7: Build(deps): Bump github.com/huaweicloud/huaweicloud-sdk-go-v3 from 0.1.115 to 0.1.116 (#3140) (@dependabot[bot])
  • b29c65af2d97ff6a3c98a15c2b2493cdc768e379: Build(deps): Bump github.com/oracle/oci-go-sdk/v65 from 65.75.1 to 65.75.2 (#3152) (@dependabot[bot])
  • f18ef35b0d16c08374790c56d353506495b3c70b: CICD: GoReleaser snapshot property deprecation (#3131) (@cafferata)
  • b22078e78b426cac9c39f74f49c2eb79216d12c6: DEV: Update dependabot.yml (#3115) (@tlimoncelli)

Dependencies:

  • 2bb0d873c85a8b4259780ad6282e1f1ab0e974f0: CHORE: Update deps (#3160) (@tlimoncelli)
  • 62da39c1f63fd80ba4988105b1c1effb28825ca1: CHORE: update deps (#3128) (@tlimoncelli)
  • aca618a90bbbd3c67a7017b438137eb5d775c37a: CHORE: update deps (#3141) (@tlimoncelli)

Other changes and improvements:

  • d6d50fc8625f893454872668a37bf26cdbedbd3c: LOC: fix float altitude value ingestion, gate size and precision values (#3130) (@systemcrash)
  • 269542c5cfdd4928bcdd6065f6012cd9418f609a: RELEASE: Move some BYOS steps to be standard (#3107) (@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
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

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 Oct 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 Oct 16, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 16, 2024
Merged via the queue into master with commit 22c39be Oct 16, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-dnscontrol-4.14.0 branch October 16, 2024 22:08
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.

2 participants