This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from mwperina/rel-1.0.7
Release 1.0.7
- Loading branch information
Showing
4 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 <[email protected]> 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 <[email protected]> 1.0.6-1 | ||
- Use permanent selinux label on logs | ||
- Add periodic artifacts removal to wsgi based invocations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 <[email protected]> 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 <[email protected]> 1.0.6-3 | ||
- Fix post script error | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -94,6 +94,14 @@ install -m 0644 ./misc/nginx/uwsgi.ini %{buildroot}%{_sysconfdir}/ansible-runner | |
|
||
|
||
%changelog | ||
* Tue Feb 2 2021 Martin Perina <[email protected]> 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 <[email protected]> 1.0.6-1 | ||
- Use permanent selinux label on logs | ||
- Add periodic artifacts removal to wsgi based invocations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -89,6 +89,14 @@ install -m 644 ./packaging/gunicorn/ansible-runner-service %{buildroot}%{_syscon | |
%doc README.md | ||
|
||
%changelog | ||
* Tue Feb 2 2021 Martin Perina <[email protected]> 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 <[email protected]> 1.0.6-2 | ||
- Fix wsgi patch | ||
|
||
|