[PR #60] [CLOSED] Bump github.com/go-acme/lego/v3 from 3.1.0 to 3.2.0 #184

Closed
opened 2026-02-25 22:31:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/60
Author: @dependabot-preview[bot]
Created: 11/11/2019
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/go-acme/lego/v3-3.2.0


📝 Commits (1)

  • ca1b0ff Bump github.com/go-acme/lego/v3 from 3.1.0 to 3.2.0

📊 Changes

2 files changed (+4 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+3 -0)

📄 Description

Bumps github.com/go-acme/lego/v3 from 3.1.0 to 3.2.0.

Release notes

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

v3.2.0

Added:

  • [dnsprovider] Add support for autodns

Changed:

  • [dnsprovider] httpreq: Allow use environment vars from a _FILE file
  • [lib] Don't deactivate valid authorizations
  • [lib] Expose more SOA fields found by dns01.FindZoneByFqdn

Fixed:

  • [dnsprovider] use token as unique ID.
Changelog

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

[v3.2.0] - 2019-11-10

Added:

  • [dnsprovider] Add support for autodns

Changed:

  • [dnsprovider] httpreq: Allow use environment vars from a _FILE file
  • [lib] Don't deactivate valid authorizations
  • [lib] Expose more SOA fields found by dns01.FindZoneByFqdn

Fixed:

  • [dnsprovider] use token as unique ID.
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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/evenh/intercert/pull/60 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/11/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/go-acme/lego/v3-3.2.0` --- ### 📝 Commits (1) - [`ca1b0ff`](https://github.com/evenh/intercert/commit/ca1b0ff9d9e436be68606a78a292c02344147e2f) Bump github.com/go-acme/lego/v3 from 3.1.0 to 3.2.0 ### 📊 Changes **2 files changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+3 -0) </details> ### 📄 Description Bumps [github.com/go-acme/lego/v3](https://github.com/go-acme/lego) from 3.1.0 to 3.2.0. <details> <summary>Release notes</summary> *Sourced from [github.com/go-acme/lego/v3's releases](https://github.com/go-acme/lego/releases).* > ## v3.2.0 > > ### Added: > - **[dnsprovider]** Add support for autodns > > ### Changed: > - **[dnsprovider]** httpreq: Allow use environment vars from a `_FILE` file > - **[lib]** Don&[#39](https://github-redirect.dependabot.com/go-acme/lego/issues/39);t deactivate valid authorizations > - **[lib]** Expose more SOA fields found by dns01.FindZoneByFqdn > > ### Fixed: > - **[dnsprovider]** use token as unique ID. </details> <details> <summary>Changelog</summary> *Sourced from [github.com/go-acme/lego/v3's changelog](https://github.com/go-acme/lego/blob/master/CHANGELOG.md).* > ## [v3.2.0] - 2019-11-10 > > ### Added: > - **[dnsprovider]** Add support for autodns > > ### Changed: > - **[dnsprovider]** httpreq: Allow use environment vars from a `_FILE` file > - **[lib]** Don&[#39](https://github-redirect.dependabot.com/go-acme/lego/issues/39);t deactivate valid authorizations > - **[lib]** Expose more SOA fields found by dns01.FindZoneByFqdn > > ### Fixed: > - **[dnsprovider]** use token as unique ID. </details> <details> <summary>Commits</summary> - [`11ee928`](https://github.com/go-acme/lego/commit/11ee928ace97cc5f274df13da015f5f84ae3756d) Prepare release v3.2.0 - [`5b0879b`](https://github.com/go-acme/lego/commit/5b0879b7e39dac7ed163b66d9e92b6273ba04b91) doc: fix autodns version. - [`e6ff557`](https://github.com/go-acme/lego/commit/e6ff5575965168c4d5ff9c1030f73bbc4b2a09f5) cloudflare: fix panic when accessing record cache ([#1005](https://github-redirect.dependabot.com/go-acme/lego/issues/1005)) - [`fa5555d`](https://github.com/go-acme/lego/commit/fa5555d3f4614ee039686bd15a5f1e806b3e3c40) Update ACME RFC links from draft to RFC8555. ([#1004](https://github-redirect.dependabot.com/go-acme/lego/issues/1004)) - [`738e40f`](https://github.com/go-acme/lego/commit/738e40f446725ae70a458c47850588c96192022a) fix: use token as unique ID. ([#1003](https://github-redirect.dependabot.com/go-acme/lego/issues/1003)) - [`46680f6`](https://github.com/go-acme/lego/commit/46680f6524bc6c80951fcac6914b54c03fa363eb) Add support for autodns ([#957](https://github-redirect.dependabot.com/go-acme/lego/issues/957)) - [`a8484e3`](https://github.com/go-acme/lego/commit/a8484e3954544eb97fa4e455e043689970d96dc2) httpreq: Allow use environment vars from a _FILE file ([#1000](https://github-redirect.dependabot.com/go-acme/lego/issues/1000)) - [`635b9ac`](https://github.com/go-acme/lego/commit/635b9ac93d6f1b1d4a832d164934ad75bf5d0149) chore: update linter. ([#997](https://github-redirect.dependabot.com/go-acme/lego/issues/997)) - [`8afde16`](https://github.com/go-acme/lego/commit/8afde164a15aea9b5d7eddc1f1d267b56fb5132e) feat: expose more SOA fields found by dns01.FindZoneByFqdn ([#980](https://github-redirect.dependabot.com/go-acme/lego/issues/980)) - [`aab54da`](https://github.com/go-acme/lego/commit/aab54da9a275a9b818193bd3711d182adbdb6413) Don't deactivate valid authorizations ([#996](https://github-redirect.dependabot.com/go-acme/lego/issues/996)) - Additional commits viewable in [compare view](https://github.com/go-acme/lego/compare/v3.1.0...v3.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/go-acme/lego/v3&package-manager=go_modules&previous-version=3.1.0&new-version=3.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=github.com/go-acme/lego/v3&package-manager=go_modules&previous-version=3.1.0&new-version=3.2.0) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:31:20 +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/intercert#184
No description provided.