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

chore: Bump github.com/caddyserver/certmagic from 0.21.3 to 0.21.4 #258

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2024

Bumps github.com/caddyserver/certmagic from 0.21.3 to 0.21.4.

Release notes

Sourced from github.com/caddyserver/certmagic's releases.

v0.21.4

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

Commits
  • c783cbd go.mod: Upgrade dependencies
  • aad674c ari: Fix panic when loaded cert has no RetryAfter
  • 80bb9a8 Debug log when creating CSR
  • 3bad5b6 Check for .internal with SubjectIsInternal (#305)
  • ba418d8 go.mod: Upgrade acmez
  • 5ee48a3 Add config option to disable ARI
  • 1a2275d fs storage: Use temporary files when writing (#300)
  • 16c9db1 zerossl: Make CNAME target absolute (fix #304)
  • 1ff1ad8 Normalize domain before managing
  • 16e2e0b Synchronize ARI fetching (fix #297)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

mavimo
mavimo previously approved these changes Oct 3, 2024
@mavimo
Copy link
Member

mavimo commented Oct 3, 2024

@dependabot recreate

Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.21.3 to 0.21.4.
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](caddyserver/certmagic@v0.21.3...v0.21.4)

---
updated-dependencies:
- dependency-name: github.com/caddyserver/certmagic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot dismissed mavimo’s stale review October 3, 2024 18:04

The merge-base changed after approval.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/caddyserver/certmagic-0.21.4 branch from 67adbc1 to b9402c4 Compare October 3, 2024 18:04
@mavimo mavimo enabled auto-merge (squash) October 3, 2024 18:05
@mavimo mavimo merged commit 933f29f into main Oct 3, 2024
2 checks passed
@mavimo mavimo deleted the dependabot/go_modules/github.com/caddyserver/certmagic-0.21.4 branch October 3, 2024 18:11
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.

1 participant