Release 5.5.0

This commit is contained in:
Erica Portnoy
2026-04-07 09:38:17 -07:00
parent 171cb29183
commit 82dda45352
40 changed files with 58 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
setup(
version=version,
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
install_requires = [
# We specify the minimum certbot version as the current plugin
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
setup(
version=version,
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
setup(
version=version,
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
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.5.0.dev0'
version = '5.5.0'
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.5.0.dev0'
version = '5.5.0'
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.5.0.dev0'
version = '5.5.0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
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.5.0.dev0'
version = '5.5.0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
install_requires = [
'dns-lexicon>=3.15.1',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
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.5.0.dev0'
version = '5.5.0'
install_requires = [
'boto3>=1.20.34',
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
install_requires = [
'dns-lexicon>=3.14.1',
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
install_requires = [
# We specify the minimum certbot version as the current plugin
+7 -8
View File
@@ -38,7 +38,7 @@ manage your account:
options:
-h, --help show this help message and exit
-c CONFIG_FILE, --config CONFIG_FILE
-c, --config CONFIG_FILE
path to config file (default: /etc/letsencrypt/cli.ini
and ~/.config/letsencrypt/cli.ini)
-v, --verbose This flag can be used multiple times to incrementally
@@ -58,7 +58,7 @@ options:
--force-interactive Force Certbot to be interactive even if it detects
it's not being run in a terminal. This flag cannot be
used with the renew subcommand. (default: False)
-d DOMAIN, --domains DOMAIN, --domain DOMAIN
-d, --domains, --domain DOMAIN
Domain names to include. For multiple domains you can
use multiple -d flags or enter a comma separated list
of domains as a parameter. All domains will be
@@ -147,7 +147,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.4.0 (certbot;
"". (default: CertbotACMEClient/5.5.0 (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,
@@ -424,8 +424,7 @@ revoke:
register:
Options for account registration
-m EMAIL, --email EMAIL
Email used for registration and recovery contact. Use
-m, --email EMAIL Email used for registration and recovery contact. Use
comma to register multiple emails, ex:
u1@example.com,u2@example.com. (default: Ask).
--eff-email Share your e-mail address with EFF (default: Ask)
@@ -478,9 +477,9 @@ plugins:
Name of the plugin that is both an authenticator and
an installer. Should not be used together with
--authenticator or --installer. (default: Ask)
-a AUTHENTICATOR, --authenticator AUTHENTICATOR
-a, --authenticator AUTHENTICATOR
Authenticator plugin name. (default: None)
-i INSTALLER, --installer INSTALLER
-i, --installer INSTALLER
Installer plugin name (also used to find domains).
(default: None)
--apache Obtain and install certificates using Apache (default:
@@ -757,7 +756,7 @@ webroot:
be running and serving files from the webroot path. HTTP challenge only
(wildcards not supported).
--webroot-path WEBROOT_PATH, -w WEBROOT_PATH
--webroot-path, -w WEBROOT_PATH
public_html / webroot path. This can be specified
multiple times to handle different identifiers; each
identifier will have the webroot path that preceded
+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.5.0.dev0'
__version__ = '5.5.0'
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup
version = '5.5.0.dev0'
version = '5.5.0'
setup(
version=version,
+17
View File
@@ -0,0 +1,17 @@
0c237fe013a5406e9ea8b8bb04d6b753a0ed30005df1315175cb99d9c8f2248d acme-5.5.0.tar.gz
ab5e51821947a547a65f49897b9d1ae508441acc3935c383354c036104259e18 certbot_apache-5.5.0.tar.gz
ff3b2d75055b1f31bbedd8801ed654e1da8dc408bdcb158986972eada9312afc certbot_dns_cloudflare-5.5.0.tar.gz
e9f97862d245ebedc2cde018020385ac25b34f351e4a54a274441d47dc47e6ab certbot_dns_digitalocean-5.5.0.tar.gz
d26a5663921a0c4d31b5ce069d1d6e79765e53feebc6930d66d666c45d23b58d certbot_dns_dnsimple-5.5.0.tar.gz
9308674aa7047fffebaba4c021c18084767c2f3c4dd6fc9f86d00c34bd0d5a23 certbot_dns_dnsmadeeasy-5.5.0.tar.gz
2f93ca18ef926c19d7b86a470885130efa29b79f572af93027d7ec8dc1badff0 certbot_dns_gehirn-5.5.0.tar.gz
ee6cd586e83a95ed582b3ff815fc9a7122f8de19d7e8db5628a1dcc3a5a51636 certbot_dns_google-5.5.0.tar.gz
71ccbd802a34602dcd937525a412cc2b7deb86dc2450dbb64c9e2b0e2702cee3 certbot_dns_linode-5.5.0.tar.gz
90975f33c6a9a224d2d60497866c17a18e41aa68dc443f47144c79203f6d9ba6 certbot_dns_luadns-5.5.0.tar.gz
eefc1c6893ffbd0a3f15b3f830abd89d25de1c1ae0928d435a684dd955ae75e3 certbot_dns_nsone-5.5.0.tar.gz
eec4e31d18c0fcb0134973bf3cdc3f294c634a48264efd6e96162e1ddcf86ecf certbot_dns_ovh-5.5.0.tar.gz
ef26302b9fb0496bbb60ec820b7d1f87e887507842c7ee3632af9af4ad6d22df certbot_dns_rfc2136-5.5.0.tar.gz
26bd1c82e3317351ccb0faa13f56eba55e851dcc69f25689d92bad54266de773 certbot_dns_route53-5.5.0.tar.gz
62385beb78e3c3d9c3f4cfbc5ac753803fe0a1422c02a01b09b708c133c74a47 certbot_dns_sakuracloud-5.5.0.tar.gz
fad8e2c3eb82b31a9e0f142a828c6d5e8da6d7256aebfea2639c8ed20eb92795 certbot_nginx-5.5.0.tar.gz
c72c813c4c8646a9658bc7a9530c757c76067503fa2f5d7eb12027e8bbf798d7 certbot-5.5.0.tar.gz
+14
View File
@@ -0,0 +1,14 @@
-----BEGIN PGP SIGNATURE-----
iQGzBAABCAAdFiEEhjebTwrzcbUM2eX/NAKDEWHR0oAFAmnVMu0ACgkQNAKDEWHR
0oAxXwv/b5x+I7xTpa/Xvz6LyVxTlKb6G+8KWZyDIRwNKdx9UB/pBskRm0tywKsW
cEoso9M9TQrMKNxHIQMeARrHSLUVt2M+7fK7QKdDNresM/0Gyv28vAz+GaG0ylZ/
U6qoJfBIbsE+veWuQC1Nel9KHHEqhhDOgmbGHCr/Ev0Nx41ASEPSt9uCSSwABw1J
fwQ5oSGxdZnfWIu5rDvrgh0gj4f/mZmeVbD7hi0lv7OBwj7dS/Borpcfw2O5lffH
Nn4mq1PpXvaLqMC2413game6V5aULRDySOgkppjWY6jS2WQfD0oU7YtrSUlYGZkO
01S5DkrjD+6Z5Lb6pSN79oZZzIQ4/0rjYFoC/TkWchYvkLxHHenio0piy7u261hu
xtEBCehxUpgiqteGjob3mqmB7fODnMQ2Axd5MH9lYAclfYJuNiCvVVGO+R2nfXkz
4tQ2YtwiPBXfLBrb/mbZrlhHGUA5aVv6hcw7sr2qZYphEskE2Hk1NKulmEqeQDL5
jwaWCJWt
=4z4s
-----END PGP SIGNATURE-----
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.