Releases: DrPsychick/ansible-testing
Releases · DrPsychick/ansible-testing
0.2.1
Regular tests and renovate
What's Changed
- doc: update role tags and description by @DrPsychick in #18
- chore: fix GitHub actions and run it regularly by @DrPsychick in #20
- chore: Configure Renovate by @renovate in #21
- chore(deps): update actions/checkout action to v4 by @renovate in #22
- chore(deps): update centos docker tag to v8 by @renovate in #23
- chore(deps): update fedora docker tag to v41 by @renovate in #26
- chore(deps): update debian docker tag to v12 - autoclosed by @renovate in #25
New Contributors
Full Changelog: 0.1.0...0.1.1
No more sudo
- remove the need for become/sudo, requires the setup of
libvirt
pools for the user - update docs
What's Changed
- No become by @bhechinger in #15
- update documentation by @DrPsychick in #16
- fix: speed up destroy by not using
stat
by @DrPsychick in #17
New Contributors
- @bhechinger made their first contribution in #15
Full Changelog: 0.0.4...0.1.0
0.0.4
fix: bash pipefail
Full Changelog: 0.0.3...0.0.4
0.0.3
What's Changed
- fix: sed example call by @antiphp in #10
- fix: ignore some new lint error by @DrPsychick in #11
- add a Debian dockerfile by @sbocahu in #12
- Test with GitHub Actions by @DrPsychick in #14
New Contributors
Full Changelog: 0.0.2...0.0.3
No need to sudo
- remove the need for 'sudo' when running docker containers
- fix linting errors or ignore them
Initial release
Supports docker and libvirt, tested on ubuntu2004