Accepting request 1031392 from home:stroeder:branches:devel:languages:python:certbot

Update to 1.31.0

OBS-URL: https://build.opensuse.org/request/show/1031392
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=100
This commit is contained in:
2022-10-27 08:17:42 +00:00
committed by Git OBS Bridge
parent 671ebb1a97
commit e4131df114
6 changed files with 32 additions and 18 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Oct 4 15:32:12 UTC 2022 - Michael Ströder <michael@stroeder.com>
- Update to 1.31.0
* If Certbot exits before setting up its usual log files, the temporary
directory created to save logging information will begin with the name
certbot-log- rather than a generic name. This should not be considered a
stable aspect of Certbot and may change again in the future.
* Fixed an incompatibility in the certbot-dns-cloudflare plugin and the
Cloudflare library which was introduced in the Cloudflare library version
2.10.1. The library would raise an error if a token was specified in the
Certbot --dns-cloudflare-credentials file as well as the cloudflare.cfg
configuration file of the Cloudflare library.
-------------------------------------------------------------------
Wed Sep 21 17:47:20 UTC 2022 - Markéta Machová <mmachova@suse.com>