martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
14 stars 0 forks source link

fix(container): update docker.io/cloudflare/cloudflared ( 2024.6.0 → 2024.6.1 ) #997

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
docker.io/cloudflare/cloudflared patch 2024.6.0 -> 2024.6.1

Release Notes

cloudflare/cloudflared (docker.io/cloudflare/cloudflared) ### [`v2024.6.1`](https://togithub.com/cloudflare/cloudflared/releases/tag/2024.6.1) [Compare Source](https://togithub.com/cloudflare/cloudflared/compare/2024.6.0...2024.6.1) ##### SHA256 Checksums: cloudflared-amd64.pkg: 77c25a50786d4bc7b6d04da2be870ddea30a57668d8efaaaa08faa53537218b6 cloudflared-darwin-amd64.tgz: 3e7aab151c4fa122789df773ffef578b9ba031222927df89dcda7849106dd95c cloudflared-fips-linux-amd64: 60abff7371f52ec8fbe9d864f5ff886912ee2b47ea6b231a5bf41c14db5635de cloudflared-fips-linux-amd64.deb: cd2e962b98bb56580d267f1b42c0f4dbe6bcb259a49052646bcf76ff396d6020 cloudflared-fips-linux-x86_64.rpm: 590454969141ad150b67a29e3fa632363723a092d7daf337070d99fa1b3ed214 cloudflared-linux-386: 8384da8af694bbdf754c8cb18d4ac9558682b2bf1b12929432869f4f3c56724f cloudflared-linux-386.deb: 5e67805af440cda42d29df41d7502928e3be7693d71b6f197286cb3f9f24999f cloudflared-linux-386.rpm: 00f023f19525900052847c971286f329cb7febfc7f7228aee598bfaf0abeb36a cloudflared-linux-aarch64.rpm: 6b6a4ee6c772baaf5ac7186686df1cf9d6979e0118ef00636c414f02b02248bc cloudflared-linux-amd64: a0f271b8ffb464cc58a8e8f81915049aabd399cc66a2a8c70cc4348bc8f44c8f cloudflared-linux-amd64.deb: 55c85c483ace360e0a65008a27c13f7946346e89706b56bee2cc9eeb39861c46 cloudflared-linux-arm: f321fac1dfc38aa657dc0df3aac40f076b2e7398d784c1023016f7621587d7b2 cloudflared-linux-arm.deb: 9ec416cdbcc83fb5f7b5acdce26994ea8ca7a112a81c00375a425c578856a9af cloudflared-linux-arm.rpm: 48c57c550c4d40d4caf28cc9ab1e5e6ff225c9a81d4850fe8528892edeeafd3f cloudflared-linux-arm64: 375f19a9fd9b1ab6609b90fed6bacfe836b256a893f619c5635d08a6189819b9 cloudflared-linux-arm64.deb: 87da872562762378274b58b40fb39ec05767f53f4cc530109cdf8c66903d785a cloudflared-linux-armhf: 0d802893d9b9c2dea368a92ce71cc3ff5eb956cd7ad0c465ebaac1bca810962d cloudflared-linux-armhf.deb: f0969bc7ddadacd60887a96c40c0e1b74756058ec77513ced7c0f580daa5e2f1 cloudflared-linux-armhf.rpm: 37470bb182eabfa2875957cee5f24c7fef93ed471cdd218522a768b12fb1e761 cloudflared-linux-x86_64.rpm: f712cecb37334979abc6ec938d537dec26a925d2a75091e373a1d71439c4ba0e cloudflared-windows-386.exe: 7734a38328a3652bd7190de5ab696810b23a7faaca317831d85d2b7f8d889563 cloudflared-windows-386.msi: 074c0fb259d1c934b54f190c528bbe6894b991751c330ecfcbe14a14e3b5a602 cloudflared-windows-amd64.exe: 934a90eb9608e0d49423f4ba052779fbf80d73c665a795acb75d7bab77cf47cd cloudflared-windows-amd64.msi: 474fcfe24c8c0eeae54c7d7146b7f3444de0b68ddf29bbb264a39d1b46f1d037

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

github-actions[bot] commented 3 months ago

kustomization changes in kubernetes/main

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

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

@@ -53,13 +53,13 @@

               TUNNEL_MANAGEMENT_DIAGNOSTICS: 'false'
               TUNNEL_METRICS: 0.0.0.0:8080
               TUNNEL_POST_QUANTUM: true
               TUNNEL_TRANSPORT_PROTOCOL: quic
             image:
               repository: docker.io/cloudflare/cloudflared
-              tag: 2024.6.0
+              tag: 2024.6.1
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
github-actions[bot] commented 3 months ago

helmrelease changes in kubernetes/main

--- HelmRelease: networking/cloudflared Deployment: networking/cloudflared

+++ HelmRelease: networking/cloudflared Deployment: networking/cloudflared

@@ -59,13 +59,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.6.0
+        image: docker.io/cloudflare/cloudflared:2024.6.1
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ready
             port: 8080
           initialDelaySeconds: 0