- Update to 3.3.0

* The --register-unsafely-without-email flag is no longer needed
    in non-interactive mode.
  * In interactive mode, pressing Enter at the email prompt will
    register without an email.
  * deprecated certbot.crypto_util.dump_pyopenssl_chain
  * deprecated certbot.crypto_util.pyopenssl_load_certificate
  * Fixed a bug introduced in Certbot 3.1.0 where OpenSSL environment
    variables needed in our snap configuration were persisted in calls
    to external programs like nginx which could cause them to fail to
    load OpenSSL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=128
This commit is contained in:
2025-03-21 12:24:37 +00:00
committed by Git OBS Bridge
parent 00d1633555
commit b9ea4f4c4b
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 21 12:21:54 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 3.3.0
* The --register-unsafely-without-email flag is no longer needed
in non-interactive mode.
* In interactive mode, pressing Enter at the email prompt will
register without an email.
* deprecated certbot.crypto_util.dump_pyopenssl_chain
* deprecated certbot.crypto_util.pyopenssl_load_certificate
* Fixed a bug introduced in Certbot 3.1.0 where OpenSSL environment
variables needed in our snap configuration were persisted in calls
to external programs like nginx which could cause them to fail to
load OpenSSL.
-------------------------------------------------------------------
Thu Feb 13 11:23:18 UTC 2025 - Dirk Müller <dmueller@suse.com>