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

fix(container): update image docker.io/cloudflare/cloudflared to v2024.1.4 #617

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
docker.io/cloudflare/cloudflared patch 2024.1.2 -> 2024.1.4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2024.1.4

Compare Source

SHA256 Checksums:
cloudflared-amd64.pkg: 2153e7de1f47c31fbb136e647f40cf3981d055d9981c7a2bc2668cf8a9ae650f
cloudflared-darwin-amd64.tgz: 26f85b2c91da3b3379410192bbee2fbdc9b9ce48298db61f146f0e6ac2a85b8a
cloudflared-fips-linux-amd64: 99e1a394ad2cbc85d659371bce21244ff14e4c8de42729e51e9572b9ee71ccd1
cloudflared-fips-linux-amd64.deb: 37a28eee899a9fcb52cce7aefa9da88c08a2c005f9dfd7a87f0920ac0143055b
cloudflared-fips-linux-x86_64.rpm: 04c4c6666b94768c3a91b4d22180e993b6410dd8534f7c25d12af16afe146935
cloudflared-linux-386: 9517caa4d7fbf38a15500c23640c32e03f66267402c12c425efa2eef95a82f2e
cloudflared-linux-386.deb: 036320902231ee5ae0d774c68a6e6f97603b92b1db53226499c29cd15c814261
cloudflared-linux-386.rpm: bc13f320e65a9099115fd90b61e34f856b436dfd901890cca480007bda28210a
cloudflared-linux-aarch64.rpm: 171b65455e4fbc84fb06c20e5a8c9c125f1d6965344204feb0a603211ffa8ffe
cloudflared-linux-amd64: 6700b72f62f5c948fa940d574913c9e4ac5d76402fca0de7502fdf6217af5fac
cloudflared-linux-amd64.deb: a43e252431c30d92a21a4aef7a9a50338fd19510a667c2ab1dd3b2166e09857c
cloudflared-linux-arm: 98df8ba7ff03818dea64558b0522eb66e16961f1847f6631227d3d6836049033
cloudflared-linux-arm.deb: da1a8607a4b867378d60a51126bf857695cf607d1d8d34780697a6f2af4ef5bd
cloudflared-linux-arm.rpm: d7260278e0e6478058d34a5c4adbb4d06df10c44b701b84a58b99da6cfb3380f
cloudflared-linux-arm64: b820e05d91c9649ced34b50e1482501ae8f003888e2880e2bbb2f6dc86f953fe
cloudflared-linux-arm64.deb: e856c67fbda5c718ca6f767bac35642d259cdf88846db3e86f037da861e6c940
cloudflared-linux-armhf: c7f884cbc995838d3ff23e44d4a7ef9cd9dc75c56db1719381dd9e98d15de67a
cloudflared-linux-armhf.deb: 6506de068ec61692213686ae358c4b5c9b116ccddc35abc01303fcf1a87aa259
cloudflared-linux-armhf.rpm: 16e49fd03090ae1a06e198442c91cfb06578559927e4e113506d76e324c8a7ba
cloudflared-linux-x86_64.rpm: e6cdfc767f4f347e68772dae8a6786bfaba3272233190e7500ce5d2c2234d106
cloudflared-windows-386.exe: da4016e4a627fbfb3ac5446457627a5ff211af824b913cd87c4b816e27376e13
cloudflared-windows-386.msi: d2507412cdeafdbf3700aad8d49fb1ba7e3b2c21838655a461001c707671802a
cloudflared-windows-amd64.exe: 518e2f647c6be2d886d046269b7f86be4abeff77dc528184be903cde5398917e
cloudflared-windows-amd64.msi: 46e758aad602825c6321874115ccb1a44c1f7d94e6d3aa964cfce0db0827918f

v2024.1.3

Compare Source


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.

@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory area/bootstrap Changes made in the bootstrap directory labels Jan 20, 2024
Copy link

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

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

@@ -50,13 +50,13 @@

                     name: cloudflared-secret
               TUNNEL_METRICS: 0.0.0.0:8080
               TUNNEL_POST_QUANTUM: true
               TUNNEL_TRANSPORT_PROTOCOL: quic
             image:
               repository: docker.io/cloudflare/cloudflared
-              tag: 2024.1.2
+              tag: 2024.1.4
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

Copy link

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

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

@@ -57,13 +57,13 @@

         - name: TUNNEL_METRICS
           value: 0.0.0.0:8080
         - name: TUNNEL_POST_QUANTUM
           value: 'true'
         - name: TUNNEL_TRANSPORT_PROTOCOL
           value: quic
-        image: docker.io/cloudflare/cloudflared:2024.1.2
+        image: docker.io/cloudflare/cloudflared:2024.1.4
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ready
             port: 8080
           initialDelaySeconds: 0

@qlonik qlonik merged commit f89d226 into main Jan 22, 2024
3 checks passed
@qlonik qlonik deleted the renovate/docker.io-cloudflare-cloudflared-2024.x branch January 22, 2024 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bootstrap Changes made in the bootstrap directory area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant