axeII / home-ops

A repository for HomeOps where I perform Infrastructure as Code (IaC) and GitOps practices.
Do What The F*ck You Want To Public License
41 stars 1 forks source link

feat(container): update docker.io/cloudflare/cloudflared ( 2024.6.1 → 2024.8.2 ) #1293

Closed bot-akira[bot] closed 1 month ago

bot-akira[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
docker.io/cloudflare/cloudflared minor 2024.6.1 -> 2024.8.2

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cloudflare/cloudflared (docker.io/cloudflare/cloudflared) ### [`v2024.8.2`](https://togithub.com/cloudflare/cloudflared/releases/tag/2024.8.2) [Compare Source](https://togithub.com/cloudflare/cloudflared/compare/2024.6.1...2024.8.2) ##### SHA256 Checksums: cloudflared-amd64.pkg: 234c71eea3bb1b80c78f0e8a7b172e850929635b95176d1980922a91f557df41 cloudflared-arm64.pkg: eaa7a1ad419dba999416b3a0ca997742cb242843378c54b6d6ce18c2e7dfe7a3 cloudflared-darwin-amd64.tgz: 462bc13ae9852158823119e956513e42251b48e3365ec0e7e691de0e2bf8c6f8 cloudflared-darwin-arm64.tgz: 0229266dc217678024f7baf9cfb61090c4894c20b7f3ace7950ca23c1ed55b8a cloudflared-fips-linux-amd64: 0009482391d968024fea4d0a2b9a90cbf4f3394372bc8c7fb675c8f0b482d665 cloudflared-fips-linux-amd64.deb: 2c63700cb9487c6c5135a77fefc7ca943675c99515257d8135d03acb56e7b0df cloudflared-fips-linux-x86_64.rpm: 706b1698aa044dcd7baafa45a51d247c7a6fc2f3fd0762cc08bbcb0e0d20b021 cloudflared-linux-386: 6ebe85c31f1b04547ffa37d82dc5742fd23e7ea01a68ff2c3de944a90e653d8e cloudflared-linux-386.deb: 13dcbc4fabaf6c6c15032eb19e2c7a536a92a049a0f9e18ef515b1a80f0ec773 cloudflared-linux-386.rpm: fc94b0da7008e068ce33948b24a0ba1e84b7884222c4e868d6b37f8338944866 cloudflared-linux-aarch64.rpm: 4f5a96676acc8a340af947aa6e1307570bc7e736398ce70b758bafcc97001d01 cloudflared-linux-amd64: e6cb78348e05680805c8317b5073c54401c1ebac9fa88a2cc35be752858bdc6b cloudflared-linux-amd64.deb: 5779c18bc9fb558daa3fcf121d52015c51b22adc0b7d9b54182871576f32ee33 cloudflared-linux-arm: 8b0b87a93892f6c6d1c19d1b9756152afc18dce36cf6b3dc77244979c5f5e8ff cloudflared-linux-arm.deb: 5badf804137837506e70f90781834ec5c1c6def3bf718d1a2dbb63870a28c114 cloudflared-linux-arm.rpm: a9da1f596f20333d7bb96b0a8f791241156fa42b7242519e2ae2a7073176a5a4 cloudflared-linux-arm64: f0cc2f42b658a89a794ca91210f73df2f3d51c459f050ae1ee57b221d1e30f98 cloudflared-linux-arm64.deb: d99aff8aba2f7667c07b44230315209ef7e31136d6371799a11619fab14bc07d cloudflared-linux-armhf: 75e03fd5e70612c6db621a9e86350547be7c0caa21f7cb79231409233525e26c cloudflared-linux-armhf.deb: 23ab265f7629a4a1b0d025ca17023aa18dca6a70b85727ae0a9f326814feba6f cloudflared-linux-armhf.rpm: 819b0134d2a351c27101d546f0243046b2df33b7658f3ea976d7288b885a8c0b cloudflared-linux-x86_64.rpm: f83e6f13dafaed1552caa9e04929360fd2224d00f95049d0e8fbf5e0d47d0cf6 cloudflared-windows-386.exe: de5e40f849579b8ed699db3bb5641f7bb7e5605a275121a7b26784c0617f879d cloudflared-windows-386.msi: 7b5a472e0c4d74ae704f202301f27ab7fc775379cffe561b999166fa33b9c786 cloudflared-windows-amd64.exe: a054d767613ba64462dd457e3c0be27244c9484f4b7fcb76b37e137c86f0eda1 cloudflared-windows-amd64.msi: ea37a8d58b568b4df2c369f3cedd9d90371defb21d8100a046c9b1e9e2525200

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 Renovate Bot.

bot-akira[bot] commented 1 month ago
--- HelmRelease: networking/cloudflared Deployment: networking/cloudflared

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

@@ -67,13 +67,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.6.1@sha256:b809ea110a98112b0ed98b7d976e373c70321541f1a8f592e7932dd63cbf6c5a
+        image: docker.io/cloudflare/cloudflared:2024.8.2@sha256:004f4b7b60bab652d478148c138843c24eae1feee4c58fddd435b9b79c953957
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ready
             port: 2000
           initialDelaySeconds: 0
bot-akira[bot] commented 1 month ago
--- kubernetes/apps/networking/cloudflared/app Kustomization: flux-system/cloudflared HelmRelease: networking/cloudflared

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

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

               TUNNEL_METRICS: 0.0.0.0:2000
               TUNNEL_ORIGIN_ENABLE_HTTP2: true
               TUNNEL_POST_QUANTUM: true
               TUNNEL_TRANSPORT_PROTOCOL: quic
             image:
               repository: docker.io/cloudflare/cloudflared
-              tag: 2024.6.1@sha256:b809ea110a98112b0ed98b7d976e373c70321541f1a8f592e7932dd63cbf6c5a
+              tag: 2024.8.2@sha256:004f4b7b60bab652d478148c138843c24eae1feee4c58fddd435b9b79c953957
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
axeII commented 1 month ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_