noclocks / dns

DNS Records Managed via dnscontrol
https://docs.noclocks.dev/dns/
The Unlicense
3 stars 1 forks source link

build(deps): bump stackexchange/dnscontrol from 4.12.2 to 4.12.4 #87

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps stackexchange/dnscontrol from 4.12.2 to 4.12.4.

Release notes

Sourced from stackexchange/dnscontrol's releases.

v4.12.4

Hello DNSControl fans!

This is another bugfix release. More fixes for the CF_SINGLE_REDIRECT() feature (now it actually works!), plus removed an debug statement that should have been removed before release, and some docs and dependency upgrades.

"This time for sure!" --Bullwinkle

Changelog

Provider-specific changes:

  • 571eaf0244ed45cc794bd586026b01d4c65a5bd5: CLOUDFLAREAPI: Bugfix: Fix misaligned CF_SINGLE_REDIRECT validation (#3042) (@​tlimoncelli)
  • f2a709fca016e9c9d07749e9a48d58d67f58f2e0: CLOUDFLAREAPI: Bugfix: Fix misaligned CF_SINGLE_REDIRECT validation (#3044) (@​tlimoncelli)

Documentation:

  • 7b286091d5d15c771dc27428729e7f47db082622: DOCS: CLOUDFLAREAPI - CF_SINGLE_REDIRECT (#3038) (@​cafferata)

CI/CD:

  • ebf32bfb3b83fbdee5205959390a1c085fa2115f: Build(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#3037) (@​dependabot[bot])

Other changes and improvements:

  • cff63b5d75520d6bbcfbc0f1ce2830d16b57556e: BUGFIX: Remove debug statement left in by mistake (#3041) (@​tlimoncelli)
  • 0ed31efdc9276d423e7832813255ada467816d8e: CHORE: go generate (#3043) (@​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 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.

... (truncated)

Commits
  • 0ed31ef CHORE: go generate (#3043)
  • f2a709f CLOUDFLAREAPI: Bugfix: Fix misaligned CF_SINGLE_REDIRECT validation (#3044)
  • 571eaf0 CLOUDFLAREAPI: Bugfix: Fix misaligned CF_SINGLE_REDIRECT validation (#3042)
  • cff63b5 BUGFIX: Remove debug statement left in by mistake (#3041)
  • 7b28609 DOCS: CLOUDFLAREAPI - CF_SINGLE_REDIRECT (#3038)
  • ebf32bf Build(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#3037)
  • 0883068 CLOUDFLAREAPI: Add CF_SINGLE_REDIRECT to manage "dynamic single" redirects (#...
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
height[bot] commented 1 month ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

dependabot[bot] commented 1 month ago

Superseded by #88.