Update certbot to v3.2.0 #45

Merged
renovate-bot merged 1 commits from renovate/certbot into master 2025-02-19 00:00:18 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
certbot minor ==3.1.0 -> ==3.2.0
certbot-dns-cloudflare minor ==3.1.0 -> ==3.2.0

Release Notes

certbot/certbot (certbot)

v3.2.0: Certbot 3.2.0

Compare Source

Added
Changed
  • certbot-nginx now requires pyparsing>=2.4.7.
  • certbot and its acme library now require cryptography>=43.0.0.
  • certbot-nginx and our acme library now require pyOpenSSL>=25.0.0.
  • Deprecated gen_ss_cert in acme.crypto_util as it uses deprecated
    pyOpenSSL API.
  • Add make_self_signed_cert to acme.crypto_util to replace `gen_ss_cert.
  • Directory hooks are now run on all commands by default, not just renew
  • Help output now shows False as default when it can be set via cli.ini instead of None
  • Changed terms of service agreement text to have a newline after the TOS link
  • certbot-cloudflare-dns is now pinned to version 2.19 of Cloudflare's python library
  • Removed support for Linode API v3 which was sunset at the end of July 203.
Fixed
  • Private keys are now saved in PKCS#8 format instead of PKCS#1. Using PKCS#1
    was a regression introduced in Certbot 3.1.0.
  • Allow nginx plugin to parse non-breaking spaces in nginx configuration files.
  • Honor --reuse-key when --allow-subset-of-names is set
  • Fixed regression in symlink parsing on Windows that was introduced in Certbot
    3.1.0.
  • When adding ssl listen directives in nginx server blocks, IP addresses are now
    preserved.
  • Nginx configurations can now have the http block in files other than the root (nginx.conf)

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: Enabled.

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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [certbot](https://github.com/certbot/certbot) | minor | `==3.1.0` -> `==3.2.0` | | [certbot-dns-cloudflare](https://github.com/certbot/certbot) | minor | `==3.1.0` -> `==3.2.0` | --- ### Release Notes <details> <summary>certbot/certbot (certbot)</summary> ### [`v3.2.0`](https://github.com/certbot/certbot/releases/tag/v3.2.0): Certbot 3.2.0 [Compare Source](https://github.com/certbot/certbot/compare/v3.1.0...v3.2.0) ##### Added - ##### Changed - certbot-nginx now requires pyparsing>=2.4.7. - certbot and its acme library now require cryptography>=43.0.0. - certbot-nginx and our acme library now require pyOpenSSL>=25.0.0. - Deprecated `gen_ss_cert` in `acme.crypto_util` as it uses deprecated pyOpenSSL API. - Add `make_self_signed_cert` to `acme.crypto_util` to replace \`gen_ss_cert. - Directory hooks are now run on all commands by default, not just `renew` - Help output now shows `False` as default when it can be set via `cli.ini` instead of `None` - Changed terms of service agreement text to have a newline after the TOS link - certbot-cloudflare-dns is now pinned to version 2.19 of Cloudflare's python library - Removed support for Linode API v3 which was sunset at the end of July 203. ##### Fixed - Private keys are now saved in [PKCS#8](https://github.com/PKCS/certbot/issues/8) format instead of [PKCS#1](https://github.com/PKCS/certbot/issues/1). Using [PKCS#1](https://github.com/PKCS/certbot/issues/1) was a regression introduced in Certbot 3.1.0. - Allow nginx plugin to parse non-breaking spaces in nginx configuration files. - Honor --reuse-key when --allow-subset-of-names is set - Fixed regression in symlink parsing on Windows that was introduced in Certbot 3.1.0. - When adding ssl listen directives in nginx server blocks, IP addresses are now preserved. - Nginx configurations can now have the http block in files other than the root (nginx.conf) More details about these changes can be found on our GitHub repo. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2025-02-18 22:00:16 +00:00
Update certbot to v3.2.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 4m18s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Image / Publish Image (push) Has been skipped
Build Image / Notify (push) Has been skipped
Build Image / Validate Image (push) Successful in 1m40s
30d95c69cd
renovate-bot merged commit 30d95c69cd into master 2025-02-19 00:00:18 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MrMeeb/certbot-cron-docker#45
No description provided.