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(deps): bump github.com/caddyserver/certmagic from 0.18.0 to 0.18.2 #4334

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

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

Release notes

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

v0.18.2

This patch release actually has some notable new features but nothing that affects existing API surface:

  • New private keys are generated for every renewal (unless the new config property ReusePrivateKeys is set to true) -- previously, they were reused by default.
  • New IssuerPolicy field to configure how to choose from multiple issuers. By default, the first issuer that successfully provided a certificate is used. (This is unchanged.) Now, however, the issuers can be shuffled to implement basic load balancing before trying them in succession.
  • File storage locking mechanism is now more robust against short-lived locks in slow storage.
  • The cert_obtained event info was fixed.

(Skip v0.18.1, as it contains a bug caught by integration tests downstream.)

What's Changed

Full Changelog: caddyserver/certmagic@v0.18.0...v0.18.2

Commits
  • dc8e4fa Update PEM of private key after regenerating
  • dd8df32 go.mod: Upgrade dependencies
  • 0bc7470 Tune empty-lock retry mechanism (issue #232)
  • 321ed64 Wait and retry if lockfile is empty (fix #232)
  • 65d3af6 Issuer policies that can randomize issuer used (#238)
  • 232fade Generate new private keys for new certificates (#237)
  • 25bb2af Fix cert_obtained event info
  • See full diff 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)

Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.18.0 to 0.18.2.
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](caddyserver/certmagic@v0.18.0...v0.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 1, 2023 16:45
@dependabot dependabot bot requested a review from calebdoxsey July 1, 2023 16:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 1, 2023
@coveralls
Copy link

Coverage Status

coverage: 63.423% (-0.03%) from 63.455% when pulling 146aa87 on dependabot/go_modules/github.com/caddyserver/certmagic-0.18.2 into 74e6486 on main.

@calebdoxsey calebdoxsey merged commit 4c7c271 into main Jul 10, 2023
12 checks passed
@calebdoxsey calebdoxsey deleted the dependabot/go_modules/github.com/caddyserver/certmagic-0.18.2 branch July 10, 2023 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants