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

Update all non-major dependencies #71

Merged
merged 2 commits into from
Jul 6, 2024
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 2, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
docker/build-push-action action minor v6.2.0 -> v6.3.0
docker/setup-buildx-action action minor v3.3.0 -> v3.4.0
ghcr.io/stackexchange/dnscontrol final patch 4.12.0 -> 4.12.2

Release Notes

docker/build-push-action (docker/build-push-action)

v6.3.0

Compare Source

Full Changelog: docker/build-push-action@v6.2.0...v6.3.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.4.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0

StackExchange/dnscontrol (ghcr.io/stackexchange/dnscontrol)

v4.12.2

Compare Source

Hi DNSControl fans!

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

Changelog

Provider-specific changes:

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 https://github.com/StackExchange/dnscontrol/issues/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.

v4.12.1

Compare Source

Hello DNSControl fans!

Mostly a bug fix release:

  • CLOUDFLARE improvements and fixes on the new "single redirect" feature (more to come!)
  • PORKBUN handles errors better
  • DESEC improved error handling and now runs concurrently
  • DOCS improved the getting started summary

What's Changed

New Contributors

Full Changelog: StackExchange/dnscontrol@v4.12.0...v4.12.1

Changelog

Provider-specific changes:
Documentation:
CI/CD:
Dependencies:

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 https://github.com/StackExchange/dnscontrol/issues/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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from Jniklas2 as a code owner July 2, 2024 01:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 167234e to dd8ea2c Compare July 2, 2024 21:39
@renovate renovate bot changed the title Update ghcr.io/stackexchange/dnscontrol Docker tag to v4.12.1 Update ghcr.io/stackexchange/dnscontrol Docker tag to v4.12.2 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd8ea2c to fadfe98 Compare July 3, 2024 09:44
@renovate renovate bot changed the title Update ghcr.io/stackexchange/dnscontrol Docker tag to v4.12.2 Update all non-major dependencies Jul 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fadfe98 to bb5b647 Compare July 4, 2024 10:28
Copy link
Author

renovate bot commented Jul 6, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Jniklas2 Jniklas2 merged commit 3a9ef6b into main Jul 6, 2024
1 check passed
@Jniklas2 Jniklas2 deleted the renovate/all-minor-patch branch July 6, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant