ansible-role-thales-hsm 7.0.0 (caracal)
We are psyched to announce the release of: ansible-role-thales-hsm 7.0.0: ansible-role-thales-hsm - Ansible role to configure nShileld Connect HSM clients. This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/ansible-role-thales-hsm Download the package from: https://tarballs.openstack.org/ansible-role-thales-hsm/ Please report issues through: https://storyboard.openstack.org/#!/project/1184 For more details, please see below. Changes in ansible-role-thales-hsm 6.0.0.0rc1..7.0.0 ---------------------------------------------------- ed676be Use shell instead of command for rfs-sync setup b39d086 Add support for Security World client v13.4.4 8779341 Fix namespace typos e301ee0 Correct the tox option for skipping sdist generation 4508152 Unpin ansible-lint Diffstat (except docs and test files) ------------------------------------- README.rst | 26 ++- defaults/main.yaml | 3 +- handlers/main.yaml | 7 +- meta/main.yaml | 7 + ...-for-security-world-v13.4-2cb8688bcc072db1.yaml | 9 + requirements.txt | 2 +- setup.cfg | 6 +- tasks/client.yaml | 197 ++++++++++----------- tasks/client_enroll.yaml | 13 +- tasks/main.yaml | 21 ++- tasks/rfs.yaml | 8 +- tasks/rfs_register_client.yaml | 27 +-- test-requirements.txt | 6 +- tox.ini | 2 +- vars.yaml.sample | 16 +- 15 files changed, 174 insertions(+), 176 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 885c2cb..cb41d93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2 +2 @@ pbr>=1.6 -ansible +ansible>=2.8.0 diff --git a/test-requirements.txt b/test-requirements.txt index d3f9dee..6dd128e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# NOTE(elod.illes): ansible 6.0.0 introduced new rules that needs to be -# fixed, like fqcn-builtins, etc. Due to Yoga release happens soon -# let's just cap ansible-lint. This needs a separate fix in the future -# to be able to remove the cap. -ansible-lint<6.0.0 +ansible-lint
participants (1)
-
no-reply@openstack.org