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.1 #196364

Merged
merged 2 commits into from
Nov 1, 2024
Merged

dnscontrol 4.14.1 #196364

merged 2 commits into from
Nov 1, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
Greetings DNSControl Fans!

This is a bugfix release, though one new feature is included (GCORE gains support for GeoDNS/Failover thanks to @xddxdd).

  • NS1 no longer fails if it sees a REDIRECT (#3167) (@kabenin)
  • ORACLE no longer gives invalid warnings in one situation (#3178) (@fabienmazieres)
  • ORACLE supports more than 50 zones (was only seeing the first 50) (#3179) (@fabienmazieres)
  • ORACLE now properly handles the API's inconsistent handling of "trailing dot" on NS records (#3170) (@fabienmazieres)
  • M365_BUILDER no longer fails on second level domains (#3165) (@CJFelto)
  • Security fix: github.com/go-acme/lego to v4 to resolve security issue (#3169) (@jauderho)
  • Integration test TestDualProviders cleans up after itself better (#3171) (@fabienmazieres)

Thanks to everyone for their contributions! This is a community-driven project and we couldn't do it without all your PRs, reviews, and other support!

Here's the details:

Changelog

Provider-specific changes:

  • be25228cc84f54511d627447db9c09c592529431: GCORE: Add support for GeoDNS/Failover (#3161) (@xddxdd)
  • ee65e4610ae8f75203d2a0c885cc5a450dde05c5: NS1: Ignore RRSets of type REDIRECT (#3167) (@kabenin)
  • 5fbbad14b68b316770658872f2c7d77d77d0c0b4: ORACLE: BUGFIX: Support accounts with > 50 zones (#3179) (@fabienmazieres)
  • a6fe3fc48f050444a38bfacd9e7d37bbf8028aad: ORACLE: Do not warn about TTL for sub domain NS records (#3178) (@fabienmazieres)
  • 4190659152eab207a776cffc45f6adef8d5f5313: ORACLE: Handle the API's inconsistent NS "trailing dot" issue (#3170) (@fabienmazieres)

CI/CD:

  • 16fa123cfa95bfbcc655e9387117aee880b9b801: Build(deps): Bump actions/cache from 4.1.1 to 4.1.2 (#3175) (@dependabot[bot])
  • 635eb314d2c636d42dfc88245ddd7ebb2ad8061c: M365_BUILDER: Support second level domains, fix domainGUID Generation (#3165) (@CJFelto)

Dependencies:

  • a0f7123a14f309f0eb6c9e505765b40e81d1f06e: CHORE: Update deps and fmt (#3184) (@tlimoncelli)

Other changes and improvements:

  • 1872b121160f4b69aaa3bd9052b310772a148775: NEW FEATURE: IMPORT_TRANSFORM_STRIP (#3181) (@tlimoncelli)
  • 2abbab0c841c6f2b6ef67f421ec445198d3d5c03: CHORE: go generate (#3182) (@tlimoncelli)
  • 1edde6274ad2bd4ec3212d57f3938fc927aefe89: Clean-up records after TestDualProviders (#3171) (@fabienmazieres)
  • e0ef3cbde59fc3ea699489766dd8a5e5b11517a2: GET-CERTS: Bump github.com/go-acme/lego to v4 to resolve security issues with go-jose (#3169) (@jauderho)

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

github-actions bot commented Nov 1, 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 Nov 1, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 1, 2024
Merged via the queue into master with commit e343cb8 Nov 1, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-dnscontrol-4.14.1 branch November 1, 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.

2 participants