Update timothyjmiller/cloudflare-ddns Docker tag to v2.2.0#104
Open
Baconing wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.2→2.2.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
timothymiller/cloudflare-ddns (timothyjmiller/cloudflare-ddns)
v2.2.0: — Zulip Notifications, Safer Failure Handling & Helm ChartCompare Source
cloudflare-ddns v2.2.0 — Zulip Notifications, Safer Failure Handling & Helm Chart
This minor release adds new notification and deployment options, a safer
default when IP detection fails, and a stable IPv6 provider for Linux hosts.
DELETE_ON_FAILUREnow defaults tofalse(#277)Previously, when a provider definitively reported no address for an IP
family, managed DNS records for that family were deleted by default —
which could take services offline after a transient misdetection.
DELETE_ON_FAILUREnow defaults tofalse: on detection failure theupdate is skipped and existing records are preserved.
records, regardless of this setting.
detection, preventing a partial failure from silently stripping that
family's IPs from the list.
If you relied on the old behavior, set
DELETE_ON_FAILURE=trueexplicitly.New features
Zulip notifications (#271).
Native
zulip://shoutrrr URL support:Messages are sent to the Zulip API (
/api/v1/messages) with Basic auth.The
@in the bot email may be written literally or percent-encoded(
%40);topicis optional and defaults toCloudflare DDNS.Configurable JSON field for generic webhooks (#271).
Generic webhooks send
{"message": "..."}by default. Append?messagekey=<field>to rename the field — e.g.generic://host/path?messagekey=textfor services expecting Slack-stylepayloads (including Zulip's slack-compatible endpoints).
Stable local IPv6 provider (#273).
New
local.iface.stable:<name>provider selects the preferred stableIPv6 address from a Linux network interface, excluding temporary
(privacy-extension) and deprecated addresses.
Helm chart (#278).
A Helm chart is now available under
charts/cloudflare-ddns, publishedas an OCI artifact to GHCR via CI.
Dependency updates
serde_json 1.0.150, actions/checkout 7
Upgrade
docker pull timothyjmiller/cloudflare-ddns:2.2.0 # or docker pull timothyjmiller/cloudflare-ddns:latestNo configuration changes are required unless you depend on records being
deleted when IP detection fails — in that case set
DELETE_ON_FAILURE=true.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate.