Skip to content

Commit b704b26

Browse files
committed
Prepare release v4.28.1
1 parent 14778cc commit b704b26

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
- uses: actions/attest-build-provenance@v3
8282
with:
8383
subject-checksums: ./dist/lego_*_checksums.txt
84+
github-token: ${{ secrets.GH_TOKEN_REPO }}
8485
- uses: actions/attest-build-provenance@v3
8586
with:
8687
subject-checksums: ./dist/digests.txt
88+
github-token: ${{ secrets.GH_TOKEN_REPO }}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Everybody thinks that the others will donate, but in the end, nobody does.
66

77
So if you think that lego is worth it, please consider [donating](https://donate.ldez.dev).
88

9+
## v4.28.1
10+
11+
- Release date: 2025-11-06
12+
- Tag: [v4.28.1](https://github.com/go-acme/lego/releases/tag/v4.28.1)
13+
14+
### Fixed
15+
16+
- **[cli]** fix: skip nil response
17+
918
## v4.28.0
1019

1120
- Release date: 2025-10-31

acme/api/internal/sender/useragent.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/lego/zz_gen_version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

providers/dns/internal/useragent/useragent.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)