[PR #41] [CLOSED] Bump github.com/mholt/certmagic from 0.5.1 to 0.6.1 #168

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

📋 Pull Request Information

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

Base: masterHead: dependabot/go_modules/github.com/mholt/certmagic-0.6.1


📝 Commits (1)

  • 6e192a7 Bump github.com/mholt/certmagic from 0.5.1 to 0.6.1

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/mholt/certmagic from 0.5.1 to 0.6.1.

Commits
  • c7a9fdb Ability to immediately clean up own locks
  • c067187 Retry if creating manager (ACME client) fails
  • e49d0d4 Randomize HTTP and TLS-ALPN challenges; retry with next if one fails
  • 2ab9ab6 CertificateSelector interface; CertMetadata embedded struct
  • 9f9dd53 Add hook for custom certificate selection logic (mholt/caddy#2588)
  • See full diff in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/41 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/21/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/mholt/certmagic-0.6.1` --- ### 📝 Commits (1) - [`6e192a7`](https://github.com/evenh/intercert/commit/6e192a70cae30e1e8e8314ee8d1aa0b1bca8e956) Bump github.com/mholt/certmagic from 0.5.1 to 0.6.1 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description Bumps [github.com/mholt/certmagic](https://github.com/mholt/certmagic) from 0.5.1 to 0.6.1. <details> <summary>Commits</summary> - [`c7a9fdb`](https://github.com/mholt/certmagic/commit/c7a9fdb178168514647c1fc65bf76e56e788949c) Ability to immediately clean up own locks - [`c067187`](https://github.com/mholt/certmagic/commit/c0671874d2b62851c23fbd959920b55b6a452221) Retry if creating manager (ACME client) fails - [`e49d0d4`](https://github.com/mholt/certmagic/commit/e49d0d405641c58f0451528db77fa909f58f4455) Randomize HTTP and TLS-ALPN challenges; retry with next if one fails - [`2ab9ab6`](https://github.com/mholt/certmagic/commit/2ab9ab6dfa22f8b37e76775d28283f5e3793fa0b) CertificateSelector interface; CertMetadata embedded struct - [`9f9dd53`](https://github.com/mholt/certmagic/commit/9f9dd53d26c838ddb117b617a6f9985acd6f4f81) Add hook for custom certificate selection logic (mholt/caddy#2588) - See full diff in [compare view](https://github.com/mholt/certmagic/compare/v0.5.1...v0.6.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/mholt/certmagic&package-manager=go_modules&previous-version=0.5.1&new-version=0.6.1)](https://dependabot.com/compatibility-score.html?dependency-name=github.com/mholt/certmagic&package-manager=go_modules&previous-version=0.5.1&new-version=0.6.1) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </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:17 +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#168
No description provided.