Update image docker.io/cloudflare/cloudflared to v2024.10.0 #713
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/docker.io-cloudflare-cloudflared-2024.x"
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:
2024.9.1
->2024.10.0
Release Notes
cloudflare/cloudflared (docker.io/cloudflare/cloudflared)
v2024.10.0
Compare Source
Bug Fixes
--grace-period
. Tunnels that use QUIC as transport weren't abiding by this waiting period before forcefully closing the connections to the edge. From now on, both QUIC and HTTP2 tunnels will wait for either the grace period to end (defaults to 30 seconds) or until the last in-flight request is handled. Users that wish to maintain the previous behavior should set--grace-period
to 0 if--protocol
is set toquic
. This will forcecloudflared
to shutdown as soon as either SIGTERM or SIGINT is received.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 this update again.
This PR has been generated by Renovate Bot.