Skip to content

Commit 13c9e1a

Browse files
committed
Automatic commit of package [apb] release [1.0.4-1].
Created by command: /usr/bin/tito tag
1 parent 8f0eece commit 13c9e1a

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.tito/packages/apb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3-1 ./
1+
1.0.4-1 ./

apb.spec

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
%endif
2525

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

@@ -98,6 +98,17 @@ rm -rf $RPM_BUILD_ROOT
9898
%{_bindir}/apb-wrapper
9999

100100
%changelog
101+
* Tue Nov 07 2017 Jason Montleon <[email protected]> 1.0.4-1
102+
- Bug 1507111 - Add docs for apb push -o (#161) ([email protected])
103+
- Bug 1507111 - Add support to push to internal openshift registry (#159)
104+
105+
- Adding re-list to remove so that the serviceclass is removed. (#160)
106+
107+
- Added bind_parameters to apb list --verbose (#157) ([email protected])
108+
- Better error handling when logged out of the cluster (#156)
109+
110+
- Added constraint on websockets (#147) ([email protected])
111+
101112
* Mon Oct 23 2017 Jason Montleon <[email protected]> 1.0.3-1
102113
- Add missing version (#153) ([email protected])
103114
- return url instead of unmodified route (#152) ([email protected])

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="apb",
9-
version="1.0.3",
9+
version="1.0.4",
1010
description="Tooling for managing Ansible Playbook Bundle (APB) projects",
1111
author="Fusor",
1212
author_email="[email protected]",

0 commit comments

Comments
 (0)