diff --git a/acme/setup.py b/acme/setup.py index 880c8d40d..fac919d85 100644 --- a/acme/setup.py +++ b/acme/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' setup( version=version, diff --git a/certbot-apache/setup.py b/certbot-apache/setup.py index 43f6e753e..9fee56d30 100644 --- a/certbot-apache/setup.py +++ b/certbot-apache/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ # We specify the minimum acme and certbot version as the current plugin diff --git a/certbot-ci/setup.py b/certbot-ci/setup.py index 880c8d40d..fac919d85 100644 --- a/certbot-ci/setup.py +++ b/certbot-ci/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' setup( version=version, diff --git a/certbot-compatibility-test/setup.py b/certbot-compatibility-test/setup.py index 880c8d40d..fac919d85 100644 --- a/certbot-compatibility-test/setup.py +++ b/certbot-compatibility-test/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' setup( version=version, diff --git a/certbot-dns-cloudflare/setup.py b/certbot-dns-cloudflare/setup.py index a1d93d207..73e0397e7 100644 --- a/certbot-dns-cloudflare/setup.py +++ b/certbot-dns-cloudflare/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ # for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking diff --git a/certbot-dns-digitalocean/setup.py b/certbot-dns-digitalocean/setup.py index ba3171bb2..02c10b250 100644 --- a/certbot-dns-digitalocean/setup.py +++ b/certbot-dns-digitalocean/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ 'python-digitalocean>=1.15.0', # 1.15.0 or newer is recommended for TTL support diff --git a/certbot-dns-dnsimple/setup.py b/certbot-dns-dnsimple/setup.py index 8fb7e7b04..691fbae92 100644 --- a/certbot-dns-dnsimple/setup.py +++ b/certbot-dns-dnsimple/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ # This version of lexicon is required to address the problem described in diff --git a/certbot-dns-dnsmadeeasy/setup.py b/certbot-dns-dnsmadeeasy/setup.py index eff853a24..b175d6cbe 100644 --- a/certbot-dns-dnsmadeeasy/setup.py +++ b/certbot-dns-dnsmadeeasy/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ 'dns-lexicon>=3.14.1', diff --git a/certbot-dns-gehirn/setup.py b/certbot-dns-gehirn/setup.py index eff853a24..b175d6cbe 100644 --- a/certbot-dns-gehirn/setup.py +++ b/certbot-dns-gehirn/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ 'dns-lexicon>=3.14.1', diff --git a/certbot-dns-google/setup.py b/certbot-dns-google/setup.py index 783ef9de0..56fe443be 100644 --- a/certbot-dns-google/setup.py +++ b/certbot-dns-google/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ 'google-api-python-client>=1.6.5', diff --git a/certbot-dns-linode/setup.py b/certbot-dns-linode/setup.py index eff853a24..b175d6cbe 100644 --- a/certbot-dns-linode/setup.py +++ b/certbot-dns-linode/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ 'dns-lexicon>=3.14.1', diff --git a/certbot-dns-luadns/setup.py b/certbot-dns-luadns/setup.py index eff853a24..b175d6cbe 100644 --- a/certbot-dns-luadns/setup.py +++ b/certbot-dns-luadns/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ 'dns-lexicon>=3.14.1', diff --git a/certbot-dns-nsone/setup.py b/certbot-dns-nsone/setup.py index eff853a24..b175d6cbe 100644 --- a/certbot-dns-nsone/setup.py +++ b/certbot-dns-nsone/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ 'dns-lexicon>=3.14.1', diff --git a/certbot-dns-ovh/setup.py b/certbot-dns-ovh/setup.py index f9afe37f5..528b60d01 100644 --- a/certbot-dns-ovh/setup.py +++ b/certbot-dns-ovh/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ 'dns-lexicon>=3.15.1', diff --git a/certbot-dns-rfc2136/setup.py b/certbot-dns-rfc2136/setup.py index a3ca7913e..43d27f005 100644 --- a/certbot-dns-rfc2136/setup.py +++ b/certbot-dns-rfc2136/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ # This version was chosen because it is the version packaged in RHEL 9 and Debian unstable. It diff --git a/certbot-dns-route53/setup.py b/certbot-dns-route53/setup.py index 83c1f1c05..d10d82401 100644 --- a/certbot-dns-route53/setup.py +++ b/certbot-dns-route53/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ 'boto3>=1.20.34', diff --git a/certbot-dns-sakuracloud/setup.py b/certbot-dns-sakuracloud/setup.py index eff853a24..b175d6cbe 100644 --- a/certbot-dns-sakuracloud/setup.py +++ b/certbot-dns-sakuracloud/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ 'dns-lexicon>=3.14.1', diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py index 742788995..262679724 100644 --- a/certbot-nginx/setup.py +++ b/certbot-nginx/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' install_requires = [ # We specify the minimum acme and certbot version as the current plugin diff --git a/certbot/docs/cli-help.txt b/certbot/docs/cli-help.txt index 36cdb32b5..8c3a3ee0c 100644 --- a/certbot/docs/cli-help.txt +++ b/certbot/docs/cli-help.txt @@ -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.0.0 (certbot; + "". (default: CertbotACMEClient/5.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, @@ -324,6 +324,20 @@ run: certonly: Options for modifying how a certificate is obtained + --deploy-hook DEPLOY_HOOK + Command to be run in a shell once for each + successfully issued certificate, including on + subsequent renewals. Unless --disable-hook-validation + is used, the command’s first word must be the absolute + pathname of an executable or one found via the PATH + environment variable. For this command, the shell + variable $RENEWED_LINEAGE will point to the config + live subdirectory (for example, + "/etc/letsencrypt/live/example.com") containing the + new certificates and keys; the shell variable + $RENEWED_DOMAINS will contain a space-delimited list + of renewed certificate domains (for example, + "example.com www.example.com") (default: None) --csr CSR Path to a Certificate Signing Request (CSR) in DER or PEM format. Currently --csr only works with the 'certonly' subcommand. (default: None) @@ -360,19 +374,6 @@ renew: an attempt was made to obtain/renew a certificate. If multiple renewed certificates have identical post- hooks, only one will be run. (default: None) - --deploy-hook DEPLOY_HOOK - Command to be run in a shell once for each - successfully issued certificate. Unless --disable- - hook-validation is used, the command’s first word must - be the absolute pathname of an executable or one found - via the PATH environment variable. For this command, - the shell variable $RENEWED_LINEAGE will point to the - config live subdirectory (for example, - "/etc/letsencrypt/live/example.com") containing the - new certificates and keys; the shell variable - $RENEWED_DOMAINS will contain a space-delimited list - of renewed certificate domains (for example, - "example.com www.example.com") (default: None) --disable-hook-validation Ordinarily the commands specified for --pre- hook/--post-hook/--deploy-hook will be checked for diff --git a/certbot/src/certbot/__init__.py b/certbot/src/certbot/__init__.py index d991354e1..ca59c0b27 100644 --- a/certbot/src/certbot/__init__.py +++ b/certbot/src/certbot/__init__.py @@ -1,4 +1,4 @@ """Certbot client.""" # version number like 1.2.3a0, must have at least 2 parts, like 1.2 -__version__ = '5.1.0.dev0' +__version__ = '5.1.0' diff --git a/letstest/setup.py b/letstest/setup.py index 880c8d40d..fac919d85 100644 --- a/letstest/setup.py +++ b/letstest/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '5.1.0.dev0' +version = '5.1.0' setup( version=version, diff --git a/packages/SHA256SUMS b/packages/SHA256SUMS new file mode 100644 index 000000000..3dc63e786 --- /dev/null +++ b/packages/SHA256SUMS @@ -0,0 +1,17 @@ +7b97820857d9baffed98bca50ab82bb6a636e447865d7a013a7bdd7972f03cda acme-5.1.0.tar.gz +83f7e7578bb06c57b3d27f82ebd3c113e6f7fc8a41dc722cdc143ac98064b0ef certbot_apache-5.1.0.tar.gz +6fea3d5e2c3db018f83bc074315a48588fb680c900f7fef3349eae6a2cfc4c6c certbot_dns_cloudflare-5.1.0.tar.gz +2c0b90029bae068bb2a8aa20e1003c9ba993fc68c3c13e8510f67b7147a384b7 certbot_dns_digitalocean-5.1.0.tar.gz +711ca820227d766b3c69c02f6ba137b6f7653029f9b770225081f6728a48f00d certbot_dns_dnsimple-5.1.0.tar.gz +edca329f00a0551257b6ef741cad1f20f7f7d017ff01421eb235ec158e44eccc certbot_dns_dnsmadeeasy-5.1.0.tar.gz +b4cfa49151118e28bb46c65207b5dc91a127053d8f28e39822417f9fcef6ff79 certbot_dns_gehirn-5.1.0.tar.gz +4a4af6d2889ea5204cb646b5e4dcd5401193664ee90aae8079ce8ab92410f519 certbot_dns_google-5.1.0.tar.gz +b0e93ad84882ab9c0bb023f036c4ba232b69be82f89ea7b0ae5e7beb09c37258 certbot_dns_linode-5.1.0.tar.gz +396824219cfc9fdb20d94b9f86a08e4386cc7fa6a064902a5ac4def82f6aef39 certbot_dns_luadns-5.1.0.tar.gz +eee65410df91a7358d4ee0f14cb71b050c3e8f73d020c4113f761b8247e45038 certbot_dns_nsone-5.1.0.tar.gz +9a97ea3a158f2c0239b3b7fb1443cb464fafcbba4321cce194edc13a0cf45264 certbot_dns_ovh-5.1.0.tar.gz +f0afc9bc63ae8468813e5816eea132ecc92a690e18c5afb09c4802f85e2ae505 certbot_dns_rfc2136-5.1.0.tar.gz +5d325c702077bc483717f2f989b6014b258032b28009b8ed9062f9c01d693282 certbot_dns_route53-5.1.0.tar.gz +4b0398d26771dbc89c31e457c4f62dc31a255a0969747f384c2a33aad2e8056a certbot_dns_sakuracloud-5.1.0.tar.gz +fe41cdd8f54b0587b65b686aa142191ad1bf4f7abaa708a79d5ad662757fb07a certbot_nginx-5.1.0.tar.gz +d652a598f67af78ecf122860e85cd2e9c19a2bbe79a71775eccf6e8d642a4fca certbot-5.1.0.tar.gz diff --git a/packages/SHA256SUMS.asc b/packages/SHA256SUMS.asc new file mode 100644 index 000000000..b52037a12 --- /dev/null +++ b/packages/SHA256SUMS.asc @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNATURE----- + +iQGzBAABCAAdFiEEhjebTwrzcbUM2eX/NAKDEWHR0oAFAmjlQukACgkQNAKDEWHR +0oBdIAv9G1C/sGuhxtSPL7FX958sDecweGYMm3o/53Zw9ogsQIM+/Ya0EMn9lOva +NKP3OprrDD108R2v3ehIf9aHow09AI+oTKbMc48sFx2tK865e9DkLYyyrUeMu7I9 +VuGHJoSs31lD30CeKni1sXOG+Tk5PLUCH9OTtNRMdVEiLhiNJqnOa9h6yQAStH5V +wvFJZXfqV/IUXnKdb/Xphnj8O3yaRhHgt/BcTmARZ7pPU9+CxR/irvViycLQa4NS +I3zYO/X9qUObsH9JtkeGY9WlR098tNsFZdnPHmJ5e0aVbC7OH2+fhwC52JDxjRyR +ZFrY2eNqf8DOvNp5VzKA/JrxL4yxId4h2lIO8S30udk45xpwc5V0kPCKmpHXGQIw +Dv17FdM8DSBBQz5oE2Xq61vUGjD8cpcJgYbAEdLTyXcJ8nkt2Wf1+6yZbiGY7pFG +5lYf9o3+umPtM2Vp92P9/J12Y0LNfAhsHq3vKe1RN96mvUt495iQsZiuk8gzNqCa +KvXVVQAy +=nFug +-----END PGP SIGNATURE----- diff --git a/packages/acme-5.1.0.tar.gz b/packages/acme-5.1.0.tar.gz new file mode 100644 index 000000000..cdf8019ae Binary files /dev/null and b/packages/acme-5.1.0.tar.gz differ diff --git a/packages/certbot-5.1.0.tar.gz b/packages/certbot-5.1.0.tar.gz new file mode 100644 index 000000000..5ea024333 Binary files /dev/null and b/packages/certbot-5.1.0.tar.gz differ diff --git a/packages/certbot_apache-5.1.0.tar.gz b/packages/certbot_apache-5.1.0.tar.gz new file mode 100644 index 000000000..39dfa2a72 Binary files /dev/null and b/packages/certbot_apache-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_cloudflare-5.1.0.tar.gz b/packages/certbot_dns_cloudflare-5.1.0.tar.gz new file mode 100644 index 000000000..24ae452dc Binary files /dev/null and b/packages/certbot_dns_cloudflare-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_digitalocean-5.1.0.tar.gz b/packages/certbot_dns_digitalocean-5.1.0.tar.gz new file mode 100644 index 000000000..57fd24a5d Binary files /dev/null and b/packages/certbot_dns_digitalocean-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_dnsimple-5.1.0.tar.gz b/packages/certbot_dns_dnsimple-5.1.0.tar.gz new file mode 100644 index 000000000..fbede73f7 Binary files /dev/null and b/packages/certbot_dns_dnsimple-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_dnsmadeeasy-5.1.0.tar.gz b/packages/certbot_dns_dnsmadeeasy-5.1.0.tar.gz new file mode 100644 index 000000000..53dca2f74 Binary files /dev/null and b/packages/certbot_dns_dnsmadeeasy-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_gehirn-5.1.0.tar.gz b/packages/certbot_dns_gehirn-5.1.0.tar.gz new file mode 100644 index 000000000..67c1c0916 Binary files /dev/null and b/packages/certbot_dns_gehirn-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_google-5.1.0.tar.gz b/packages/certbot_dns_google-5.1.0.tar.gz new file mode 100644 index 000000000..a3ac4a384 Binary files /dev/null and b/packages/certbot_dns_google-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_linode-5.1.0.tar.gz b/packages/certbot_dns_linode-5.1.0.tar.gz new file mode 100644 index 000000000..4bb597e43 Binary files /dev/null and b/packages/certbot_dns_linode-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_luadns-5.1.0.tar.gz b/packages/certbot_dns_luadns-5.1.0.tar.gz new file mode 100644 index 000000000..b78a6b6b8 Binary files /dev/null and b/packages/certbot_dns_luadns-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_nsone-5.1.0.tar.gz b/packages/certbot_dns_nsone-5.1.0.tar.gz new file mode 100644 index 000000000..bd9874522 Binary files /dev/null and b/packages/certbot_dns_nsone-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_ovh-5.1.0.tar.gz b/packages/certbot_dns_ovh-5.1.0.tar.gz new file mode 100644 index 000000000..6373219a5 Binary files /dev/null and b/packages/certbot_dns_ovh-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_rfc2136-5.1.0.tar.gz b/packages/certbot_dns_rfc2136-5.1.0.tar.gz new file mode 100644 index 000000000..9b7836d4a Binary files /dev/null and b/packages/certbot_dns_rfc2136-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_route53-5.1.0.tar.gz b/packages/certbot_dns_route53-5.1.0.tar.gz new file mode 100644 index 000000000..d73e07e22 Binary files /dev/null and b/packages/certbot_dns_route53-5.1.0.tar.gz differ diff --git a/packages/certbot_dns_sakuracloud-5.1.0.tar.gz b/packages/certbot_dns_sakuracloud-5.1.0.tar.gz new file mode 100644 index 000000000..6c90a0d06 Binary files /dev/null and b/packages/certbot_dns_sakuracloud-5.1.0.tar.gz differ diff --git a/packages/certbot_nginx-5.1.0.tar.gz b/packages/certbot_nginx-5.1.0.tar.gz new file mode 100644 index 000000000..5ca4861fa Binary files /dev/null and b/packages/certbot_nginx-5.1.0.tar.gz differ