mirror of https://github.com/ansible/ansible.git
ansible-test: improve version number validation, validate some semantic versioning properties (#71679)
* Validate removal versions. * Validate that removal collection versions and version_added collection versions conform to semver spec. * Validate removal version numbers in meta/runtime.yml. * Stricter validation for isodates (f.ex. YYYY-M-D is not allowed). * Improve error reporting. * Validate removal collection versions. Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>pull/72046/head
parent
3c33618cf6
commit
a077bca5d5
@ -0,0 +1,6 @@
|
||||
minor_changes:
|
||||
- "ansible-test validate-modules - validate removal version numbers (https://github.com/ansible/ansible/pull/71679)."
|
||||
- "ansible-test validate-modules - ensure that removal collection version numbers and version_added collection version numbers conform to the semantic versioning specification at https://semver.org/ (https://github.com/ansible/ansible/pull/71679)."
|
||||
- "ansible-test pylint - ensure that removal collection version numbers conform to the semantic versioning specification at https://semver.org/ (https://github.com/ansible/ansible/pull/71679)."
|
||||
- "ansible-test runtime-metadata - validate removal version numbers, and check removal dates more strictly (https://github.com/ansible/ansible/pull/71679)."
|
||||
- "ansible-test runtime-metadata - ensure that removal collection version numbers conform to the semantic versioning specification at https://semver.org/ (https://github.com/ansible/ansible/pull/71679)."
|
Loading…
Reference in New Issue