diff --git a/changelogs/fragments/108-meta-runtime-versions.yml b/changelogs/fragments/108-meta-runtime-versions.yml new file mode 100644 index 00000000..eaf8b4fa --- /dev/null +++ b/changelogs/fragments/108-meta-runtime-versions.yml @@ -0,0 +1,2 @@ +bugfixes: +- "meta/runtime.yml - convert Ansible version numbers for old names of modules to collection version numbers (https://github.com/ansible-collections/community.crypto/pull/108)." diff --git a/meta/runtime.yml b/meta/runtime.yml index 8e55cf6d..9a70d963 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -13,13 +13,13 @@ plugin_routing: modules: acme_account_facts: deprecation: - removal_version: '2.12' + removal_version: 2.0.0 warning_text: The 'community.crypto.acme_account_facts' module has been renamed to 'community.crypto.acme_account_info'. openssl_certificate: deprecation: - removal_version: '2.14' + removal_version: 2.0.0 warning_text: The 'community.crypto.openssl_certificate' module has been renamed to 'community.crypto.x509_certificate' openssl_certificate_info: deprecation: - removal_version: '2.14' + removal_version: 2.0.0 warning_text: The 'community.crypto.openssl_certificate_info' module has been renamed to 'community.crypto.x509_certificate_info'