grafana / certmagic-gcs

GCS storage for Certmagic
GNU Affero General Public License v3.0
10 stars 5 forks source link

Bump github.com/caddyserver/certmagic from 0.17.2 to 0.18.0 #134

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/caddyserver/certmagic from 0.17.2 to 0.18.0.

Release notes

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

v0.18.0

This update brings several optimizations and improvements:

  • Don't access storage during on-demand TLS unless the subject is allowed in the first place
  • Managers moved into on-demand config, since they operate only at handshake-time
  • Experimental FallbackServerName that is like DefaultServerName, except this one applies even if a ServerName is specified in the handshake
  • Several bug fixes, especially related to on-demand TLS and Managers

What's Changed

New Contributors

Full Changelog: https://github.com/caddyserver/certmagic/compare/v0.17.2...v0.18.0

Commits
  • d37847a Fix advanced cache initialization in README (#198)
  • 8728b18 Refactor Managers into on-demand config (#231)
  • 53140d5 Remove accidental inclusion from other branch
  • dec2540 Initial implementation of FallbackServerName
  • 25b5504 Further fix on-demand cert loading
  • 69cca0e Fix decision func enforcement (d'oh)
  • 06734ae Update CI to Go 1.19, 1.20
  • 5357574 Make storage check optional (close #201)
  • 6670b5e Improve handshake logic
  • 0dc2834 Add a GetCertificateWithContext function (#225)
  • 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)