Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/go-acme/lego/v4 from 4.19.2 to 4.20.4 (#…
…14518) Bumps [github.com/go-acme/lego/v4](https://github.com/go-acme/lego) from 4.19.2 to 4.20.4. <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.20.4</h2> <h2>Changelog</h2> <p>Publish the Snap to the Snapcraft stable channel.</p> <h2>v4.20.3</h2> <h2>Changelog</h2> <ul> <li>598782052095a8eccd913e3802f06b8b2c7417a2 directadmin: fix timeout configuration (<a href="https://redirect.github.com/go-acme/lego/issues/2351">#2351</a>)</li> <li>062e355439a5e0c15ed54e15cb188a8cb1036bf0 docs: fix typos</li> <li>669cf4d21da92665a0615795000bc805ff15590a docs: improve changelog style (<a href="https://redirect.github.com/go-acme/lego/issues/2346">#2346</a>)</li> <li>11929c9c78a717887b1df962dc939e82f7af11a9 fix: HTTP server IPv6 matching (<a href="https://redirect.github.com/go-acme/lego/issues/2345">#2345</a>)</li> <li>7d83daef46d720657735aabf170dd64f7bf67058 technitium: fix status code handling (<a href="https://redirect.github.com/go-acme/lego/issues/2357">#2357</a>)</li> </ul> <h2>v4.20.2</h2> <h2>Changelog</h2> <ul> <li>98371c46 feat: attempt to check ARI unless explicitly disabled (<a href="https://redirect.github.com/go-acme/lego/issues/2298">#2298</a>)</li> <li>faf1e0d5 docs: update least privilege instructions for Cloudflare (<a href="https://redirect.github.com/go-acme/lego/issues/2339">#2339</a>)</li> <li>06dfe51e docs: add documentation for env var only options (<a href="https://redirect.github.com/go-acme/lego/issues/2337">#2337</a>)</li> <li>2b08b83a feat: skip the TLS verification of the ACME server (<a href="https://redirect.github.com/go-acme/lego/issues/2335">#2335</a>)</li> <li>4efd1e17 Add DNS provider for Technitium (<a href="https://redirect.github.com/go-acme/lego/issues/2332">#2332</a>)</li> <li>f514292c rfc2136: add support for tsig-keygen generated file (<a href="https://redirect.github.com/go-acme/lego/issues/2330">#2330</a>)</li> <li>f8db5548 regru: update authentication method (<a href="https://redirect.github.com/go-acme/lego/issues/2325">#2325</a>)</li> <li>815c61ac docs: use homogenous examples (<a href="https://redirect.github.com/go-acme/lego/issues/2328">#2328</a>)</li> <li>67230e26 cloudxns: provider deprecation (<a href="https://redirect.github.com/go-acme/lego/issues/2324">#2324</a>)</li> <li>af7e2edd brandit: provider deprecation (<a href="https://redirect.github.com/go-acme/lego/issues/2116">#2116</a>)</li> <li>40bf2b0e selectelv2: fix non-ASCII domain (<a href="https://redirect.github.com/go-acme/lego/issues/2322">#2322</a>)</li> <li>9c876033 Add DNS provider for Regfish (<a href="https://redirect.github.com/go-acme/lego/issues/2320">#2320</a>)</li> <li>aef89706 fix: parse printf verbs in log line output (<a href="https://redirect.github.com/go-acme/lego/issues/2317">#2317</a>)</li> <li>48af0d20 chore: update readme generator (<a href="https://redirect.github.com/go-acme/lego/issues/2311">#2311</a>)</li> <li>008c817f Add DNS provider for Core-Networks (<a href="https://redirect.github.com/go-acme/lego/issues/2101">#2101</a>)</li> <li>19b535ca limacity: fix error message (<a href="https://redirect.github.com/go-acme/lego/issues/2310">#2310</a>)</li> <li>6051473f volcengine: set API information within the default configuration (<a href="https://redirect.github.com/go-acme/lego/issues/2308">#2308</a>)</li> <li>895a9535 feat: improve propagation check error messages (<a href="https://redirect.github.com/go-acme/lego/issues/2306">#2306</a>)</li> <li>ee445c0c fix: variomedia documentation (<a href="https://redirect.github.com/go-acme/lego/issues/2304">#2304</a>)</li> <li>755164c9 Add DNS provider for Timeweb Cloud (<a href="https://redirect.github.com/go-acme/lego/issues/2301">#2301</a>)</li> <li>ad96d61c Add DNS provider for Volcano Engine (<a href="https://redirect.github.com/go-acme/lego/issues/2282">#2282</a>)</li> <li>e67b8ea2 feat: generate User-Agent for DNS API clients (<a href="https://redirect.github.com/go-acme/lego/issues/2293">#2293</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><a href="https://github.com/go-acme/lego/releases/tag/v4.20.4">v4.20.4</a> (2024-11-21)</h2> <p>Publish the Snap to the Snapcraft stable channel.</p> <h2><a href="https://github.com/go-acme/lego/releases/tag/v4.20.3">v4.20.3</a> (2024-11-21)</h2> <h3>Fixed</h3> <ul> <li><strong>[dnsprovider]</strong> technitium: fix status code handling</li> <li><strong>[dnsprovider]</strong> directadmin: fix timeout configuration</li> <li><strong>[httpprovider]</strong> fix: HTTP server IPv6 matching</li> </ul> <h2><a href="https://github.com/go-acme/lego/releases/tag/v4.20.2">v4.20.2</a> (2024-11-11)</h2> <h3>Added</h3> <ul> <li><strong>[dnsprovider]</strong> Add DNS provider for Technitium</li> <li><strong>[dnsprovider]</strong> Add DNS provider for Regfish</li> <li><strong>[dnsprovider]</strong> Add DNS provider for Timeweb Cloud</li> <li><strong>[dnsprovider]</strong> Add DNS provider for Volcano Engine</li> <li><strong>[dnsprovider]</strong> Add DNS provider for Core-Networks</li> <li><strong>[dnsprovider]</strong> rfc2136: add support for tsig-keygen generated file</li> <li><strong>[cli]</strong> Add option to skip the TLS verification of the ACME server</li> <li>Add documentation for env var only options</li> </ul> <h3>Changed</h3> <ul> <li><strong>[cli,ari]</strong> Attempt to check ARI unless explicitly disabled</li> <li><strong>[dnsprovider]</strong> Improve propagation check error messages</li> <li><strong>[dnsprovider]</strong> cloudxns: provider deprecation</li> <li><strong>[dnsprovider]</strong> brandit: provider deprecation</li> </ul> <h3>Fixed</h3> <ul> <li><strong>[dnsprovider]</strong> regru: update authentication method</li> <li><strong>[dnsprovider]</strong> selectelv2: fix non-ASCII domain</li> <li><strong>[dnsprovider]</strong> limacity: fix error message</li> <li><strong>[dnsprovider]</strong> volcengine: set API information within the default configuration</li> <li><strong>[log]</strong> Parse printf verbs in log line output</li> </ul> <h2>v4.20.1 (2024-11-11)</h2> <p>Cancelled due to CI failure.</p> <h2>v4.20.0 (2024-11-11)</h2> <p>Cancelled due to CI failure.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-acme/lego/commit/3fc9ae13e6ec4591e2d9caa2712277936a63fe85"><code>3fc9ae1</code></a> Prepare release v4.20.4</li> <li><a href="https://github.com/go-acme/lego/commit/b66d768d64a780d4382740209a66f62cd3887a96"><code>b66d768</code></a> chore: publish snap to the stable channel</li> <li><a href="https://github.com/go-acme/lego/commit/d5290e9834f370abfdc821605cf0aab81fd4bcff"><code>d5290e9</code></a> Detach v4.20.3</li> <li><a href="https://github.com/go-acme/lego/commit/b38be9150b70a2b961ef7e00403707f4a8a69ddb"><code>b38be91</code></a> Prepare release v4.20.3</li> <li><a href="https://github.com/go-acme/lego/commit/7d83daef46d720657735aabf170dd64f7bf67058"><code>7d83dae</code></a> technitium: fix status code handling (<a href="https://redirect.github.com/go-acme/lego/issues/2357">#2357</a>)</li> <li><a href="https://github.com/go-acme/lego/commit/8ed82070077e7277edfc300de2b61df5190bfab1"><code>8ed8207</code></a> chore: publish aur lego-bin (<a href="https://redirect.github.com/go-acme/lego/issues/2356">#2356</a>)</li> <li><a href="https://github.com/go-acme/lego/commit/a628db57d96de7a795530fc18be37fea12b877f0"><code>a628db5</code></a> chore: check DNSProvider interface (<a href="https://redirect.github.com/go-acme/lego/issues/2352">#2352</a>)</li> <li><a href="https://github.com/go-acme/lego/commit/598782052095a8eccd913e3802f06b8b2c7417a2"><code>5987820</code></a> directadmin: fix timeout configuration (<a href="https://redirect.github.com/go-acme/lego/issues/2351">#2351</a>)</li> <li><a href="https://github.com/go-acme/lego/commit/15af1079a0f955de65d6dd62d20eaf463287647c"><code>15af107</code></a> chore: fix snap name (<a href="https://redirect.github.com/go-acme/lego/issues/2349">#2349</a>)</li> <li><a href="https://github.com/go-acme/lego/commit/92d437fb1b9638b02c43b7e9f1c44bf2c835d109"><code>92d437f</code></a> chore: restore snap packaging (<a href="https://redirect.github.com/go-acme/lego/issues/2348">#2348</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-acme/lego/compare/v4.19.2...v4.20.4">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.19.2&new-version=4.20.4)](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