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(app): update container tag cloudflare/cloudflared to v2024.4.0 #2803

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

tyriis-automation[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change OpenSSF
cloudflare/cloudflared minor 2024.3.0-amd64 -> 2024.4.0-amd64 OpenSSF Scorecard

Warning

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


Release Notes

cloudflare/cloudflared (cloudflare/cloudflared)

v2024.4.0

Compare Source

SHA256 Checksums:
cloudflared-amd64.pkg: f09c4f817ea67a56043cefa8c733510861405a0806e932c0fb818c68ceb12c30
cloudflared-darwin-amd64.tgz: 11cef6bfccf565c393c22a2e4d8d1f1daee87d3056f51fa5c344b6d00931e140
cloudflared-fips-linux-amd64: 7b316ed49b8b56d252f47af873a45f7e0a8e1388e1dd884fc0eeaffa8ade508a
cloudflared-fips-linux-amd64.deb: 928638555bdcde645cbd9b6a74b6989c35ed6bd4183207ccb5666ab9b4d984bc
cloudflared-fips-linux-x86_64.rpm: 3d85f389e622ca7663b341ae505920961147da6eeb623c90c255883f9f5e962f
cloudflared-linux-386: 345712f1336b7b258b0d3f166cf8fb9cf795a5d0ae54be43ca8c1219a0f609aa
cloudflared-linux-386.deb: 768e7145d5e16cd4c7825932115a84406ed6a4976f2b1b347a75c8de36025bab
cloudflared-linux-386.rpm: 09a6b9d99623801ccb5ae8e34004d64d490a9d595d6ad5b6d159710854d02b3b
cloudflared-linux-aarch64.rpm: b5c3f3f1feaf5f74b916b03de08629ef588978628b0cbb9ab76f2b96374f33e9
cloudflared-linux-amd64: 27d0076d85a389507daff4dc0ea76b9247c9ad25b7bae650f21c2c9d8746eceb
cloudflared-linux-amd64.deb: c64cd2b97802d5fd106c91106477a9c11a0a1cddb8e787f3c1d0f7e767a199a4
cloudflared-linux-arm: 5214fab0e37e31efeabfb73cb354aa0895a56f5704e46406f0eb244b714e9efa
cloudflared-linux-arm.deb: 404833cba69e304ab5740d750614d2983adcc7cdd87e6f46a50f986310cf59b5
cloudflared-linux-arm.rpm: c7320538aa03f5204d6351912c1f09e7d026c6d795b6fc671f7155f682596bab
cloudflared-linux-arm64: 495d06f0851a4ff1f61a0de87615b2dac154e76de3dd3e63f12023659c8f21d9
cloudflared-linux-arm64.deb: dc7ab86bacb5cb576c37e3e9b60b65e8379f8701a60ba27dd0828d9cdd71cff3
cloudflared-linux-armhf: 92b48abfd37d8cd09083cab8ab777c37bf18391a1a5bbf82eb129ac0c49694bb
cloudflared-linux-armhf.deb: f4c685642f8f04bf8d6a04c76c876c1bbf20e43be8ab10d15182dd4865ecb0c6
cloudflared-linux-armhf.rpm: ec11d91c2eef3156d88a4cf36ca15b9a01dbe3519d6c6ec42ba54df8c2f4b23b
cloudflared-linux-x86_64.rpm: 50f8c9b2d0e52513868dd8e601083285e53b49b2f6e8a53fb8d3c09afe5ef458
cloudflared-windows-386.exe: 4b63bc5d10950b7a301628eef79fc7328b861f0e149011f6e661971203988c3e
cloudflared-windows-386.msi: bfe137124d90a69f05e00e109be13e327f492af3b845f884371306383d05de0b
cloudflared-windows-amd64.exe: 5680ec57a2f6641a27f11fdd600c09ee4bf6bbe2ccc180c28ddaf3cb46427511
cloudflared-windows-amd64.msi: d35d1aa191157b248c033194f0b275cc2effe63f6654bc9437110fc53d58c326

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

@tyriis-automation tyriis-automation bot added renovate/docker renovate docker datasource type/minor a minor update labels Apr 10, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tyriis-automation
Copy link
Contributor Author

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

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

@@ -44,13 +44,13 @@

             - /etc/cloudflared/config.yaml
             - --metrics
             - 0.0.0.0:9090
             - run
             image:
               repository: cloudflare/cloudflared
-              tag: 2024.3.0-amd64@sha256:062c02f16c024dae3c525da23d2b518676ba91a4e514016e712581ffe0557c43
+              tag: 2024.4.0-amd64@sha256:1898467408934dc7ef2a8972de32531c741f7c1851613c8a0a2ad93dfa19a75b
             ports:
             - containerPort: 9090
               name: metrics
               protocol: TCP
             probes:
               liveness:

@tyriis-automation
Copy link
Contributor Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 2.23s
✅ YAML prettier 1 0 0.52s
✅ YAML yamllint 1 0 0.32s

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

@tyriis-automation
Copy link
Contributor Author

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

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

@@ -39,13 +39,13 @@

         - tunnel
         - --config
         - /etc/cloudflared/config.yaml
         - --metrics
         - 0.0.0.0:9090
         - run
-        image: cloudflare/cloudflared:2024.3.0-amd64@sha256:062c02f16c024dae3c525da23d2b518676ba91a4e514016e712581ffe0557c43
+        image: cloudflare/cloudflared:2024.4.0-amd64@sha256:1898467408934dc7ef2a8972de32531c741f7c1851613c8a0a2ad93dfa19a75b
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9090

@tyriis-automation tyriis-automation bot merged commit 2ef51c7 into main Apr 10, 2024
15 checks passed
@tyriis-automation tyriis-automation bot deleted the renovate/cloudflare-cloudflared-2024.x branch April 10, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants