mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Merge pull request #10061 from certbot/candidate-3.0.1-3.0.x
update 3.0.x from 3.0.1 release
This commit is contained in:
commit
f57b2aa79d
39 changed files with 21 additions and 52 deletions
|
|
@ -3,7 +3,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'cryptography>=3.2.1',
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
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.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'certbot',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
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.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
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.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
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.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
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.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.15.1',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dnspython>=1.15.0',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'boto3>=1.15.15',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
# We specify the minimum acme and certbot version as the current plugin
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
## 3.0.1 - main
|
||||
## 3.0.1 - 2024-11-14
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import sys
|
|||
import warnings
|
||||
|
||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||
__version__ = '3.0.0'
|
||||
__version__ = '3.0.1'
|
||||
|
||||
if sys.version_info[:2] == (3, 8):
|
||||
warnings.warn(
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
options:
|
||||
optional arguments:
|
||||
-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 @@ 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/3.0.0 (certbot;
|
||||
"". (default: CertbotACMEClient/3.0.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,17 +0,0 @@
|
|||
2bb48ad117b4190600e9fb5c372e3b658cd320bc445d5dba493be20db490d9e4 acme-3.0.0.tar.gz
|
||||
480014af69ac507c1ff4b892d23159a98d8d2ff3f70aedc3e6e56cf170878f5b certbot-3.0.0.tar.gz
|
||||
91c4db4364456310cf1e8cb4a196513543bf7f5407b0c74a922f4cb272f83ca1 certbot_apache-3.0.0.tar.gz
|
||||
e7b008c9631c44d1124905ff9e6027ee7ea265b2140b37d245d1a321c9d2c686 certbot_dns_cloudflare-3.0.0.tar.gz
|
||||
56febedb1ec16338fb72444c2a56ebaeabccb624c32dad97fc4b7070d79d07ac certbot_dns_digitalocean-3.0.0.tar.gz
|
||||
e8609d66614dab0a70a464a4f3a1f886863435bbdf50039651b4c42c5d80ba8b certbot_dns_dnsimple-3.0.0.tar.gz
|
||||
9753c369e779eb15465915d215a536e47cc5de124a554a8bba6e33dfc7324b7c certbot_dns_dnsmadeeasy-3.0.0.tar.gz
|
||||
f612e2a5f5e9327365272e88aa8eb9a544d2dc4d0869bc628296addc678ad782 certbot_dns_gehirn-3.0.0.tar.gz
|
||||
b2206dfaaa7bc34b64f9f3876ff0844bd96c7c702564c61456a2f3b21ac78786 certbot_dns_google-3.0.0.tar.gz
|
||||
32bbbc54aee72b1a0d075f4c18cda5a5e54d4f672a8e060f825c04ec332ab179 certbot_dns_linode-3.0.0.tar.gz
|
||||
fc914ad69b4d16f637153b80a40afc559354189899b45329c0d993dab8f84b1e certbot_dns_luadns-3.0.0.tar.gz
|
||||
11831fe028355e7d5b7ad7ef51c268afbc3d316c330e586fcb8af05a61efba81 certbot_dns_nsone-3.0.0.tar.gz
|
||||
7f115b2428c6e68aa35b29220ceeebdd2d3ac28131e361edaf6589c46203d45c certbot_dns_ovh-3.0.0.tar.gz
|
||||
140b02d5a2db3fef9c88d00c59a39ef34b8447b83228db17224f3a5d54c518aa certbot_dns_rfc2136-3.0.0.tar.gz
|
||||
ea47ff36513478e28c590276c3605b4f592d9b9938d36f2231484c63b38249e2 certbot_dns_route53-3.0.0.tar.gz
|
||||
635eac33dc3c99e2eabb0ab124007d23559d54ac7bfd473712b917ee7e17f07e certbot_dns_sakuracloud-3.0.0.tar.gz
|
||||
616159cc17b0de158a7af6ee6ee9d601f91dbff94390daf4e1bd2e38511d3a3a certbot_nginx-3.0.0.tar.gz
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQGzBAABCAAdFiEE8ocbQVKuE8SVGREfRHv2g6o7JsMFAmcqaesACgkQRHv2g6o7
|
||||
JsMjSwv9HKSUkY2/wU6awkA0bmeOwG257QcbAPCczjvlK5OU2cieduQ31uEnco6c
|
||||
bc10HHH+7NJU5IK6OJQSq2bON1RD2k617Y5I4mkm6vyKH8uauinH9g6bgGA2FCmy
|
||||
t4JL4mXKEhQYTfqG3SUWH9TKcK+Wumli5OeAilULhOaed7lV258SyFwHR3xtDnGy
|
||||
LcnNF75snXlrP+kXULoolasCWH278tDTrpgeA98H56RBkMNlgc71UByVfYEivdSs
|
||||
nv6JQtbxWvvB2Klgdhg0wvQyYkGiWRAobWXhhYcfIXiVvtd210wMxbal7bv5aE9c
|
||||
vHscZf3cwPNPdNbMwk/oINSMBWlSQoI0jjCljD5vU8MjWRw8OHyEhygFqyZiBU6E
|
||||
fSMDHyefnLi/HsQa9d8y7oOY9r/gph31X3neSJ1tUVZnpCOieRac6I56aj/KsE6a
|
||||
sRwLsG+Gmfukw/y1T5HkRI5deHmPjgg9oRDB8YbNBLv2trIl/npCreprkvWxZxTd
|
||||
FBHo5DsS
|
||||
=XSaD
|
||||
-----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.
Loading…
Reference in a new issue