We are gleeful to announce the release of: validations-common 1.8.0: A common Ansible libraries and plugins for the validations framework The source is available from: https://opendev.org/openstack/validations-common Download the package from: https://tarballs.openstack.org/validations-common/ For more details, please see below. 1.8.0 ^^^^^ Upgrade Notes * Python 3.6 & 3.7 support has been dropped. The minimum version of Python now supported is Python 3.8. Changes in validations-common 1.7.1..1.8.0 ------------------------------------------ 69033b0 Disabling undercloud-tokenflush in catalogue tests f9b11a1 Retargetting log removal task b02d478 Adding CI task for clean up of existing validation logs 5e8cf58 Adding validations to the catalogue test 8480aa1 The tox.ini file edited to explicitly define the python runtime environment 8eae7f0 Moving verify-packages validation into 'pre-deployment' group 03b47c3 remove unicode prefix from code e73861f Setting variable override for check-cpu in catalogue tests a78141c Add the default filter so the validations have default fallback 5c34b1c Changing filter pattern on setup module call e7aca61 Enabling pep8 linting and fixing style violations 566dc28 New validation: verify_package e8a183e Restoring variables lost in merge commit d7362dd Update python testing as per zed cycle testing runtime fd47e7f Bumping flake8-typing-imports to version 1.12.0 64f1e01 Python 3.6 support removal 1ebe686 Adjustment of the validations-common contribution docs Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 2 +- .zuul.yaml | 1 + CONTRIBUTING.rst | 30 ++++++++-- .../drop-python-3-6-and-3-7-be8da40ef6f158fa.yaml | 5 ++ releasenotes/source/conf.py | 14 ++--- roles/validations/files/catalog_vars_override.yaml | 3 + roles/validations/tasks/main.yaml | 18 +++++- roles/validations/tasks/run.yaml | 2 +- roles/validations/vars/main.yaml | 19 +++++-- setup.cfg | 4 +- tox.ini | 2 + validations_common/library/validations_read_ini.py | 1 - validations_common/playbooks/verify-package.yaml | 64 ++++++++++++++++++++++ .../roles/check_rsyslog/tasks/main.yaml | 3 +- validations_common/roles/verify_package/README.md | 37 +++++++++++++ .../roles/verify_package/defaults/main.yml | 4 ++ .../roles/verify_package/tasks/main.yml | 24 ++++++++ 19 files changed, 213 insertions(+), 33 deletions(-)
participants (1)
-
no-reply@openstack.org