Skip to content

Releases: ansible/ansible-runner-service

Release 1.0.7

03 Feb 06:28
a9c7bd6
Compare
Choose a tag to compare

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

24 Sep 08:25
8fab3d1
Compare
Choose a tag to compare

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

28 Jul 10:52
0f9eb4c
Compare
Choose a tag to compare

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

13 Jul 20:49
9bf47dc
Compare
Choose a tag to compare

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

09 Jun 16:47
c5dece8
Compare
Choose a tag to compare

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

28 Apr 11:59
1f595e3
Compare
Choose a tag to compare

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

06 Aug 07:02
066728f
Compare
Choose a tag to compare

First version of the lightweight RESTful API for executing Ansible playbooks.