fix(container): update favonia/cloudflare-ddns ( 1.15.0 → 1.15.1 ) #559
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:
1.15.0
->1.15.1
Release Notes
favonia/cloudflare-ddns (favonia/cloudflare-ddns)
v1.15.1
Compare Source
This is a minor release that modifies the Cloudflare URLs used by the IP providers
cloudflare.trace
(the default) andcloudflare.doh
. The IP providercloudflare.trace
was updated to address recent mysterious 1034 errors from Cloudflare servers. Additionally, both providers have been switched away from1.1.1.1
, eliminating the need for a detection algorithm to determine whether1.0.0.1
is a more suitable alternative. This simplification results in cleaner code and potentially lower resource usage.For enhanced debugging capabilities, we have introduced a new Docker tag,
edge-alpine
. This tag provides a full Alpine Linux environment, offering basic system tools and libraries. Please note that this image is larger than the standard development tagedge
and is not minimal.As a reminder, since 1.13.0, the updater no longer drops superuser privileges and
PUID
andPGID
are ignored. Please use Docker’s built-in mechanism to drop privileges. The old Docker Compose template may grant unneeded privileges to the new updater, which is not recommended. Please review the new, simpler, and more secure template in README. In a nutshell, remove thecap_add
attribute and replace the environment variablesPUID
andPGID
with theuser: "UID:GID"
attribute. Similar options may exist for systems not using Docker Compose.Bug Fixes
cloudflare.doh
andcloudflare.trace
URLs (#994) (eaa9c61)Features
edge-alpine
that contains Alpine Linux (not minimal) (#978) (#980) (21d9f94) (7d8ef9a) (#981) (c9f4f12) (#982) (73a4ba3) (#998) (bd85cad)debug.const
provider (#966) (638c1a2)cloudflare.trace:URL
provider (#988) (7afb1d2)Features
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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.