Skip to content

v2.0.0

Compare
Choose a tag to compare
@markosamuli markosamuli released this 17 Feb 18:31
· 7 commits to master since this release
43e4115

What's Changed

Ansible compatibility

  • Require Ansible 2.9.22
  • Support Ansible 7.2.0
  • Use fully qualified collection names (FQCN) with builtin modules by @markosamuli

Fixes

  • Use become_user instead of become when installing with Git by @Hunsu in #6
  • Fix #10 - Remove installer script checksum that causes issues by @markosamuli

Python compatibility

  • Use Python 3 on all test Docker images
  • Drop support for EOL Python 2.7

OS compatibility

  • Add support for Ubuntu 20.04 LTS and 22.04 LTS
  • Add support for Debian 11
  • Add support for Fedora 37 and RedHat based-systems by @aairey in #9
  • Drop support for Debian 11
  • Drop support for Ubuntu 16.04 LTS

Testing

  • Run tests with supported Docker images on GitHub Actions by @markosamuli

New Contributors

  • @Hunsu made their first contribution in #6
  • @aairey made their first contribution in #9

Full Changelog: v1.2.2...v2.0.0