Commit a20e728
authored
Bump github.com/caddyserver/certmagic from 0.23.0 to 0.24.0 (#7)
Bumps
[github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic)
from 0.23.0 to 0.24.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/caddyserver/certmagic/commit/621b7e963a9c6f479d0d07da87aed87c561dee75"><code>621b7e9</code></a>
Move cfg nil check from RenewManagedCertificates to getConfig (<a
href="https://redirect.github.com/caddyserver/certmagic/issues/348">#348</a>)</li>
<li><a
href="https://github.com/caddyserver/certmagic/commit/17fb245477eea37e4cec7bac9e27c896070cd6f9"><code>17fb245</code></a>
readme: Update draft-ari link to RFC 9773</li>
<li><a
href="https://github.com/caddyserver/certmagic/commit/3cab966d180e3110dcdabad471849b4b32a409e5"><code>3cab966</code></a>
acmeissuer: LE now supports IP certs (<a
href="https://redirect.github.com/caddyserver/certmagic/issues/345">#345</a>)</li>
<li><a
href="https://github.com/caddyserver/certmagic/commit/e59255408d29d611c3921d4193ac33b0d40966f5"><code>e592554</code></a>
A way to add a manual cert to the cache, replacing others
immediately</li>
<li><a
href="https://github.com/caddyserver/certmagic/commit/ae678af023b24d2a6d09cb6f311bd330643d8672"><code>ae678af</code></a>
Don't evict manually-loaded certs</li>
<li><a
href="https://github.com/caddyserver/certmagic/commit/476582b6ef8827665e10556390a0d766e03955c3"><code>476582b</code></a>
Replace the file storage logger with the default logger (<a
href="https://redirect.github.com/caddyserver/certmagic/issues/311">#311</a>)</li>
<li><a
href="https://github.com/caddyserver/certmagic/commit/41f81ce8af61f9447fd1fe842bc29a61fbd5659c"><code>41f81ce</code></a>
Demote stapling logs when no OCSP server specified (close <a
href="https://redirect.github.com/caddyserver/certmagic/issues/327">#327</a>)</li>
<li><a
href="https://github.com/caddyserver/certmagic/commit/e51e7ae8c87a74b67ed7cc91dc45941c5bcd0947"><code>e51e7ae</code></a>
go.mod: Upgrade to libdns v1.0.0</li>
<li><a
href="https://github.com/caddyserver/certmagic/commit/0d908a37e8f8b86964795036210a3f5d69d948bd"><code>0d908a3</code></a>
Bump golang.org/x/net from 0.37.0 to 0.38.0 (<a
href="https://redirect.github.com/caddyserver/certmagic/issues/342">#342</a>)</li>
<li>See full diff in <a
href="https://github.com/caddyserver/certmagic/compare/v0.23.0...v0.24.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent e61e507 commit a20e728
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments