From c05d78f2062d4db8da4dcddd92a3fcca7b3d9de8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 23 Apr 2025 09:50:24 +0000 Subject: [PATCH] Update certbot to v4 (major) (#52) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [certbot](https://github.com/certbot/certbot) | major | `==3.3.0` -> `==4.0.0` | | [certbot-dns-cloudflare](https://github.com/certbot/certbot) | major | `==3.3.0` -> `==4.0.0` | --- ### Release Notes
certbot/certbot (certbot) ### [`v4.0.0`](https://github.com/certbot/certbot/releases/tag/v4.0.0): Certbot 4.0.0 [Compare Source](https://github.com/certbot/certbot/compare/v3.3.0...v4.0.0) ##### Added - The --preferred-profile and --required-profile flags allow requesting a profile. https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/ ##### Changed - Certificates now renew with 1/3rd of lifetime left (or 1/2 of lifetime left, if the lifetime is shorter than 10 days). This is a change from a hardcoded renewal at 30 days before expiration. The config field renew_before_expiry still overrides this default. - removed `acme.crypto_util._pyopenssl_cert_or_req_all_names` - removed `acme.crypto_util._pyopenssl_cert_or_req_san` - removed `acme.crypto_util.dump_pyopenssl_chain` - removed `acme.crypto_util.gen_ss_cert` - removed `certbot.crypto_util.dump_pyopenssl_chain` - removed `certbot.crypto_util.pyopenssl_load_certificate` ##### Fixed - Moved `RewriteEngine on` directive added during apache http01 authentication to the end of the virtual host, so that it overwrites any `RewriteEngine off` directives that already exist and allows redirection to the challenge URL. More details about these changes can be found on our GitHub repo.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.mrmeeb.stream/MrMeeb/certbot-cron-docker/pulls/52 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7842776..d0fcb68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # For pinning Python packages to then be parsed by Renovate -certbot ==3.3.0 -certbot-dns-cloudflare ==3.3.0 +certbot ==4.0.0 +certbot-dns-cloudflare ==4.0.0 apprise ==1.9.3 \ No newline at end of file