Skip to content

Commit 48dda20

Browse files
Bump github.com/letsencrypt/boulder from 0.20260413.0 to 0.20260420.0 (#169)
Bumps [github.com/letsencrypt/boulder](https://github.com/letsencrypt/boulder) from 0.20260413.0 to 0.20260420.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/letsencrypt/boulder/releases">github.com/letsencrypt/boulder's releases</a>.</em></p> <blockquote> <h2>v0.20260420.0</h2> <h2>What's Changed</h2> <ul> <li>bump pkimetal to v1.41.0 and ignore new ctlint warning by <a href="https://github.com/mcpherrinm"><code>@​mcpherrinm</code></a> in <a href="https://redirect.github.com/letsencrypt/boulder/pull/8713">letsencrypt/boulder#8713</a></li> <li>observer: use new URL for AllCertificates by <a href="https://github.com/jsha"><code>@​jsha</code></a> in <a href="https://redirect.github.com/letsencrypt/boulder/pull/8718">letsencrypt/boulder#8718</a></li> <li>observer: use CCADB AllCertificates V5 URL by <a href="https://github.com/jsha"><code>@​jsha</code></a> in <a href="https://redirect.github.com/letsencrypt/boulder/pull/8719">letsencrypt/boulder#8719</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/letsencrypt/boulder/compare/v0.20260413.0...v0.20260420.0">https://github.com/letsencrypt/boulder/compare/v0.20260413.0...v0.20260420.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/letsencrypt/boulder/commit/05635e877fe2f94c109bab178632f5d1582e21f8"><code>05635e8</code></a> observer: use CCADB AllCertificates V5 URL (<a href="https://redirect.github.com/letsencrypt/boulder/issues/8719">#8719</a>)</li> <li><a href="https://github.com/letsencrypt/boulder/commit/e987484a9fd4931bf4c25c3c0c82f7dd3f11e13e"><code>e987484</code></a> observer: use new URL for AllCertificates (<a href="https://redirect.github.com/letsencrypt/boulder/issues/8718">#8718</a>)</li> <li><a href="https://github.com/letsencrypt/boulder/commit/c430d1a4a6035682cdf55caa4c08d8d900cec651"><code>c430d1a</code></a> bump pkimetal to v1.41.0 and ignore new ctlint warning (<a href="https://redirect.github.com/letsencrypt/boulder/issues/8713">#8713</a>)</li> <li>See full diff in <a href="https://github.com/letsencrypt/boulder/compare/v0.20260413.0...v0.20260420.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/letsencrypt/boulder&package-manager=go_modules&previous-version=0.20260413.0&new-version=0.20260420.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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa9cec1 commit 48dda20

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.57.1
1111
github.com/aws/aws-sdk-go-v2/service/s3 v1.99.0
1212
github.com/caddyserver/certmagic v0.25.1
13-
github.com/letsencrypt/boulder v0.20260413.0
13+
github.com/letsencrypt/boulder v0.20260420.0
1414
github.com/libdns/route53 v1.6.0
1515
github.com/mholt/acmez/v3 v3.1.4
1616
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
9898
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
9999
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
100100
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
101-
github.com/letsencrypt/boulder v0.20260413.0 h1:KUxB0aJ8VUIJYPrSaZaO3IPuDrGfyXmNYyoSUGl6hkk=
102-
github.com/letsencrypt/boulder v0.20260413.0/go.mod h1:ZisB912eU757QUU0PTH+zq2JScaegVjPVKtPn2K1U3w=
101+
github.com/letsencrypt/boulder v0.20260420.0 h1:PMFy37+tQAfNe2Qks7NhTrKbULzhVmj19LbaZIaz0SE=
102+
github.com/letsencrypt/boulder v0.20260420.0/go.mod h1:ZisB912eU757QUU0PTH+zq2JScaegVjPVKtPn2K1U3w=
103103
github.com/letsencrypt/pkcs11key/v4 v4.0.1 h1:XIXFxOnQJS5QYBlMnHhnlOBVcfylh7m3fjOJmVcEV88=
104104
github.com/letsencrypt/pkcs11key/v4 v4.0.1/go.mod h1:6KfGBMkPEL6OAIRFSZ0VTj3e9G0Yv9G17W5oQ2x1/UQ=
105105
github.com/letsencrypt/validator/v10 v10.0.0-20230215210743-a0c7dfc17158 h1:HGFsIltYMUiB5eoFSowFzSoXkocM2k9ctmJ57QMGjys=

0 commit comments

Comments
 (0)