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.13.0 #183383

Merged
merged 2 commits into from
Sep 4, 2024
Merged

dnscontrol 4.13.0 #183383

merged 2 commits into from
Sep 4, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
Hello DNS fans!

This release introduces one new provider and many small fixes and improvements.

  • NEW PROVIDER: Sakura Cloud (SAKURACLOUD) (thanks to @ttkzw!)
  • NEW FEATURE: The HASH() function can generate hash strings. (thanks to @fuero!)
  • Improvements to providers: AUTODNS now supports PTR records, GANDI_V5 supports their new authentication system, HUAWEICLOUD has better DNSSEC support, NS1 documents that NS1_URLFWD is going away, ORACLE now abides by rate- limits automatically, PORKBUN now supports URL forwarding, and POWERDNS has added some reliability improvements.

Some big changes are coming:

Learning Go? Interested in a starter project? Please email tlimoncelli at stackoverflow dot com.

  • 23 providers still use diff.NewCompat() instead of the new diff2.By* functions. There's nothing wrong with that, but upgrade will make the code cleaner, more simple, and might make the "preview" output cleaner.
  • I have a few other refactoring ideas that will clean up the code. Interested? Let me know!

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

Changelog

Major features:

  • 864d45290fea4958449e5520d182d91bf23088ad: NEW PROVIDER: Sakura Cloud (SAKURACLOUD) (#3086) (@ttkzw)
  • 94a0cfcba3350403d94af0e3ee3748ee0ec8ace1: New Feature: HASH() adds hashing functions to dnsconfig.js language (#3085) (@fuero)

Provider-specific changes:

  • f2be1a6f649afe867ff0178d8c00716466156e1d: AUTODNS: Enable CanUsePTR (#3098) (@christianbur)
  • 8899f45816984de256b7149e17ec909fb85e14f3: CLOUDFLAREAPI: Upgrade to cloudflare-go v0.102.0 (#3081) (@tlimoncelli)
  • 663be6e26864216570f575c494cfd88f788618ba: GANDI: Adopt new Gandi v5 auth changes (#2726) (@llange)
  • e8eca6a31e2c641d5d39bbf32f7ff642c4c317e2: HUAWEICLOUD: Document DNSSEC capability and improve docs, reliability (#3084) (@huihuimoe)
  • 1a3d6a37bbe3022cf23293b233759442f82f9580: NS1: add warning for deprecated record (#3078) (@costasd)
  • 1738c6ea542a0d5686af630186312e324f0a548c: NS1: update ns1-go to 2.12.0 (#3074) (@costasd)
  • 0de789f3812b78109934855762f50b1bd42551da: ORACLE: Abide by 429-style rate limits, fix Nameserver update bug (#3090) (@fabienmazieres)
  • a3b194fd92933c5808266eb4c9ca23d29ccabeb1: Oracle: Use SDK v65 and default retry policy (#3094) (@fabienmazieres)
  • e86c666942c155125f1b05e03e76398fe6767e21: PORKBUN: Remove unused function (#3072) (@tlimoncelli)
  • 04f34cf2e370c02feea6ba21ecc105add9b0533f: PORKBUN: support URL Forward (#3064) (@imlonghao)
  • 8bb5df96bce443cc8b0d49ade2d733d4856d5749: POWERDNS: Use canonical domain in calls to PowerDNS (#3080) (@kytta)
  • 3b904d2eaefa8bdb2687af6e6e674e7d4c004317: SAKURACLOUD: Add SAKURACLOUD to automated tests (#3095) (@ttkzw)

Documentation:

  • 2b1aa5fb6d5c3560a2994646ae2c67c342d1b37a: DOCS: add docs for NS1_URLFWD (#3075) (@costasd)

CI/CD:

  • 411a1ed1c73142995a40c1dfabc03fe5550ed73b: Build(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#3067) (@dependabot[bot])
  • 5a20c6609ef23b4926adc35cfbad46a6603809cc: Build(deps): Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#3077) (@dependabot[bot])
  • dedf3989d758d63e757898b06ef5bdff0b2f5d55: Build(deps): Bump alpine from 3.20.1 to 3.20.2 (#3063) (@dependabot[bot])
  • 24b5c4b0e421942a65eb2e8df63329046e983048: CICD: Removed CodeQL workflow (#3073) (@cafferata)

Dependencies:

  • dd2030e2cb0e7a72247b6c70a4302c8257244131: CHORE: update deps (#3097) (@tlimoncelli)
  • 62112d15a618f8e772abf21601d9726e94d51ba4: update deps (#3068) (@tlimoncelli)
  • 74826d343055e39151880f78243657bc3b05ec87: update deps; go generate (#3106) (@tlimoncelli)

Other changes and improvements:

  • 69533fca2399a59084f9e2f669311477dec6d576: BUNNY_DNS: run goimports on convert.go (#3071) (@tlimoncelli)
  • 3102ec4060342dc22b65333bbea5fe6f7eb2ecb0: CHORE: gitignore should include *.ACTUAL (#3069) (@tlimoncelli)
  • fe7370b9a6e4bf82eac49f6d0cd38055cf011a71: CHORE: go generate (#3079) (@tlimoncelli)
  • e03c5cb7e9b7cd441c0674f89e30b0fac825dd74: Gitter - Drop communication channel (#3066) (@cafferata)
  • 2944eded30e003e1b0339c121677cd1c7d64fb02: TESTING: Fix reversed got/want output in compareconfig_test.go (#3070) (@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 Sep 4, 2024
Copy link
Contributor

github-actions bot commented Sep 4, 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 Sep 4, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 4, 2024
Merged via the queue into master with commit 8d4e6c4 Sep 4, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-dnscontrol-4.13.0 branch September 4, 2024 05:07
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