mirror of
https://github.com/certbot/certbot.git
synced 2026-02-19 02:28:06 -05:00
Release 3.1.0
This commit is contained in:
parent
8074858620
commit
dcd52b0711
38 changed files with 51 additions and 20 deletions
|
|
@ -3,7 +3,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'cryptography>=3.2.1',
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
# We specify the minimum acme and certbot version as the current plugin
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'certbot',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'python-digitalocean>=1.11', # 1.15.0 or newer is recommended for TTL support
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
# This version of lexicon is required to address the problem described in
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'google-api-python-client>=1.6.5',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.15.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
# This version was chosen because it is the version packaged in RHEL 9 and Debian unstable. It
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'boto3>=1.15.15',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.1.0.dev0'
|
||||
version = '3.1.0'
|
||||
|
||||
install_requires = [
|
||||
# We specify the minimum acme and certbot version as the current plugin
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
"""Certbot client."""
|
||||
|
||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||
__version__ = '3.1.0.dev0'
|
||||
__version__ = '3.1.0'
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ manage your account:
|
|||
--agree-tos Agree to the ACME server's Subscriber Agreement
|
||||
-m EMAIL Email address for important account notifications
|
||||
|
||||
optional arguments:
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
-c CONFIG_FILE, --config CONFIG_FILE
|
||||
path to config file (default: /etc/letsencrypt/cli.ini
|
||||
|
|
@ -122,7 +122,7 @@ optional arguments:
|
|||
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/3.0.1 (certbot;
|
||||
"". (default: CertbotACMEClient/3.1.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,
|
||||
|
|
|
|||
17
packages/SHA256SUMS
Normal file
17
packages/SHA256SUMS
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
39ae0032834585e5c893d7865a5867af01598b5ebef688edb54e9f11cb89ccd9 acme-3.1.0.tar.gz
|
||||
0ac0bacc74af1802eeb13f4008f0cb2eaccb0432a07224f5c8554ba6f135c2df certbot-3.1.0.tar.gz
|
||||
9e006bc67ae45419473f69c50592991b874c43ee2ff515bab5bacd85e99492b0 certbot_apache-3.1.0.tar.gz
|
||||
a24b6c9682d5fc2c3360b27ecb5f4d29f3188ce8009b79a24c19e47caea3ce03 certbot_dns_cloudflare-3.1.0.tar.gz
|
||||
a3f12dd067d00e61a5256a4f63cb4f746ba5ea1da0740c25edbd6dfc06dee3c4 certbot_dns_digitalocean-3.1.0.tar.gz
|
||||
f33790ee82f7220ea874ca5ef2852c897a6178c00040d79e8b9658b645d195dc certbot_dns_dnsimple-3.1.0.tar.gz
|
||||
949602d64fab9caed9f560b207886ee432f62b22daed2f4869962656732e06f1 certbot_dns_dnsmadeeasy-3.1.0.tar.gz
|
||||
188d47e97693c037462e121ebcd1904258c63e97f9864aac6d6ace5b27c6282a certbot_dns_gehirn-3.1.0.tar.gz
|
||||
597b1b79c220caa37f73246a3dbf7f8790d065eeb77601172f82ffa0021dbf9d certbot_dns_google-3.1.0.tar.gz
|
||||
8c5bb77ca98325638e32c74f5c6e6dce20d240675ccab03f9240427de722fba2 certbot_dns_linode-3.1.0.tar.gz
|
||||
4893f36e05aa07bbb196b2bcd238020f63ffe37c3cbe34e6bc2e7a3110dc3aec certbot_dns_luadns-3.1.0.tar.gz
|
||||
0d3994bb65735ec15bd4a0b13bec6914e17277446444fb052649a5f70bd654fa certbot_dns_nsone-3.1.0.tar.gz
|
||||
c31cf17b4821943fef8ee837be2c024998a6958632e81d7bae33bbaa4548a5fa certbot_dns_ovh-3.1.0.tar.gz
|
||||
fd414c2e2caa61b366ff7412dd788e46666b60fabde80dd362dcbf12e6310363 certbot_dns_rfc2136-3.1.0.tar.gz
|
||||
c3bf2f63314062f7430f4989b06518e5995dcdc713e456f0fd04cfa1c8392161 certbot_dns_route53-3.1.0.tar.gz
|
||||
5a53ccce21f8da10718ed05af7bab21a2afb1bb4cd6bd9b4b23fed7f91760b84 certbot_dns_sakuracloud-3.1.0.tar.gz
|
||||
dc90d102533cc0ea8bc377c003eecb96be8a6c7cae30082749bcc00a7c97b515 certbot_nginx-3.1.0.tar.gz
|
||||
14
packages/SHA256SUMS.asc
Normal file
14
packages/SHA256SUMS.asc
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQGzBAABCAAdFiEEhjebTwrzcbUM2eX/NAKDEWHR0oAFAmd9lFYACgkQNAKDEWHR
|
||||
0oAaIgv/Q6Nu0ajxrnh6XFytQstqPcme6auyZuQ5xpKc7RLa/WIjUIgqHEpKWve3
|
||||
I2Bi6DEr3TmK/VgyGOpeP+p5xKTdgMUWWxMYJNmV+LPBsLzL3uSi0ojDpxMeON19
|
||||
ylgagO+Vx+zNA6EA5Z7drJ5ajTQFOaztJeJq5dgVVrg2L8hLkNvUcTqME5Q93CCA
|
||||
tPPjJbqhAMVIKhZtGnz3Qqev3zCLevHn66cq8XnE84Xlqdrw+AMqBAld4WBeMKnV
|
||||
JKfWqyPGGw0w7YMLKRPB7WEo/9NrqhonIqAwVkyI9f/OKVh7I9kseoSZ+EQ3wBMb
|
||||
EpUOmr5LsPD/pO241G1XKh1eV0pCkLf/16p82CYQrzEkWImU2Xx/hOwltpUdC/OR
|
||||
oF7RgCYhwAMLqxwjulV0c3BwYo2J4X4ZONMC7V3BFNoA6+nwdQR6xR5bf/wax2TP
|
||||
G6vdg5ZS3x+rBM+DjSUsEyQ4VPcYGQQxaN4+dbJwt6HBxzRvFtT4Cg+1dHaTjCg9
|
||||
vUD71jIN
|
||||
=z9Qm
|
||||
-----END PGP SIGNATURE-----
|
||||
BIN
packages/acme-3.1.0.tar.gz
Normal file
BIN
packages/acme-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot-3.1.0.tar.gz
Normal file
BIN
packages/certbot-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_apache-3.1.0.tar.gz
Normal file
BIN
packages/certbot_apache-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_cloudflare-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_cloudflare-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_digitalocean-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_digitalocean-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_dnsimple-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_dnsimple-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_dnsmadeeasy-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_dnsmadeeasy-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_gehirn-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_gehirn-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_google-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_google-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_linode-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_linode-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_luadns-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_luadns-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_nsone-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_nsone-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_ovh-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_ovh-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_rfc2136-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_rfc2136-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_route53-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_route53-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_sakuracloud-3.1.0.tar.gz
Normal file
BIN
packages/certbot_dns_sakuracloud-3.1.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_nginx-3.1.0.tar.gz
Normal file
BIN
packages/certbot_nginx-3.1.0.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue