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

feat(container): update image docker.io/cloudflare/cloudflared to v2024.10.1 - autoclosed #290

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2024

This PR contains the following updates:

Package Update Change
docker.io/cloudflare/cloudflared minor 2024.9.1 -> 2024.10.1

Release Notes

cloudflare/cloudflared (docker.io/cloudflare/cloudflared)

v2024.10.1

Compare Source

SHA256 Checksums:
cloudflared-amd64.pkg: c76fe5302c047392d301a27f11920ba6e3b99b8640bf31eb0eb2bcc76318c87d
cloudflared-arm64.pkg: cef0e57feb1e8cc9102be2e6f1cb9a4fcb85a36c34869d7f913cfb8c7fbb0beb
cloudflared-darwin-amd64.tgz: 9cc61345a3b59a6addb1ba6bf2df481213c1376fc3bbd0edc540123ac5186976
cloudflared-darwin-arm64.tgz: cb59d5906d975ff7609566aef926cb0166c092e335a1a7b34008ed47e59880f6
cloudflared-fips-linux-amd64: 690997a27029fbbd254310d63a10a3978aae3c75a7a541696b274bec6b877631
cloudflared-fips-linux-amd64.deb: aba91b75537f5f4bc75fd53d25f610ce244c29e5a05df1ff18deece7efa6ebbd
cloudflared-fips-linux-x86_64.rpm: 34f55313db71b2d102def4a33d8d0f3e9e8557b79f0a55dc6b5f9141b3a462d1
cloudflared-linux-386: cf24105ce58c5d320d5343ee64a18d1fc4dd4c26f15a2209a92a3a0327b1a45d
cloudflared-linux-386.deb: 5dd3f93f7aec0ce6d231e88b0970373233ad29c1bb7e2c3c5fab01b69157ae8c
cloudflared-linux-386.rpm: a971926475fe395593f4f32a33f59e09a98a4ee8bfa81ae9dd4951e2b855f1d8
cloudflared-linux-aarch64.rpm: bc2b25807fb3f745fb7d82a88a5f38df8cb8049141c4c8dcfdc41c59d7bf58dc
cloudflared-linux-amd64: 8d71f917b4e8699be7826cca2866de7a1d27a5842df28e8c5e140880fc9d2570
cloudflared-linux-amd64.deb: b739a14a2deabae4c1704b74f9ed9fd77f3689b141b59df5596e0e38676535c5
cloudflared-linux-arm: ec636bd4a526c12bb4108993926317d5b27bf816fd7011718408781e1414dd3d
cloudflared-linux-arm.deb: ab4f771e1ede838d0a69953edf7c304151df8daca49f7e4424564b37020e3b25
cloudflared-linux-arm.rpm: 53d29a40f92b1c7097fb52fc7dacb14075a7d381012d5d020ae2b7a4fb59f5c8
cloudflared-linux-arm64: 80b2014200be8851886d441cf5df54652e014444105eebc43f15081d1e2af6a8
cloudflared-linux-arm64.deb: aff46499792ef58148ef5ee405d6f1b5b8507acd555e896f5c75933d58d2c1c6
cloudflared-linux-armhf: db095d8f2a2d2c32aabae1f57d3aded3c2ed84fba9a47da8738fb5af43186efa
cloudflared-linux-armhf.deb: 323a3a6bb11b06a8e87f0481618e6f54b6db6a2dde593ef8a2a9a3c0f1f3859e
cloudflared-linux-armhf.rpm: a8a862d79f28f828915bd8e62b9a9e248abf81caad767b44b2c0a3eb1757a4f5
cloudflared-linux-x86_64.rpm: 90902a6128d93df79493a0357e772e5e1d7f3418e3327beae14ddd1a75a63401
cloudflared-windows-386.exe: 92030422dd042478ec6c8ef61eca547883a5ba6719e94d30cd9628f50b22a6ea
cloudflared-windows-386.msi: 8b5901485d9d90f69c7b8e723f41b523c7f197469f1fee7556d52e65bfe847d2
cloudflared-windows-amd64.exe: a78b5ae65d154f667f163fa7bac5c0e817cbb79d607f624cef17a6848e67afc0
cloudflared-windows-amd64.msi: de2c2d63b386e3374b6c4aafe9a8149b4d685aca3876bcb3539f6d5c2b302000

v2024.10.0

Compare Source

Bug Fixes
  • We fixed a bug related to --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 to quic. This will force cloudflared to shutdown as soon as either SIGTERM or SIGINT is received.

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Oct 12, 2024

--- HelmRelease: network/cloudflared Deployment: network/cloudflared

+++ HelmRelease: network/cloudflared Deployment: network/cloudflared

@@ -62,13 +62,13 @@

         - name: TUNNEL_ORIGIN_ENABLE_HTTP2
           value: 'true'
         - name: TUNNEL_POST_QUANTUM
           value: 'true'
         - name: TUNNEL_TRANSPORT_PROTOCOL
           value: quic
-        image: docker.io/cloudflare/cloudflared:2024.9.1
+        image: docker.io/cloudflare/cloudflared:2024.10.1
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ready
             port: 8080
           initialDelaySeconds: 0

Copy link

github-actions bot commented Oct 12, 2024

--- kubernetes/main/apps/network/cloudflared/app Kustomization: flux-system/cloudflared HelmRelease: network/cloudflared

+++ kubernetes/main/apps/network/cloudflared/app Kustomization: flux-system/cloudflared HelmRelease: network/cloudflared

@@ -49,13 +49,13 @@

               TUNNEL_METRICS: 0.0.0.0:8080
               TUNNEL_ORIGIN_ENABLE_HTTP2: true
               TUNNEL_POST_QUANTUM: true
               TUNNEL_TRANSPORT_PROTOCOL: quic
             image:
               repository: docker.io/cloudflare/cloudflared
-              tag: 2024.9.1
+              tag: 2024.10.1
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@willianpaixao willianpaixao force-pushed the main branch 9 times, most recently from 0303981 to b829cf1 Compare October 15, 2024 16:36
@renovate renovate bot force-pushed the renovate/docker.io-cloudflare-cloudflared-2024.x branch from c90e8a2 to 3944c30 Compare October 24, 2024 11:09
@renovate renovate bot changed the title feat(container): update image docker.io/cloudflare/cloudflared to v2024.10.0 feat(container): update image docker.io/cloudflare/cloudflared to v2024.10.1 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/docker.io-cloudflare-cloudflared-2024.x branch from 3944c30 to cc18d8a Compare October 24, 2024 11:22
@renovate renovate bot force-pushed the renovate/docker.io-cloudflare-cloudflared-2024.x branch from cc18d8a to 4640f1e Compare October 24, 2024 11:49
@renovate renovate bot force-pushed the renovate/docker.io-cloudflare-cloudflared-2024.x branch from 4640f1e to ef9a1c0 Compare October 24, 2024 12:05
@willianpaixao willianpaixao force-pushed the main branch 6 times, most recently from 82c1915 to eb048f2 Compare October 24, 2024 16:23
@willianpaixao willianpaixao force-pushed the main branch 10 times, most recently from 130a26f to 3500265 Compare October 28, 2024 10:03
@renovate renovate bot changed the title feat(container): update image docker.io/cloudflare/cloudflared to v2024.10.1 feat(container): update image docker.io/cloudflare/cloudflared to v2024.10.1 - autoclosed Oct 28, 2024
@renovate renovate bot closed this Oct 28, 2024
@renovate renovate bot deleted the renovate/docker.io-cloudflare-cloudflared-2024.x branch October 28, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants