chore(deps): update favonia/cloudflare-ddns docker tag to v1.16.1 #5354
Reference in New Issue
Block a user
Delete Branch "renovate/unified-cloudflare-ddns"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.16.0→1.16.1Release Notes
favonia/cloudflare-ddns (favonia/cloudflare-ddns)
v1.16.1Compare Source
This is a bugfix release for the new
static.emptyprovider introduced in 1.16.0. If you are not usingstatic.empty, this release should not affect you. A nice consequence of these fixes is the following one-shot wipe-all workflow:UPDATE_CRON=@​oncefor a single-run execution.IP4_PROVIDER=static.emptyandIP6_PROVIDER=static.emptyto clear all managed DNS records and WAF items.DELETE_ON_STOP=trueto make the updater also try to delete the WAF lists themselves.Note: this workflow is for using the updater as a single-run command, not as a long-running Docker deployment.
Reminders from the Past
Please provide feedback on the proposed syntax of upcoming features:
IP6_DOMAINS=sub.example.com{hostid6=::2}IP4_DETECTION_FILTER=!addr-in(10.0.0.0/8)If you are still using
PUIDandPGID, please migrate to Docker’s built-in security mechanism; see the changelogs of previous versions.Detailed Changes
Bug Fixes
static.emptyno longer creates a missing WAF list. In addition,DELETE_ON_STOP=truewithUPDATE_CRON=@​onceis now accepted when every managed IP family usesstatic.emptyornone. (#1190)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.