[PR #531] [CLOSED] chore(deps): bump github.com/go-acme/lego/v4 from 4.17.4 to 4.18.0 #8148

Closed
opened 2026-03-12 23:39:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/531
Author: @dependabot[bot]
Created: 9/2/2024
Status: Closed

Base: devHead: dependabot/go_modules/dev/github.com/go-acme/lego/v4-4.18.0


📝 Commits (1)

  • f791680 chore(deps): bump github.com/go-acme/lego/v4 from 4.17.4 to 4.18.0

📊 Changes

2 files changed (+6 additions, -87 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -85)

📄 Description

Bumps github.com/go-acme/lego/v4 from 4.17.4 to 4.18.0.

Release notes

Sourced from github.com/go-acme/lego/v4's releases.

v4.18.0

Consider becoming a sponsor if you benefit from the work that went into this release!

Changelog

  • c759f565 Add DNS provider for DirectAdmin (#2225)
  • 7062e8c2 Add DNS provider for Lima-City (#2248)
  • beaa35ca Add DNS provider for Mittwald (#2200)
  • f93651a5 Add DNS provider for mijn.host (#2252)
  • 9873b9b8 bluecat: skip deploy (#2230)
  • 24f42146 cloudflare: update documentation to specify the unit of time-based options (#2239)
  • 04864ff1 designate: allow manually overwriting DNS zone (#2204)
  • 13b5cb57 directadmin: update documentation
  • 4cbe9a2a docs: add note about snap (#2201)
  • cb246718 docs: fix favicon
  • 5ab212cf docs: update theme (#2240)
  • fa7cf5cd feat: add LEGO_ISSUER_CERT_PATH to run hook (#2234)
  • c63be848 feat: add option to handle the overall request limit (#2209)
  • 834a9089 feat: expose certificates pool creation (#2210)
  • 29e98f8a fix(ari): avoid Int63n panic in ShouldRenewAt() (#2246)
  • 321cea51 fix: restore Solaris (#2217)
  • fa0c05f5 ovh: allow to use ovh.conf file (#2216)
Changelog

Sourced from github.com/go-acme/lego/v4's changelog.

[v4.18.0] - 2024-08-30

Added

  • [dnsprovider] Add DNS provider for mijn.host
  • [dnsprovider] Add DNS provider for Lima-City
  • [dnsprovider] Add DNS provider for DirectAdmin
  • [dnsprovider] Add DNS provider for Mittwald
  • [lib,cli] feat: add option to handle the overall request limit
  • [lib] feat: expose certificates pool creation

Changed

  • [cli] feat: add LEGO_ISSUER_CERT_PATH to run hook
  • [dnsprovider] bluecat: skip deploy
  • [dnsprovider] ovh: allow to use ovh.conf file
  • [dnsprovider] designate: allow manually overwriting DNS zone

Fixed

  • [ari] fix: avoid Int63n panic in ShouldRenewAt()
Commits

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/531 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/2/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/go_modules/dev/github.com/go-acme/lego/v4-4.18.0` --- ### 📝 Commits (1) - [`f791680`](https://github.com/0xJacky/nginx-ui/commit/f7916808b49ca1b52654fd3c3046b8fcfaaea083) chore(deps): bump github.com/go-acme/lego/v4 from 4.17.4 to 4.18.0 ### 📊 Changes **2 files changed** (+6 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -85) </details> ### 📄 Description 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-12 23:39:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#8148
No description provided.