brenner-tobias / addon-cloudflared

Connect remotely to your Home Assistant instance without opening any ports using Cloudflared.
MIT License
879 stars 54 forks source link

⬆️ Update cloudflare/cloudflared to v2024.10.1 #724

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 4 weeks ago

This PR contains the following updates:

Package Update Change
cloudflare/cloudflared patch 2024.10.0 -> 2024.10.1

Release Notes

cloudflare/cloudflared (cloudflare/cloudflared) ### [`v2024.10.1`](https://redirect.github.com/cloudflare/cloudflared/releases/tag/2024.10.1) [Compare Source](https://redirect.github.com/cloudflare/cloudflared/compare/2024.10.0...2024.10.1) ##### SHA256 Checksums: cloudflared-amd64.pkg: c76fe5302c047392d301a27f11920ba6e3b99b8640bf31eb0eb2bcc76318c87d cloudflared-arm64.pkg: cef0e57feb1e8cc9102be2e6f1cb9a4fcb85a36c34869d7f913cfb8c7fbb0beb cloudflared-darwin-amd64.tgz: 9cc61345a3b59a6addb1ba6bf2df481213c1376fc3bbd0edc540123ac5186976 cloudflared-darwin-arm64.tgz: cb59d5906d975ff7609566aef926cb0166c092e335a1a7b34008ed47e59880f6 cloudflared-fips-linux-amd64: 690997a27029fbbd254310d63a10a3978aae3c75a7a541696b274bec6b877631 cloudflared-fips-linux-amd64.deb: aba91b75537f5f4bc75fd53d25f610ce244c29e5a05df1ff18deece7efa6ebbd cloudflared-fips-linux-x86_64.rpm: 34f55313db71b2d102def4a33d8d0f3e9e8557b79f0a55dc6b5f9141b3a462d1 cloudflared-linux-386: cf24105ce58c5d320d5343ee64a18d1fc4dd4c26f15a2209a92a3a0327b1a45d cloudflared-linux-386.deb: 5dd3f93f7aec0ce6d231e88b0970373233ad29c1bb7e2c3c5fab01b69157ae8c cloudflared-linux-386.rpm: a971926475fe395593f4f32a33f59e09a98a4ee8bfa81ae9dd4951e2b855f1d8 cloudflared-linux-aarch64.rpm: bc2b25807fb3f745fb7d82a88a5f38df8cb8049141c4c8dcfdc41c59d7bf58dc cloudflared-linux-amd64: 8d71f917b4e8699be7826cca2866de7a1d27a5842df28e8c5e140880fc9d2570 cloudflared-linux-amd64.deb: b739a14a2deabae4c1704b74f9ed9fd77f3689b141b59df5596e0e38676535c5 cloudflared-linux-arm: ec636bd4a526c12bb4108993926317d5b27bf816fd7011718408781e1414dd3d cloudflared-linux-arm.deb: ab4f771e1ede838d0a69953edf7c304151df8daca49f7e4424564b37020e3b25 cloudflared-linux-arm.rpm: 53d29a40f92b1c7097fb52fc7dacb14075a7d381012d5d020ae2b7a4fb59f5c8 cloudflared-linux-arm64: 80b2014200be8851886d441cf5df54652e014444105eebc43f15081d1e2af6a8 cloudflared-linux-arm64.deb: aff46499792ef58148ef5ee405d6f1b5b8507acd555e896f5c75933d58d2c1c6 cloudflared-linux-armhf: db095d8f2a2d2c32aabae1f57d3aded3c2ed84fba9a47da8738fb5af43186efa cloudflared-linux-armhf.deb: 323a3a6bb11b06a8e87f0481618e6f54b6db6a2dde593ef8a2a9a3c0f1f3859e cloudflared-linux-armhf.rpm: a8a862d79f28f828915bd8e62b9a9e248abf81caad767b44b2c0a3eb1757a4f5 cloudflared-linux-x86_64.rpm: 90902a6128d93df79493a0357e772e5e1d7f3418e3327beae14ddd1a75a63401 cloudflared-windows-386.exe: 92030422dd042478ec6c8ef61eca547883a5ba6719e94d30cd9628f50b22a6ea cloudflared-windows-386.msi: 8b5901485d9d90f69c7b8e723f41b523c7f197469f1fee7556d52e65bfe847d2 cloudflared-windows-amd64.exe: a78b5ae65d154f667f163fa7bac5c0e817cbb79d607f624cef17a6848e67afc0 cloudflared-windows-amd64.msi: de2c2d63b386e3374b6c4aafe9a8149b4d685aca3876bcb3539f6d5c2b302000

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

coderabbitai[bot] commented 4 weeks ago

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit , please review it.` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.