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 docker.io/cloudflare/cloudflared ( 2024.8.3 → 2024.9.1 ) #380

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

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

Release Notes

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

v2024.9.1

Compare Source

v2024.9.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 - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Los_Angeles, 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 Sep 11, 2024

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

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

@@ -56,13 +56,13 @@

                   secretKeyRef:
                     key: TUNNEL_TOKEN
                     name: cloudflared-secret
               TUNNEL_TRANSPORT_PROTOCOL: quic
             image:
               repository: docker.io/cloudflare/cloudflared
-              tag: 2024.8.3
+              tag: 2024.9.1
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   httpGet:

Copy link

github-actions bot commented Sep 11, 2024

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

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

@@ -74,13 +74,13 @@

           valueFrom:
             secretKeyRef:
               key: TUNNEL_TOKEN
               name: cloudflared-secret
         - name: TUNNEL_TRANSPORT_PROTOCOL
           value: quic
-        image: docker.io/cloudflare/cloudflared:2024.8.3
+        image: docker.io/cloudflare/cloudflared:2024.9.1
         livenessProbe:
           httpGet:
             path: /ready
             port: 8080
         name: app
         readinessProbe:

@jfroy jfroy force-pushed the main branch 13 times, most recently from b19e6c7 to 4448dfe Compare September 12, 2024 04:05
@renovate renovate bot force-pushed the renovate/docker.io-cloudflare-cloudflared-2024.x branch from 401167e to f2a63a8 Compare September 12, 2024 04:38
@jfroy jfroy merged commit f1492a9 into main Sep 12, 2024
4 checks passed
@jfroy jfroy deleted the renovate/docker.io-cloudflare-cloudflared-2024.x branch September 12, 2024 07:16
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.

1 participant