fix(deps): update module github.com/caddyserver/certmagic to v0.25.2 #125

Merged
bagas merged 1 commits from renovate/github.com-caddyserver-certmagic-0.x into main 2026-04-01 08:33:23 +07:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
github.com/caddyserver/certmagic v0.25.1v0.25.2 age confidence

Release Notes

caddyserver/certmagic (github.com/caddyserver/certmagic)

v0.25.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/caddyserver/certmagic/compare/v0.25.0...v0.25.2


Configuration

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

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) | `v0.25.1` → `v0.25.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcaddyserver%2fcertmagic/v0.25.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcaddyserver%2fcertmagic/v0.25.1/v0.25.2?slim=true) | --- ### Release Notes <details> <summary>caddyserver/certmagic (github.com/caddyserver/certmagic)</summary> ### [`v0.25.2`](https://github.com/caddyserver/certmagic/releases/tag/v0.25.2) [Compare Source](https://github.com/caddyserver/certmagic/compare/v0.25.1...v0.25.2) #### What's Changed - Implement `TryLock` for use with optional tasks like ARI updates to reduce lock contention by [@&#8203;polyscone](https://github.com/polyscone) in [#&#8203;357](https://github.com/caddyserver/certmagic/pull/357) - Bump golang.org/x/crypto from 0.41.0 to 0.45.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;358](https://github.com/caddyserver/certmagic/pull/358) - chore: use math/rand/v2 instead of math/rand by [@&#8203;WeidiDeng](https://github.com/WeidiDeng) in [#&#8203;363](https://github.com/caddyserver/certmagic/pull/363) - chore: Bump zerossl dependency by [@&#8203;francislavoie](https://github.com/francislavoie) in [#&#8203;370](https://github.com/caddyserver/certmagic/pull/370) - fix: handshake worker starve when loading external certificate by [@&#8203;bndcts](https://github.com/bndcts) in [#&#8203;369](https://github.com/caddyserver/certmagic/pull/369) #### New Contributors - [@&#8203;polyscone](https://github.com/polyscone) made their first contribution in [#&#8203;357](https://github.com/caddyserver/certmagic/pull/357) - [@&#8203;WeidiDeng](https://github.com/WeidiDeng) made their first contribution in [#&#8203;363](https://github.com/caddyserver/certmagic/pull/363) - [@&#8203;bndcts](https://github.com/bndcts) made their first contribution in [#&#8203;369](https://github.com/caddyserver/certmagic/pull/369) **Full Changelog**: <https://github.com/caddyserver/certmagic/compare/v0.25.0...v0.25.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Renovate-Clanker added 1 commit 2026-04-01 08:07:29 +07:00
Author
Collaborator

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/caddyserver/zerossl v0.1.4 -> v0.1.5
github.com/mholt/acmez/v3 v3.1.4 -> v3.1.6
github.com/miekg/dns v1.1.69 -> v1.1.72
golang.org/x/mod v0.32.0 -> v0.33.0
golang.org/x/net v0.49.0 -> v0.50.0
golang.org/x/tools v0.41.0 -> v0.42.0
### ℹ️ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 6 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------- | :--------------------- | | `github.com/caddyserver/zerossl` | `v0.1.4` -> `v0.1.5` | | `github.com/mholt/acmez/v3` | `v3.1.4` -> `v3.1.6` | | `github.com/miekg/dns` | `v1.1.69` -> `v1.1.72` | | `golang.org/x/mod` | `v0.32.0` -> `v0.33.0` | | `golang.org/x/net` | `v0.49.0` -> `v0.50.0` | | `golang.org/x/tools` | `v0.41.0` -> `v0.42.0` |
bagas merged commit 8d55c6a4f3 into main 2026-04-01 08:33:23 +07:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bagas/tunnel-please#125