roadrunner-server / roadrunner-plugins

📦 Home for the roadrunner plugins
MIT License
25 stars 9 forks source link

Bump github.com/caddyserver/certmagic from 0.15.2 to 0.16.1 #222

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/caddyserver/certmagic from 0.15.2 to 0.16.1.

Release notes

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

v0.16.1

Minor enhancement allowing customization of the propagation delay/timeout for DNS challenge.

Full Changelog: https://github.com/caddyserver/certmagic/compare/v0.16.0...v0.16.1

v0.16.0

This release is hopefully one of the last major tags before a more stable CertMagic 1.0. It includes a number of breaking changes (for the better, I promise) -- so please pay attention:

  • :warning: All storage methods now require context.Context passed in. We also added it to CleanUpOwnLocks() and several other functions that end up calling Storage methods (e.g. CacheUnmanagedTLSCertificate()). Your editor, in combination with gopls (the Go language server) should be able to quickly tell you where context is missing.
  • :warning: Storage methods now return fs.ErrNotExist if a file or key is not found, instead of certmagic.ErrNotExist, which has been removed. (The io/fs package did not exist when CertMagic was first written.)
  • :warning: ACMEManager has been renamed to ACMEIssuer, and CertificateManager has been renamed to Manager. These renames make naming more consistent and accurate, and less confusing (since ACMEManager was not a CertificateManager, which is a new type).
  • Certificate events now provide more useful, actionable information. See #150.

I have personally submitted PRs to the more popular known storage implementations as a courtesy to help deal with the breaking changes.

The nuances of the logic in preparing for DNS challenges have changed slightly, hopefully it will work in more environments.

Thanks to all who contributed! Sorry for any inconvenience with the breaking changes; that's the joy of pre-1.0 libraries. We're almost there, though. It's been 5 years and we might finally be starting to get good at things.

What's Changed

New Contributors

Full Changelog: https://github.com/caddyserver/certmagic/compare/v0.15.4...v0.16.0

v0.15.4

What's Changed

New Contributors

Full Changelog: https://github.com/caddyserver/certmagic/compare/v0.15.3...v0.15.4

v0.15.3

Enhanced OCSP stapling support. Fixed automatic replacement of revoked certificates for on-demand certificates and some other edge cases.

What's Changed

... (truncated)

Commits
  • 049e605 Remove comment
  • 8d92ff9 Configurable propagation checks in DNS solver
  • 03cffeb Update a couple comments
  • 2f6011a Provide more detailed information in certificate events (#150)
  • 55be6d8 Rename ACMEManager -> ACMEIssuer, CertificateManager -> Manager
  • ae2a5dd solvers: Always call checkDNSPropagation in DNS01Solver (#179)
  • 915efd8 Fix crash because of a zero value cert in cache (#177)
  • 9a56fcd Propagate context in the Storage interface methods (#155)
  • 2d11419 storage: Require fs.ErrNotExist (fix #168) (#170)
  • f60ce01 Implement OverrideDomain is DNS01Solver (#160)
  • 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 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)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.