Update changelog for 5.6.0 release

This commit is contained in:
Brad Warren 2026-05-11 08:56:17 -07:00
parent 9339d23aa1
commit cf0e0f6783
4 changed files with 12 additions and 3 deletions

View file

@ -4,6 +4,18 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
<!-- towncrier release notes start -->
## 5.6.0 - 2026-05-11
### Changed
- certbot now requires version 1.7+ of the library distro and certbot-dns-cloudflare requires 4.0+ of the Cloudflare Python library. ([#10587](https://github.com/certbot/certbot/issues/10587))
### Fixed
- The certbot-dns-ovh snap and docker image now properly delete any created TXT records after the challenge is completed by requiring dns-lexicon 3.25.1 which contains the fix. ([#10492](https://github.com/certbot/certbot/issues/10492))
- Our Docker images have been updated to use Python 3.14 and Alpine Linux 3.23. ([#10619](https://github.com/certbot/certbot/issues/10619))
## 5.5.0 - 2026-04-07
### Changed

View file

@ -1 +0,0 @@
The certbot-dns-ovh snap and docker image now properly delete any created TXT records after the challenge is completed by requiring dns-lexicon 3.25.1 which contains the fix.

View file

@ -1 +0,0 @@
certbot now requires version 1.7+ of the library distro and certbot-dns-cloudflare requires 4.0+ of the Cloudflare Python library.

View file

@ -1 +0,0 @@
Our Docker images have been updated to use Python 3.14 and Alpine Linux 3.23.