This repository has been archived by the owner on May 23, 2024. It is now read-only.
Releases: ansible/ansible-runner-service
Releases · ansible/ansible-runner-service
Release 1.0.7
Release 1.0.7 fixed several issues:
- Fix oVirt logging
- UBI8 Image Rebase
- Fix post script error in Apache packaging
- Add proper logging when decoding JSON has failed
- Add ignore for partial.json.tmp
- Remove finished task from cache instead of last
Release 1.0.6
Release 1.0.6 fixed several issues:
- Use permanent selinux label on logs
- Add periodic artifacts removal to wsgi based invocations
Release 1.0.5
Release 1.0.5 fixed several issues:
- Decrease the default artifacts cleanup period from 1 month to 1 week
- Fix permissions of /var/log/ovirt-engine/ansible-runner-service.log permissions when upgrading from previous releases (only valid for Apache + mod_wsgi installations)
Release 1.0.4
Release 1.0.4 fixes several issues:
- Fixes log rotation for Apache and Gunicorn based instances
- Adds mocking of SSHClient in hostvars and inventory tests
Release 1.0.3
Release 1.0.3 fixes several issues:
- Fix permissions assigned to public key
- Make cert_dir a configuration option
- Fix example in config.yaml
- Add logrotate support for log files
- Add dependency to python-psutil
Release 1.0.2
Release 1.0.2 fixed several issues:
- Allow playbook parallel execution.
- Add artifacts removal.
- Apply logging configurations.
- Handle connection to IPv6 hosts.
v1.0.0: Merge pull request #22 from machacekondra/perm_error
First version of the lightweight RESTful API for executing Ansible playbooks.