ansible-role-unattended-upg.../CHANGELOG.md

1.9 KiB

Changelog

v4.0.0 (2024-05-08)

Full Changelog

UPGRADE NOTES:

The hifis.unattended_upgrades role has been migrated to the hifis.toolkit collection. Please ensure that you install the new collection as follows:

ansible-galaxy collection install hifis.toolkit

To continue using the unattended_upgrades role as before, please include it as described:

- hosts: all
  roles:
     - role: hifis.toolkit.unattended_upgrades

Breaking changes:

  • Migrate role to role in a collection #165

Closed issues:

  • Make collection REUSE-compliant #197

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator