Removal versions in meta/runtime.yml should be collection versions (#108)

* Removal versions in meta/runtime.yml should be collection versions.

* Add changelog fragment.
pull/110/head
Felix Fontein 2020-09-14 18:00:21 +02:00 committed by GitHub
parent a2f36f426a
commit f913e9e40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -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)."

View File

@ -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'