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 cloudflare/cloudflared ( 2024.11.1 → 2024.12.0 ) #4113

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

tyriis-automation[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change OpenSSF
cloudflare/cloudflared minor 2024.11.1-amd64 -> 2024.12.0-amd64 OpenSSF Scorecard

Release Notes

cloudflare/cloudflared (cloudflare/cloudflared)

v2024.12.0

Compare Source

SHA256 Checksums:
cloudflared-amd64.pkg: bf1e1475aa411b1f9526d1e4c6d0e49413c27cf1965e05aa866a8872cab6e2f3
cloudflared-arm64.pkg: b79a13651a3eea404957224787635db059907454d8aa9e851b6d99e3b5b5e729
cloudflared-darwin-amd64.tgz: 02da9edb5a15c3089b77703c91475a294bc1d58785ad961d0c6f087c8333171e
cloudflared-darwin-arm64.tgz: 155e136283ff108b656c0dcc966485d5dc1e766f2ca221cb8f370c11437aadb7
cloudflared-fips-linux-amd64: 217be6d543e502c8a6f83b5438b4c1be751b7ab72a8e9177b1ef6d38c43b2026
cloudflared-fips-linux-amd64.deb: f27840ab2d95b8af0a2f68999b0e447a3f4235df4721491401beb58df18b8a6b
cloudflared-fips-linux-x86_64.rpm: 403fb8ac9ffac3943fdb98dfee0a9406d0608a2a2d51e62110c062ee9ae44455
cloudflared-linux-386: b7c8283a0decc79c4dc2b638421da2cf8cd3c40f75bf6218ea58aa327b47022e
cloudflared-linux-386.deb: a1df31d60c431fa043b835f5c8205c60710ddee3fe6dbb579bbabd70e8cf141f
cloudflared-linux-386.rpm: 3014810c3ebbcfe1d81c2a82380a0d165796aad358a4c80329371ee81fea86d3
cloudflared-linux-aarch64.rpm: 9766f69f1237a347db76cbc039b81775b9c12b2e5ef8a8e318d46eccfd73437d
cloudflared-linux-amd64: 22166e0519226174ed31563703dd978573ccde66bae7c0fc3d2c083b48986b9f
cloudflared-linux-amd64.deb: ff116c42ced02e9f9de9dda84e156b184938c3a8c5a5404b326ff24ac0189902
cloudflared-linux-arm: d1941c714de774acec9605c77454f64b6cd176e7a7533ada80e7d51f01bcbba6
cloudflared-linux-arm.deb: 1cd11997f9b1d37b0521c9eef966b21fcdc8155ad042c03e3aa9773beab144b4
cloudflared-linux-arm.rpm: badfcaa9b852a2c76e2c2f2bd80078078c69331982e1f1ff837e4e3f70b6e44d
cloudflared-linux-arm64: e6c14415351dfbcd6d40c69f0cbc9a5ef6f900a70016b5a2b305fce4aeea9c50
cloudflared-linux-arm64.deb: 2f44b1dfcb0c844288f3b0a470c0f171a070e6cd6eeb5d1d85f84da04f9d8978
cloudflared-linux-armhf: e4a343b083a82d33971ef5ab52a045abb29129644c3c2bf182ea98eef0954b56
cloudflared-linux-armhf.deb: d972011cfb86730ba572dbba0a3ad856a8a4db453617bc27724e9fb700433086
cloudflared-linux-armhf.rpm: 541882e9345eddc08d212cd8830e1bc6303564d92004fb2d438165e40f2b8dce
cloudflared-linux-x86_64.rpm: f4fdb8bb0fccf9cedf312853d5b74cdfaecf8931a3972c2bf5602ea6180c5fbf
cloudflared-windows-386.exe: 4da5f3b5bc844577312ac0fe292d3ee1165bc0c3c990c618601c4acaa3cb0e3b
cloudflared-windows-386.msi: fcebfecee79a877099893f35533d8d39240505e045976bd601290546956ab09d
cloudflared-windows-amd64.exe: 166ec955b0b4ff61dd85903eb6771e57d78b5588387ad38df9505ed2301bd9a7
cloudflared-windows-amd64.msi: 2bd808674ac74769007ed9d18f1c3ff9c8078870440ae0a3311f7e31c531e6b2

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
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.11.1-amd64@sha256:3e377326f6b936df77149bc7927de08d50c5a5152f3ee6312780752aad94568e
+              tag: 2024.12.0-amd64@sha256:9f3d2597df8240b0f8a86c54a391b158a5847f74eb60853a7b955d608f3c2555
             ports:
             - containerPort: 9090
               name: metrics
               protocol: TCP
             probes:
               liveness:

@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.11.1-amd64@sha256:3e377326f6b936df77149bc7927de08d50c5a5152f3ee6312780752aad94568e
+        image: cloudflare/cloudflared:2024.12.0-amd64@sha256:9f3d2597df8240b0f8a86c54a391b158a5847f74eb60853a7b955d608f3c2555
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9090

@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 3.92s
✅ YAML prettier 1 0 0.52s
✅ YAML yamllint 1 0 0.35s

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 tyriis-automation bot merged commit bacb71a into main Dec 10, 2024
16 checks passed
@tyriis-automation tyriis-automation bot deleted the renovate/cloudflare-cloudflared-2024.x branch December 10, 2024 12:12
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.

0 participants