Add towncrier for automatic changelog generation (#10379)

blast from the past! resurrects
https://github.com/certbot/certbot/pull/9803 with all of @bmw's changes.
i figured instead of force-pushing a basically brand new branch and
obliterating the old review, i'd just start from a clean slate

fixes #8272

---------

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
Co-authored-by: Brad Warren <bmw@eff.org>
This commit is contained in:
Will Greenberg
2025-07-31 07:12:56 -07:00
committed by GitHub
co-authored by Brad Warren Brad Warren
parent 1f128b0e0a
commit 2ac7baa651
15 changed files with 64 additions and 66 deletions
+1 -23
View File
@@ -2,29 +2,7 @@
Certbot adheres to [Semantic Versioning](https://semver.org/).
## 4.2.0 - main
### Added
* Added `--eab-hmac-alg` parameter to support custom HMAC algorithm for External Account Binding.
### Changed
* Catches and ignores errors during the directory fetch for ARI checking so that these
errors do not hinder the actual certificate issuance
* Removed the dependency on `pytz`.
### Fixed
* Certbot now always uses the server value from the renewal configuration file
for ARI checks instead of the server value from the current invocation of
Certbot. This helps prevent ARI requests from going to the wrong server if
the user changes CAs.
* Previously, we claimed to set FAILED_DOMAINS and RENEWED_DOMAINS env variables for use by
post-hooks when certificate renewals fail, but we were not actually setting them. Now, we are.
More details about these changes can be found on our GitHub repo.
<!-- towncrier release notes start -->
## 4.1.1 - 2025-06-12
### Fixed