[release-announce] validations-libs 1.4.0

no-reply at openstack.org no-reply at openstack.org
Mon Oct 18 17:06:17 UTC 2021


We are happy to announce the release of:

validations-libs 1.4.0: 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.3.0..1.4.0
----------------------------------------

b37015e Expose skip list mechanism via the CLI
11488cd Add validation config file mechanism
c8480cb Setting language for the python3.6 tox environment
f1cd8ee Validations show group filtering


Diffstat (except docs and test files)
-------------------------------------

README.rst                                        |  27 +++
setup.cfg                                         |   4 +
skiplist-example.yaml                             |  11 +
tox.ini                                           |   2 +-
validation.cfg                                    |  63 ++++++
validations_libs/ansible.py                       |  61 ++++--
validations_libs/cli/app.py                       |   1 -
validations_libs/cli/base.py                      |  77 +++++++
validations_libs/cli/common.py                    |  14 +-
validations_libs/cli/history.py                   |  30 ++-
validations_libs/cli/lister.py                    |   9 +-
validations_libs/cli/run.py                       |  33 ++-
validations_libs/cli/show.py                      |  24 ++-
validations_libs/constants.py                     |   4 +
validations_libs/utils.py                         |  95 +++++++++
validations_libs/validation_actions.py            |  52 +++--
29 files changed, 1099 insertions(+), 118 deletions(-)







More information about the Release-announce mailing list