From 121ccf37f968f468af8cd2477fe26be5ec54485c7bed2e547c7f7e63a9aae1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 21 Sep 2022 17:54:12 +0000 Subject: [PATCH] * The certbot-dns-cloudxns plugin is now deprecated and will be removed in the next major release of Certbot. * Lots of deprecations in the acme module. * Add UI text suggesting users create certs for multiple domains, when possible. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=98 --- python-certbot.changes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-certbot.changes b/python-certbot.changes index f55a628..7f0210f 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -2,7 +2,11 @@ Wed Sep 21 17:47:20 UTC 2022 - Markéta Machová - Update to 1.30.0 - * Add UI text suggesting users create certs for multiple domains, when possible. + * The certbot-dns-cloudxns plugin is now deprecated and will be + removed in the next major release of Certbot. + * Lots of deprecations in the acme module. + * Add UI text suggesting users create certs for multiple domains, + when possible. ------------------------------------------------------------------- Mon Jul 11 13:07:42 UTC 2022 - Dirk Müller