The Sigsum team is happy to release a new version of the sigsum ansible
collection, version tag v1.5.0, succeeding the previous release v1.4.0.
The release can be checked out from the git repository as
git clone -b v1.5.0 https://git.glasklar.is/sigsum/admin/ansible.git
See the NEWS file for details on changes, excerpt below.
If you find any bugs, please report them on the
sigsum-general(a)lists.sigsum.org mailing list or open an issue on GitLab
in the ansible repository:
https://git.glasklar.is/sigsum/admin/ansible/
See the README.md file for installation and usage instructions, and the
HACKING file for information about how the molecule tests can be used.
/ The Sigsum team
NEWS for sigsum ansible v1.5.0
Changes between v1.4.0 and v1.5.0:
* Support for monitoring the presence of a YubiHSM device with
a particular serial number was added.
* Refactoring regarding lists of go tools in sigsum and
litewitness roles, avoiding problems when running ansible in
debian trixie.
* Fix in when clause in golang and yubihsm_connector roles,
avoiding problems when running ansible in debian trixie.
* Changed naming of cronjob for weekly public suffix list
update, to handle the special case when primary and
secondary are on the same machine.
* Cleanup and fixes in molecule tests.