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

Commit 1736b6f

Browse files
committed
Release 1.0.3
1 parent 7ff0c6b commit 1736b6f

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

misc/packaging/ansible-runner-service.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%endif
55

66
Name: ansible-runner-service
7-
Version: 1.0.2
7+
Version: 1.0.3
88
Release: 1%{?dist}
99
Summary: RESTful API for ansible/ansible_runner execution
1010
Source0: https://github.com/pcuzner/%{name}/archive/%{name}-%{version}.tar.gz
@@ -75,6 +75,10 @@ install -m 0644 ./LICENSE.md %{buildroot}%{_docdir}/ansible-runner-service
7575
%{_docdir}/ansible-runner-service/*
7676

7777
%changelog
78+
* Thu Jun 4 2020 Martin Necas <[email protected]> 1.0.3-1
79+
- Add logrotate
80+
- Add psutil to dependencies
81+
7882
* Tue Apr 28 2020 Martin Necas <[email protected]> 1.0.2-1
7983
- Allow playbook parallel execution.
8084
- Add artifacts removal.

misc/packaging/apache/ansible-runner-service.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global srcname ansible-runner-service
22

33
Name: %{srcname}
4-
Version: 1.0.2
4+
Version: 1.0.3
55
Release: 1%{?dist}
66
Summary: RESTful API for ansible/ansible_runner execution
77
Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz
@@ -74,6 +74,10 @@ install -m 644 ./ansible_runner_service.py %{buildroot}%{python3_sitelib}/runner
7474
%doc README.md
7575

7676
%changelog
77+
* Thu Jun 4 2020 Martin Necas <[email protected]> 1.0.3-1
78+
- Add logrotate
79+
- Add psutil to dependencies
80+
7781
* Tue Apr 28 2020 Martin Necas <[email protected]> 1.0.2-1
7882
- Allow playbook parallel execution.
7983
- Add artifacts removal.

misc/packaging/nginx/ansible-runner-service-nginx.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%endif
55

66
Name: ansible-runner-service
7-
Version: 1.0.2
7+
Version: 1.0.3
88
Release: 1%{?dist}
99
Summary: RESTful API for ansible/ansible_runner execution
1010
Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz
@@ -93,6 +93,10 @@ install -m 0644 ./misc/nginx/uwsgi.ini %{buildroot}%{_sysconfdir}/ansible-runner
9393

9494

9595
%changelog
96+
* Thu Jun 4 2020 Martin Necas <[email protected]> 1.0.3-1
97+
- Add logrotate
98+
- Add psutil to dependencies
99+
96100
* Tue Apr 28 2020 Martin Necas <[email protected]> 1.0.2-1
97101
- Allow playbook parallel execution.
98102
- Add artifacts removal.

packaging/gunicorn/ansible-runner-service.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global srcname ansible-runner-service-dev
22

33
Name: %{srcname}
4-
Version: 1.0.2
4+
Version: 1.0.3
55
Release: 1%{?dist}
66
Summary: RESTful API for ansible/ansible_runner execution
77
Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz
@@ -89,6 +89,10 @@ install -m 644 ./packaging/gunicorn/ansible-runner-service %{buildroot}%{_syscon
8989
%doc README.md
9090

9191
%changelog
92+
* Thu Jun 4 2020 Martin Necas <[email protected]> 1.0.3-1
93+
- Add logrotate
94+
- Add psutil to dependencies
95+
9296
* Tue Apr 28 2020 Martin Necas <[email protected]> 1.0.2-1
9397
- Allow playbook parallel execution.
9498
- Add artifacts removal.

runner_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
InventoryCorruptError,
1313
InventoryOperationNotAllowed)
1414

15-
__version__ = '1.0.2'
15+
__version__ = '1.0.3'

0 commit comments

Comments
 (0)