From cf0e0f67831f3131f5ea26cf5d03ee401e303bbf Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 11 May 2026 08:56:17 -0700 Subject: [PATCH] Update changelog for 5.6.0 release --- certbot/CHANGELOG.md | 12 ++++++++++++ newsfragments/10492.fixed | 1 - newsfragments/10587.changed | 1 - newsfragments/10619.fixed | 1 - 4 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 newsfragments/10492.fixed delete mode 100644 newsfragments/10587.changed delete mode 100644 newsfragments/10619.fixed diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index ca9d0f1af..eb8a2bc42 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -4,6 +4,18 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). +## 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 diff --git a/newsfragments/10492.fixed b/newsfragments/10492.fixed deleted file mode 100644 index a77c99a46..000000000 --- a/newsfragments/10492.fixed +++ /dev/null @@ -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. diff --git a/newsfragments/10587.changed b/newsfragments/10587.changed deleted file mode 100644 index 99483a0b8..000000000 --- a/newsfragments/10587.changed +++ /dev/null @@ -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. diff --git a/newsfragments/10619.fixed b/newsfragments/10619.fixed deleted file mode 100644 index 256831182..000000000 --- a/newsfragments/10619.fixed +++ /dev/null @@ -1 +0,0 @@ -Our Docker images have been updated to use Python 3.14 and Alpine Linux 3.23.