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.0 to 4.12.2 #86

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps stackexchange/dnscontrol from 4.12.0 to 4.12.2.

Release notes

Sourced from stackexchange/dnscontrol's releases.

v4.12.2

Hi DNSControl fans!

This point release fixes a minor bug with the CLOUDFLARE CF_REDIRECT conversion. No other changes.

Changelog

Provider-specific changes:

  • a091da9067be2502f6c96f3fa37822c0f0ec2c4e: CLOUDFLARE: Bugfix for Redirect, correct typo in error message. (#3033) (@​jzhang-sre)
  • 937c0dc46c3472f8321462fbe176b27e3a3448fd: CLOUDFLARE: Fix another redirect bug (#3034) (@​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.

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.

... (truncated)

Commits
  • 937c0dc CLOUDFLARE: Fix another redirect bug (#3034)
  • a091da9 CLOUDFLARE: Bugfix for Redirect, correct typo in error message. (#3033)
  • 5ef1e99 CLOUDFLARE: Fix bugs with the new "single redirect" feature (#3031)
  • c22f20d DESEC: Fix init (#3017)
  • 2f155ce PORKBUN: fix JSON unmarshal and add retry on rate limit (#3019)
  • f3acdc4 Build(deps): Bump github.com/huaweicloud/huaweicloud-sdk-go-v3 from 0.1.100 t...
  • 277b0a0 Build(deps): Bump alpine from 3.20.0 to 3.20.1 (#3028)
  • 53efc51 Build(deps): Bump github.com/softlayer/softlayer-go from 1.1.3 to 1.1.5 (#3029)
  • d1a8420 CHORE: Update deps (#3026)
  • f83c816 DOCS: MacPorts removed (#3022)
  • Additional commits viewable 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.