Skip to content

Commit

Permalink
feat(container): update image docker.io/cloudflare/cloudflared to v20…
Browse files Browse the repository at this point in the history
…25.2.0 (#461)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/cloudflare/cloudflared](https://redirect.github.com/cloudflare/cloudflared)
| minor | `2025.1.0` -> `2025.2.0` |

---

### Release Notes

<details>
<summary>cloudflare/cloudflared
(docker.io/cloudflare/cloudflared)</summary>

###
[`v2025.2.0`](https://redirect.github.com/cloudflare/cloudflared/compare/2025.1.1...2025.2.0)

[Compare
Source](https://redirect.github.com/cloudflare/cloudflared/compare/2025.1.1...2025.2.0)

###
[`v2025.1.1`](https://redirect.github.com/cloudflare/cloudflared/blob/HEAD/CHANGES.md#202511)

[Compare
Source](https://redirect.github.com/cloudflare/cloudflared/compare/2025.1.0...2025.1.1)

##### New Features

- This release introduces the use of new Post Quantum curves and the
ability to use Post Quantum curves when running tunnels with the QUIC
protocol this applies to non-FIPS and FIPS builds.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on saturday" (UTC), 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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/sp3nx0r/homelab).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent c6e3668 commit eb7f6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
main:
image:
repository: docker.io/cloudflare/cloudflared
tag: 2025.1.0
tag: 2025.2.0
env:
NO_AUTOUPDATE: "true"
TUNNEL_CRED_FILE: /etc/cloudflared/creds/credentials.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
app:
image:
repository: docker.io/cloudflare/cloudflared
tag: 2025.1.0
tag: 2025.2.0
env:
NO_AUTOUPDATE: true
TUNNEL_CRED_FILE: /etc/cloudflared/creds/credentials.json
Expand Down

0 comments on commit eb7f6e5

Please sign in to comment.