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.6.0 #111

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
docker.io/cloudflare/cloudflared minor 2024.5.0 -> 2024.6.0

Release Notes

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

v2024.6.0

Compare Source

SHA256 Checksums:
cloudflared-amd64.pkg: 0ddbb0f1f73401438d237ee1ace779529e0272213fa759f6fbe7170b6edd968a
cloudflared-darwin-amd64.tgz: 62122c11801baf86b78d1eb25558a5ebf12109ab910fadcfec6f27aa00ea256b
cloudflared-fips-linux-amd64: 37ba2a67a8a65273ca0e3303c5e51b475d57f55e7618769fcb57042a3d74c09b
cloudflared-fips-linux-amd64.deb: e13438487651d36a542b7971f08856baee7d72a5ceb645259ba14bcf6e68d20d
cloudflared-fips-linux-x86_64.rpm: 7a52d6eb8c872fb8f134a279f99a356241e216d4e5ae7fe405ca255d394acfa4
cloudflared-linux-386: 7d390337d5abb2ebc948a69959b4b8ada97639978c57753a831727e58cd37eb7
cloudflared-linux-386.deb: bae45debaf0700d9cebee4d7fed10426f6ebf58cc32549dbf0a8df59784a884e
cloudflared-linux-386.rpm: e3239b5c9656420f90bf3d7b3d06eca489a9dbc0c66fca452da3c02ec545c1e1
cloudflared-linux-aarch64.rpm: dadda45726bf9d2c8ca6ad40e6002b6b3f3c46757274a9ad5448882ab5fa901d
cloudflared-linux-amd64: dfb33076861faa4ccadb1d30a263f181c7877c2d57f1761000fbcb748bd4a351
cloudflared-linux-amd64.deb: 930da1d87254067614b31b2f9b1548669cd2569ba92b0ed1b542cab7497a67a2
cloudflared-linux-arm: 316d14abc20aa60ed5966ed584a703a4cdcc7237010ebbe144e78d55805daf0c
cloudflared-linux-arm.deb: a18ea65f01dbe56ea1adece3c72fdee31402105abdbd6c9bf0d7a475918b3d9a
cloudflared-linux-arm.rpm: 663c74f9c5563fd76eab63bd59efbe9b685f81238b87f29e816489865964c3a4
cloudflared-linux-arm64: 76f94118b4f958d40df7decec292061fc926a817f5641732e5eb279275ea8e46
cloudflared-linux-arm64.deb: a1a4b1a70b86f1466524e76f0ad0f7d1dc7781dc20869114381031e19d9d648a
cloudflared-linux-armhf: 69e286f445fc24f0032607c701dd201ae7104b6b7aa76826d0cdd06aa2a49acf
cloudflared-linux-armhf.deb: 4c16802f6044eed2432f15b7ca31573d0e312d6998515843cbe13e7c335f38fc
cloudflared-linux-armhf.rpm: 95c63ada54f7b636f365586c0249aa0aa7d35269ced3ed905198d433833ec727
cloudflared-linux-x86_64.rpm: 65f67835cd784064f7a1abafa12342ede29c828c5e643a89744d84d49321012c
cloudflared-windows-386.exe: c3f68b348f850d55335b7ec625f0909fa51c87a8bc7691ecdaac9f6e7a7f1b10
cloudflared-windows-386.msi: e655160578d77b5e6763af413f531cb7c25057c4f5ca73defeef7266b4116c22
cloudflared-windows-amd64.exe: e97c066f604b816dbb87e6baab800052f38a1c502dcb48e671e6d4ba9291219b
cloudflared-windows-amd64.msi: d907f9b1b5d4b6fa4b25be90a52de067ddca3a957d4347f09bc2201b625dffc3

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 has been generated by Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Jun 4, 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.5.0
+        image: docker.io/cloudflare/cloudflared:2024.6.0
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ready
             port: 8080
           initialDelaySeconds: 0

Copy link

github-actions bot commented Jun 4, 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

@@ -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.5.0
+              tag: 2024.6.0
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

Copy link
Owner

@willianpaixao willianpaixao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@willianpaixao willianpaixao merged commit 6c19b90 into main Jun 5, 2024
6 checks passed
@willianpaixao willianpaixao deleted the renovate/docker.io-cloudflare-cloudflared-2024.x branch June 5, 2024 11:05
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