[PR #48] [MERGED] Bump github.com/mholt/certmagic from 0.5.1 to 0.6.2 #175

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

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/48
Author: @dependabot-preview[bot]
Created: 8/12/2019
Status: Merged
Merged: 10/25/2019
Merged by: @evenh

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


📝 Commits (1)

  • 305b96d Bump github.com/mholt/certmagic from 0.5.1 to 0.6.2

📊 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.2.

Commits
  • 7b64d46 Add method to cache for getting certificates matching SAN
  • 8ae95e4 Choose first unexpired certificate
  • 6a42ef9 Optional tags for unmanaged certificates
  • be4f86a Refactor, simplify, and correct on-demand config; update README
  • 18e6fee Set up CI with Azure Pipelines (#40)
  • 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 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)
  • 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/48 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/12/2019 **Status:** ✅ Merged **Merged:** 10/25/2019 **Merged by:** [@evenh](https://github.com/evenh) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/mholt/certmagic-0.6.2` --- ### 📝 Commits (1) - [`305b96d`](https://github.com/evenh/intercert/commit/305b96df32cfa5896784a44b1a4132df5b56b0f4) Bump github.com/mholt/certmagic from 0.5.1 to 0.6.2 ### 📊 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.2. <details> <summary>Commits</summary> - [`7b64d46`](https://github.com/mholt/certmagic/commit/7b64d461c004b7083c582e8b832f748dea8041c5) Add method to cache for getting certificates matching SAN - [`8ae95e4`](https://github.com/mholt/certmagic/commit/8ae95e4443945598c6b84ff5aa5761089a934b7e) Choose first unexpired certificate - [`6a42ef9`](https://github.com/mholt/certmagic/commit/6a42ef9fe8c2ba8af5d2918a838ec6dbaf3a8edb) Optional tags for unmanaged certificates - [`be4f86a`](https://github.com/mholt/certmagic/commit/be4f86a2eb604498d97bea139811d1df3d578138) Refactor, simplify, and correct on-demand config; update README - [`18e6fee`](https://github.com/mholt/certmagic/commit/18e6fee7e230c4318c806bcded5f3a55148ffff5) Set up CI with Azure Pipelines ([#40](https://github-redirect.dependabot.com/mholt/certmagic/issues/40)) - [`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.2) </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.2)](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.2) 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) - 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:19 +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#175
No description provided.