We are overjoyed to announce the release of: validations-libs 1.7.1: A common library for the validations framework The source is available from: https://opendev.org/openstack/validations-libs Download the package from: https://tarballs.openstack.org/validations-libs/ For more details, please see below. Changes in validations-libs 1.7.0..1.7.1 ---------------------------------------- 134f49e Bumping flake8-typing-imports to version 1.12.0 c8fb5bf Remove six 5e1c4b0 Update py36 to py38 tox jobs 2ecbf37 Add validation container entry point 9ed3888 Man pages compatibility 98b792d Clarifying project branching model in CONTRIBUTING.rst f60fee4 Fixing CLI formatter import test. 3de8f4d Validation help improvement 786e55d Normalizing VF metadata 9a9b011 Removing references to Babel 1701904 Tests verifying functionality ansible runtime infrastructure acd12cf Dockerfile updated to eliminate dependency conflicts 5fd83d3 get_status property simplification and optimization ad66936 Remove yaml check for inventory in run/cli e510ed4 Exceptions for Validations Framework 51bd6ab Expand validations_logs table with reason of failure 0058c66 fix symlink for ansible base dir a68b40a Removed explicit inheritance from object Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 2 +- .zuul.yaml | 5 +- CONTRIBUTING.rst | 12 + Dockerfile | 7 +- Vagrantfile.centos | 2 +- Vagrantfile.ubuntu | 2 +- container/validation | 288 ++++++++++ setup.cfg | 23 +- validations_libs/ansible.py | 9 +- validations_libs/cli/base.py | 22 +- validations_libs/cli/common.py | 23 +- validations_libs/cli/constants.py | 29 + validations_libs/cli/history.py | 9 +- validations_libs/cli/lister.py | 16 +- validations_libs/cli/run.py | 51 +- validations_libs/cli/show.py | 29 +- validations_libs/exceptions.py | 41 ++ validations_libs/group.py | 2 +- validations_libs/utils.py | 7 +- validations_libs/validation.py | 2 +- validations_libs/validation_actions.py | 18 +- validations_libs/validation_logs.py | 40 +- 36 files changed, 1339 insertions(+), 279 deletions(-)
participants (1)
-
no-reply@openstack.org