From f913e9e40dde84bbdd5e0f643b274d4f7931ec5d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 14 Sep 2020 18:00:21 +0200 Subject: [PATCH] Removal versions in meta/runtime.yml should be collection versions (#108) * Removal versions in meta/runtime.yml should be collection versions. * Add changelog fragment. --- changelogs/fragments/108-meta-runtime-versions.yml | 2 ++ meta/runtime.yml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 changelogs/fragments/108-meta-runtime-versions.yml 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'