Deprecate returning orders when retrieve_orders=url_list. (#178)

This allows to get rid of the ignore.txt entries for the return value syntax
error since then orders will always have the same type when returned.
This commit is contained in:
Felix Fontein
2021-01-27 09:03:34 +01:00
committed by GitHub
parent a728cb61d2
commit 15a0be6107
3 changed files with 37 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
minor_changes:
- "acme_account_info - when ``retrieve_orders`` is not ``ignore`` and the ACME server allows to query orders, the new return value ``order_uris`` is always populated with a list of URIs (https://github.com/ansible-collections/community.crypto/pull/178)."
deprecated_features:
- "acme_account_info - when ``retrieve_orders=url_list``, ``orders`` will no longer be returned in community.crypto 2.0.0. Use ``order_uris`` instead (https://github.com/ansible-collections/community.crypto/pull/178)."