Merge pull request #10502 from certbot/candidate-5.2.1

update files from 5.2.1 release
This commit is contained in:
ohemorange
2025-12-03 12:55:54 -08:00
committed by GitHub
27 changed files with 48 additions and 26 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
setup(
version=version,
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
# We specify the minimum acme and certbot version as the current plugin
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
setup(
version=version,
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
setup(
version=version,
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
'python-digitalocean>=1.15.0', # 1.15.0 or newer is recommended for TTL support
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
# This version of lexicon is required to address the problem described in
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
'google-api-python-client>=1.6.5',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
'dns-lexicon>=3.15.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
# This version was chosen because it is the version packaged in RHEL 9 and Debian unstable. It
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
'boto3>=1.20.34',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
install_requires = [
# We specify the minimum acme and certbot version as the current plugin
+27
View File
@@ -4,6 +4,33 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
<!-- towncrier release notes start -->
## 5.2.1 - 2025-12-03
### 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))
## 5.1.0 - 2025-10-07
### Changed
+1 -1
View File
@@ -142,7 +142,7 @@ options:
case, and to know when to deprecate support for past
Python versions and flags. If you wish to hide this
information from the Let's Encrypt server, set this to
"". (default: CertbotACMEClient/5.1.0 (certbot;
"". (default: CertbotACMEClient/5.2.1 (certbot;
OS_NAME OS_VERSION) Authenticator/XXX Installer/YYY
(SUBCOMMAND; flags: FLAGS) Py/major.minor.patchlevel).
The flags encoded in the user agent are: --duplicate,
+1 -1
View File
@@ -1,4 +1,4 @@
"""Certbot client."""
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
__version__ = '5.2.0.dev0'
__version__ = '5.3.0.dev0'
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.0.dev0'
version = '5.3.0.dev0'
setup(
version=version,
-1
View File
@@ -1 +0,0 @@
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.
-1
View File
@@ -1 +0,0 @@
Support for Python 3.14 was added.
-1
View File
@@ -1 +0,0 @@
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.
-1
View File
@@ -1 +0,0 @@
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.
-1
View File
@@ -1 +0,0 @@
Removed `vhost_combined` and `vhost_common` log formats from included Apache configuration file.