Mark dns-account-01 and dns-persist-01 more explicitly as experimental. (#1002)

This commit is contained in:
Felix Fontein
2026-04-17 07:32:41 +02:00
committed by GitHub
parent 0b36567667
commit cb0137baca
4 changed files with 23 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
minor_changes:
- acme_* modules - support ``dns-account-01`` challenge type according to
`acme-dns-account-label draft 02 <https://datatracker.ietf.org/doc/html/draft-ietf-acme-dns-account-label-02>`__
- acme_* modules - experimentally support ``dns-account-01`` challenge type according to
`acme-dns-account-label draft 02 <https://datatracker.ietf.org/doc/html/draft-ietf-acme-dns-account-label-02>`__.
Note that breaking changes to this challenge type can also happen in minor releases until the acme-dns-account-label draft has been finalized as an RFC
(https://github.com/ansible-collections/community.crypto/pull/996).

View File

@@ -1,4 +1,5 @@
minor_changes:
- acme_* modules - support ``dns-persist-01`` challenge type according to
`acme-dns-persist draft 01 <https://www.ietf.org/archive/id/draft-ietf-acme-dns-persist-01.html>`__
- acme_* modules - experimentally support ``dns-persist-01`` challenge type according to
`acme-dns-persist draft 01 <https://www.ietf.org/archive/id/draft-ietf-acme-dns-persist-01.html>`__.
Note that breaking changes to this challenge type can also happen in minor releases until the acme-dns-persist draft has been finalized as an RFC
(https://github.com/ansible-collections/community.crypto/pull/997).