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
parent
a2f36f426a
commit
f913e9e40d
|
@ -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)."
|
|
@ -13,13 +13,13 @@ plugin_routing:
|
||||||
modules:
|
modules:
|
||||||
acme_account_facts:
|
acme_account_facts:
|
||||||
deprecation:
|
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'.
|
warning_text: The 'community.crypto.acme_account_facts' module has been renamed to 'community.crypto.acme_account_info'.
|
||||||
openssl_certificate:
|
openssl_certificate:
|
||||||
deprecation:
|
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'
|
warning_text: The 'community.crypto.openssl_certificate' module has been renamed to 'community.crypto.x509_certificate'
|
||||||
openssl_certificate_info:
|
openssl_certificate_info:
|
||||||
deprecation:
|
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'
|
warning_text: The 'community.crypto.openssl_certificate_info' module has been renamed to 'community.crypto.x509_certificate_info'
|
||||||
|
|
Loading…
Reference in New Issue