Skip to content

Commit

Permalink
build(deps): bump github.com/go-acme/lego/v4 from 4.17.4 to 4.18.0 (#…
Browse files Browse the repository at this point in the history
…14027)

Bumps [github.com/go-acme/lego/v4](https://github.com/go-acme/lego) from
4.17.4 to 4.18.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/go-acme/lego/releases">github.com/go-acme/lego/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.18.0</h2>
<p>Consider <a href="https://github.com/sponsors/ldez">becoming a
sponsor</a> if you benefit from the work that went into this
release!</p>
<h2>Changelog</h2>
<ul>
<li>c759f565 Add DNS provider for DirectAdmin (<a
href="https://redirect.github.com/go-acme/lego/issues/2225">#2225</a>)</li>
<li>7062e8c2 Add DNS provider for Lima-City (<a
href="https://redirect.github.com/go-acme/lego/issues/2248">#2248</a>)</li>
<li>beaa35ca Add DNS provider for Mittwald (<a
href="https://redirect.github.com/go-acme/lego/issues/2200">#2200</a>)</li>
<li>f93651a5 Add DNS provider for mijn.host (<a
href="https://redirect.github.com/go-acme/lego/issues/2252">#2252</a>)</li>
<li>9873b9b8 bluecat: skip deploy (<a
href="https://redirect.github.com/go-acme/lego/issues/2230">#2230</a>)</li>
<li>24f42146 cloudflare: update documentation to specify the unit of
time-based options (<a
href="https://redirect.github.com/go-acme/lego/issues/2239">#2239</a>)</li>
<li>04864ff1 designate: allow manually overwriting DNS zone (<a
href="https://redirect.github.com/go-acme/lego/issues/2204">#2204</a>)</li>
<li>13b5cb57 directadmin: update documentation</li>
<li>4cbe9a2a docs: add note about snap (<a
href="https://redirect.github.com/go-acme/lego/issues/2201">#2201</a>)</li>
<li>cb246718 docs: fix favicon</li>
<li>5ab212cf docs: update theme (<a
href="https://redirect.github.com/go-acme/lego/issues/2240">#2240</a>)</li>
<li>fa7cf5cd feat: add LEGO_ISSUER_CERT_PATH to run hook (<a
href="https://redirect.github.com/go-acme/lego/issues/2234">#2234</a>)</li>
<li>c63be848 feat: add option to handle the overall request limit (<a
href="https://redirect.github.com/go-acme/lego/issues/2209">#2209</a>)</li>
<li>834a9089 feat: expose certificates pool creation (<a
href="https://redirect.github.com/go-acme/lego/issues/2210">#2210</a>)</li>
<li>29e98f8a fix(ari): avoid Int63n panic in ShouldRenewAt() (<a
href="https://redirect.github.com/go-acme/lego/issues/2246">#2246</a>)</li>
<li>321cea51 fix: restore Solaris (<a
href="https://redirect.github.com/go-acme/lego/issues/2217">#2217</a>)</li>
<li>fa0c05f5 ovh: allow to use ovh.conf file (<a
href="https://redirect.github.com/go-acme/lego/issues/2216">#2216</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/go-acme/lego/blob/master/CHANGELOG.md">github.com/go-acme/lego/v4's
changelog</a>.</em></p>
<blockquote>
<h2>[v4.18.0] - 2024-08-30</h2>
<h3>Added</h3>
<ul>
<li><strong>[dnsprovider]</strong> Add DNS provider for mijn.host</li>
<li><strong>[dnsprovider]</strong> Add DNS provider for Lima-City</li>
<li><strong>[dnsprovider]</strong> Add DNS provider for DirectAdmin</li>
<li><strong>[dnsprovider]</strong> Add DNS provider for Mittwald</li>
<li><strong>[lib,cli]</strong> feat: add option to handle the overall
request limit</li>
<li><strong>[lib]</strong> feat: expose certificates pool creation</li>
</ul>
<h3>Changed</h3>
<ul>
<li><strong>[cli]</strong> feat: add LEGO_ISSUER_CERT_PATH to run
hook</li>
<li><strong>[dnsprovider]</strong> bluecat: skip deploy</li>
<li><strong>[dnsprovider]</strong> ovh: allow to use ovh.conf file</li>
<li><strong>[dnsprovider]</strong> designate: allow manually overwriting
DNS zone</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>[ari]</strong> fix: avoid Int63n panic in
ShouldRenewAt()</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-acme/lego/commit/fd2bdf9e48bb2e9236fa30e4a640bb97032176f8"><code>fd2bdf9</code></a>
Prepare release v4.18.0</li>
<li><a
href="https://github.com/go-acme/lego/commit/beaa35caf94199294be5c48248943afcd027d0fd"><code>beaa35c</code></a>
Add DNS provider for Mittwald (<a
href="https://redirect.github.com/go-acme/lego/issues/2200">#2200</a>)</li>
<li><a
href="https://github.com/go-acme/lego/commit/7062e8c28fd20b879ac5f855dd5f8d871542747a"><code>7062e8c</code></a>
Add DNS provider for Lima-City (<a
href="https://redirect.github.com/go-acme/lego/issues/2248">#2248</a>)</li>
<li><a
href="https://github.com/go-acme/lego/commit/f93651a54def187029888482d7d2275dfb096995"><code>f93651a</code></a>
Add DNS provider for mijn.host (<a
href="https://redirect.github.com/go-acme/lego/issues/2252">#2252</a>)</li>
<li><a
href="https://github.com/go-acme/lego/commit/29e98f8a4336fb1f81a7e1671cf48723536f3dd8"><code>29e98f8</code></a>
fix(ari): avoid Int63n panic in ShouldRenewAt() (<a
href="https://redirect.github.com/go-acme/lego/issues/2246">#2246</a>)</li>
<li><a
href="https://github.com/go-acme/lego/commit/c083a989a1eef5c0cdf41cd785d4372ddc3b100e"><code>c083a98</code></a>
chore: update go version inside go.mod (<a
href="https://redirect.github.com/go-acme/lego/issues/2241">#2241</a>)</li>
<li><a
href="https://github.com/go-acme/lego/commit/cb246718482867cd2238c97eff11373f85916035"><code>cb24671</code></a>
docs: fix favicon</li>
<li><a
href="https://github.com/go-acme/lego/commit/501aded55b54f7e781a4b741a4040ebe1bc15acb"><code>501aded</code></a>
chore: update linter</li>
<li><a
href="https://github.com/go-acme/lego/commit/5ab212cf8d0665f9cdb25ec06225657a11514b77"><code>5ab212c</code></a>
docs: update theme (<a
href="https://redirect.github.com/go-acme/lego/issues/2240">#2240</a>)</li>
<li><a
href="https://github.com/go-acme/lego/commit/24f421463a6aebf0c20b80941ff5279d33b4896e"><code>24f4214</code></a>
cloudflare: update documentation to specify the unit of time-based
options (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/go-acme/lego/compare/v4.17.4...v4.18.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-acme/lego/v4&package-manager=go_modules&previous-version=4.17.4&new-version=4.18.0)](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>
  • Loading branch information
tomponline authored Sep 2, 2024
2 parents 6c49827 + 805859a commit 8708ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
github.com/fvbommel/sortorder v1.1.0
github.com/go-acme/lego/v4 v4.17.4
github.com/go-acme/lego/v4 v4.18.0
github.com/go-chi/chi/v5 v5.1.0
github.com/go-jose/go-jose/v4 v4.0.4
github.com/google/gopacket v1.1.19
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyT
github.com/fvbommel/sortorder v1.1.0 h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=
github.com/fvbommel/sortorder v1.1.0/go.mod h1:uk88iVf1ovNn1iLfgUVU2F9o5eO30ui720w+kxuqRs0=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/go-acme/lego/v4 v4.17.4 h1:h0nePd3ObP6o7kAkndtpTzCw8shOZuWckNYeUQwo36Q=
github.com/go-acme/lego/v4 v4.17.4/go.mod h1:dU94SvPNqimEeb7EVilGGSnS0nU1O5Exir0pQ4QFL4U=
github.com/go-acme/lego/v4 v4.18.0 h1:2hH8KcdRBSb+p5o9VZIm61GAOXYALgILUCSs1Q+OYsk=
github.com/go-acme/lego/v4 v4.18.0/go.mod h1:Blkg3izvXpl3zxk7WKngIuwR2I/hvYVP3vRnvgBp7m8=
github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw=
github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
Expand Down

0 comments on commit 8708ed1

Please sign in to comment.