diff options
author | John R Barker <john@johnrbarker.com> | 2020-06-12 15:34:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 15:34:34 +0100 |
commit | 37785255f2a8438c5fad586211ac59b334089ee7 (patch) | |
tree | fd88c60b6116cbb105be01b375623a9a4ba0b2ea /changelogs | |
parent | 9f49db1f9999a0b914bc4bc05ab55b782d429f9a (diff) | |
download | ansible-37785255f2a8438c5fad586211ac59b334089ee7.tar.gz |
validate ansible-base's and collections runtime.yml (#69742)
* Validate ansible-base & collection's runtime.yml
Add new test `runtime-metadata`
* Schema validation of file
* Error if a a legacy meta/routing.yml exist in a collection
* removal_date OR removal_version
* Add tombstone validation.
* Allow both ISO 8601 date strings and datetime.date objects (from YAML dates).
* Address review comments.
* Add metadata to test collection.
* Add requirements file.
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/ansible-test-validate-runtime-file.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-validate-runtime-file.yml b/changelogs/fragments/ansible-test-validate-runtime-file.yml new file mode 100644 index 0000000000..6cff0872a2 --- /dev/null +++ b/changelogs/fragments/ansible-test-validate-runtime-file.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test now validates the schema of ansible_builtin_runtime.yml and a collections meta/runtime.yml file. |