mirror of https://github.com/ansible/ansible.git
plugin attributes: make validate-modules strict again, improve version_added support (#74602)
* Add basic schema for attributes. * Support attributes for version_added_collection adding mechanism. * Add changelog fragment. * Support new attribute properties from #74331. * Require additional properties strictly.pull/75447/head
parent
e23fdee45e
commit
fae299708f
@ -0,0 +1,3 @@
|
|||||||
|
minor_changes:
|
||||||
|
- "ansible-test - validate-modules now properly checks ``attributes`` for plugins (https://github.com/ansible/ansible/pull/74602)."
|
||||||
|
- "ansible-doc - ``version_added`` in ``attributes`` now comes with ``version_added_collection`` (https://github.com/ansible/ansible/pull/74602)."
|
Loading…
Reference in New Issue