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

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

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/caddyserver/certmagic v0.21.3 -> v0.21.4 age adoption passing confidence

Release Notes

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

v0.21.4

Compare Source

We've made several improvements across the board, notably:

  • Storage is temporarily a required field, until we implement a zerossl issuer that doesn't require storage. I'm hoping this will be optional again before v1.0.
  • New exported function GetRenewalInfo(), useful for issuers that support ARI.
  • Better logging related to account loading and creation, and CSR generation; useful for troubleshooting.
  • ACME account registration is now synced across a cluster.
  • ARI fetching is now synced across a cluster.
  • Normalization fix for IDNs.
  • Writes to the filesystem (default) storage now use temporary files, which provides greater concurrency safety. This should improve the very rare and sporadic corrupted certificate or metadata (JSON) files that have been observed and reported.

Thank you to everyone who contributed!

What's Changed

New Contributors

Full Changelog: caddyserver/certmagic@v0.21.2...v0.21.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


  • If you want to rebase/retry this PR, check this box

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

Copy link
Author

renovate bot commented Oct 2, 2024

ℹ 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):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/mholt/acmez/v2 v2.0.1 -> v2.0.3
github.com/zeebo/blake3 v0.2.3 -> v0.2.4
golang.org/x/net v0.27.0 -> v0.29.0

@fritterhoff fritterhoff added this pull request to the merge queue Oct 3, 2024
Merged via the queue into main with commit 230a989 Oct 3, 2024
6 checks passed
@fritterhoff fritterhoff deleted the renovate/github.com-caddyserver-certmagic-0.x branch October 3, 2024 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant