Skip to content

Commit d3b0a12

Browse files
committed
Automatic commit of package [apb] release [1.2.7-1].
Created by command: /usr/bin/tito tag
1 parent 0c64bb9 commit d3b0a12

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.tito/packages/apb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.6-1 ./
1+
1.2.7-1 ./

apb.spec

+9-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
%endif
2525

2626
Name: apb
27-
Version: 1.2.6
27+
Version: 1.2.7
2828
Release: 1%{build_timestamp}%{?dist}
2929
Summary: Ansible Playbook Bundle (APB) is a lightweight application definition (meta-container).
3030

@@ -97,6 +97,14 @@ rm -rf $RPM_BUILD_ROOT
9797
%{_bindir}/apb-wrapper
9898

9999
%changelog
100+
* Fri May 04 2018 David Zager <[email protected]> 1.2.7-1
101+
- Update documentation for apb remove (#281) ([email protected])
102+
- Bug 1573714 - PoC token arg support (#258) ([email protected])
103+
- Bug 1526147 - Add instructions for alternative to apb run (#278)
104+
105+
- Bug 1572133 - Update apb remove --all -l to delete all APB images (#276)
106+
107+
100108
* Mon Apr 30 2018 David Zager <[email protected]> 1.2.6-1
101109
- Bump openshift, no max on websocket (#274) ([email protected])
102110

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="apb",
19-
version="1.2.6",
19+
version="1.2.7",
2020
description="Tooling for managing Ansible Playbook Bundle (APB) projects",
2121
author="Fusor",
2222
author_email="[email protected]",

0 commit comments

Comments
 (0)