Skip to content

Bump github.com/caddyserver/certmagic from 0.21.7 to 0.23.0 #104

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps github.com/caddyserver/certmagic from 0.21.7 to 0.23.0.

Release notes

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

v0.22.1

Minor patch to better support IDNs.

Full Changelog: caddyserver/certmagic@v0.22.0...v0.22.1

v0.22.0

Added support for ACME profiles (still an experimental draft) and fixed some bugs. 💯

Full Changelog: caddyserver/certmagic@v0.21.6...v0.22.0

Commits
  • f5d71eb go.mod: Upgrade acmez with minor patch
  • 2cc2fca Guard Cache.SetOptions with default values (#341)
  • b9399ea go.mod: Upgrade to libdns v1 beta (breaking API change in libdns)
  • cc7de8f Use Lookup profile only in GetCertificate
  • be2003b go.mod: Upgrade acmez
  • 94c13e6 Convert SNI to punycode; coupla other low-key fixes
  • 54e6486 go.mod: Upgrade dependencies
  • b8b37c2 docs: replaced the name and twitter link (#333)
  • 2134b61 Fix link in readme (close #329)
  • a7894dd Add context to some DNS utils; export a couple functions
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 21, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/caddyserver/certmagic-0.23.0 branch from e938beb to 79ad6f4 Compare April 21, 2025 14:49
@mcpherrinm
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/caddyserver/certmagic-0.23.0 branch from 79ad6f4 to bc151f4 Compare April 21, 2025 15:06
@inahga
Copy link
Contributor

inahga commented Jun 26, 2025

@dependabot rebase

Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.21.7 to 0.23.0.
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](caddyserver/certmagic@v0.21.7...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/caddyserver/certmagic-0.23.0 branch from bc151f4 to e141c02 Compare June 26, 2025 18:24
github.com/kr/pretty v0.3.0 // indirect
github.com/libdns/libdns v0.2.2 // indirect
github.com/miekg/dns v1.1.62 // indirect
github.com/libdns/libdns v1.0.0-beta.1 // indirect
Copy link
Contributor

@inahga inahga Jun 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dependency is probably causing problems.

@inahga
Copy link
Contributor

inahga commented Jun 26, 2025

AFAICT this new certmagic and github.com/libdns/route53 are using incompatible versions of github.com/libdns/libdns. I don't think this update is terribly important, so we can wait for the ecosystem to move on further before worrying about this.

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.

2 participants