Skip to content

Commit ced6669

Browse files
committed
Prepare release v4.25.0
1 parent 793f65f commit ced6669

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [v4.25.0](https://github.com/go-acme/lego/releases/tag/v4.25.0) (2025-07-21)
4+
5+
The binary size of this release is about ~50% smaller compared to previous releases.
6+
7+
This will also reduce the module cache usage by 320 MB (this will only affect users of lego as a library or who build lego themselves).
8+
9+
### Added
10+
11+
- **[dnsprovider]** Add DNS provider for ZoneEdit
12+
- **[cli]** Add an option to define dynamically the renew date
13+
- **[lib,cli]** Add an option to disable common name in CSR
14+
15+
### Changed
16+
-
17+
- **[dnsprovider]** vinyldns: add an option to add quotes around the TXT record value
18+
- **[dnsprovider]** ionos: increase default propagation timeout
19+
20+
### Fixed
21+
22+
- **[cli]** fix: enforce domain into renewal command
23+
324
## [v4.24.0](https://github.com/go-acme/lego/releases/tag/v4.24.0) (2025-07-07)
425

526
### Added

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)