From 7f138ca073625da8bb50d6e9ed16fbddaf6a94ac Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 3 Dec 2025 10:10:00 -0800 Subject: [PATCH] add changelog entry about 5.2.1 (#10501) see the thread at https://opensource.eff.org/eff-open-source/pl/f5yx4a4q4j8zjyqpmath494jge for details since it's only the `v5.2.0` github tag that's borked, we could in theory try and use like `v5.2.0-2` or something, but there are [places](https://github.com/certbot/certbot/blob/259dfadb43cc52cb06ba57883766497faaf72b59/.azure-pipelines/release.yml#L10) in the release pipeline that use the GH tag as input to the assets they build, so i think just skipping 5.2.0 altogether is simpler, easier, and safer with this change, here's the proposed changelog ``` $ towncrier build --draft --version 5.2.1 Loading template... Finding news fragments... Rendering news fragments... Draft only -- nothing has been written. What is seen below is what would be written. ## 5.2.1 - 2025-12-02 ### Added - Support for Python 3.14 was added. ([#10477](https://github.com/certbot/certbot/issues/10477)) ### Changed - While nothing significant should have changed from the user's perspective, we've been doing a lot of internal refactoring in preparation for soon adding support for IP address certificates to Certbot. ([#10468](https://github.com/certbot/certbot/issues/10468), [#10478](https://github.com/certbot/certbot/issues/10478)) ### Fixed - Removed `vhost_combined` and `vhost_common` log formats from included Apache configuration file. ([#9769](https://github.com/certbot/certbot/issues/9769)) - Due to a mistake on our end playing with GitHub's new [immutable releases](https://github.blog/changelog/2025-10-28-immutable-releases-are-now-generally-available/) feature that prevented our CI from uploading additional release assets, Certbot 5.2.0 was not and will not be uploaded to most platforms. Instead, that version number will be skipped and we'll go straight to 5.2.1. ([#10501](https://github.com/certbot/certbot/issues/10501)) --- newsfragments/10501.fixed | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/10501.fixed diff --git a/newsfragments/10501.fixed b/newsfragments/10501.fixed new file mode 100644 index 000000000..b4958a737 --- /dev/null +++ b/newsfragments/10501.fixed @@ -0,0 +1 @@ +Due to a mistake on our end playing with GitHub's new [immutable releases](https://github.blog/changelog/2025-10-28-immutable-releases-are-now-generally-available/) feature that prevented our CI from uploading additional release assets, Certbot 5.2.0 was not and will not be uploaded to most platforms. Instead, that version number will be skipped and we'll go straight to 5.2.1.