Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #99 from mwperina/rel-1.0.7
Browse files Browse the repository at this point in the history
Release 1.0.7
  • Loading branch information
mwperina committed Feb 3, 2021
2 parents 9afeaf1 + 581f96b commit a9c7bd6
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 5 deletions.
10 changes: 9 additions & 1 deletion misc/packaging/ansible-runner-service.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%endif

Name: ansible-runner-service
Version: 1.0.6
Version: 1.0.7
Release: 1%{?dist}
Summary: RESTful API for ansible/ansible_runner execution
Source0: https://github.com/pcuzner/%{name}/archive/%{name}-%{version}.tar.gz
Expand Down Expand Up @@ -75,6 +75,14 @@ install -m 0644 ./LICENSE.md %{buildroot}%{_docdir}/ansible-runner-service
%{_docdir}/ansible-runner-service/*

%changelog
* Tue Feb 2 2021 Martin Perina <mperina@redhat.com> 1.0.7-1
- Fix oVirt logging
- UBI8 Image Rebase
- Fix post script error in Apache
- Add proper logging when decoding JSON has failed
- Add ignore for partial.json.tmp
- Remove finished task from cache instead of the last one

* Wed Sep 23 2020 Martin Perina <mnecas@redhat.com> 1.0.6-1
- Use permanent selinux label on logs
- Add periodic artifacts removal to wsgi based invocations
Expand Down
12 changes: 10 additions & 2 deletions misc/packaging/apache/ansible-runner-service.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global srcname ansible-runner-service

Name: %{srcname}
Version: 1.0.6
Release: 3%{?dist}
Version: 1.0.7
Release: 1%{?dist}
Summary: RESTful API for ansible/ansible_runner execution
Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz
Patch0: ovirt_log.patch
Expand Down Expand Up @@ -87,6 +87,14 @@ semanage fcontext -a -t httpd_log_t -s system_u /var/log/ovirt-engine/ansible-ru
%doc README.md

%changelog
* Tue Feb 2 2021 Martin Perina <mperina@redhat.com> 1.0.7-1
- Fix oVirt logging
- UBI8 Image Rebase
- Fix post script error in Apache
- Add proper logging when decoding JSON has failed
- Add ignore for partial.json.tmp
- Remove finished task from cache instead of the last one

* Thu Oct 13 2020 Martin Necas <mnecas@redhat.com> 1.0.6-3
- Fix post script error

Expand Down
10 changes: 9 additions & 1 deletion misc/packaging/nginx/ansible-runner-service-nginx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%endif

Name: ansible-runner-service
Version: 1.0.6
Version: 1.0.7
Release: 1%{?dist}
Summary: RESTful API for ansible/ansible_runner execution
Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz
Expand Down Expand Up @@ -94,6 +94,14 @@ install -m 0644 ./misc/nginx/uwsgi.ini %{buildroot}%{_sysconfdir}/ansible-runner


%changelog
* Tue Feb 2 2021 Martin Perina <mperina@redhat.com> 1.0.7-1
- Fix oVirt logging
- UBI8 Image Rebase
- Fix post script error in Apache
- Add proper logging when decoding JSON has failed
- Add ignore for partial.json.tmp
- Remove finished task from cache instead of the last one

* Wed Sep 23 2020 Martin Perina <mnecas@redhat.com> 1.0.6-1
- Use permanent selinux label on logs
- Add periodic artifacts removal to wsgi based invocations
Expand Down
10 changes: 9 additions & 1 deletion packaging/gunicorn/ansible-runner-service.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global srcname ansible-runner-service-dev

Name: %{srcname}
Version: 1.0.6
Version: 1.0.7
Release: 1%{?dist}
Summary: RESTful API for ansible/ansible_runner execution
Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz
Expand Down Expand Up @@ -89,6 +89,14 @@ install -m 644 ./packaging/gunicorn/ansible-runner-service %{buildroot}%{_syscon
%doc README.md

%changelog
* Tue Feb 2 2021 Martin Perina <mperina@redhat.com> 1.0.7-1
- Fix oVirt logging
- UBI8 Image Rebase
- Fix post script error in Apache
- Add proper logging when decoding JSON has failed
- Add ignore for partial.json.tmp
- Remove finished task from cache instead of the last one

* Thu Oct 01 2020 Martin Necas <mnecas@redhat.com> 1.0.6-2
- Fix wsgi patch

Expand Down

0 comments on commit a9c7bd6

Please sign in to comment.