summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-05-15 13:10:48 -0400
committerThomas Wiest <twiest@redhat.com>2015-05-15 13:10:48 -0400
commitb1eab51d5fbc9e8183d89464dfc2e64db160e0c1 (patch)
tree71585e1e5cbf47cb33b412e10e67fdb27e1f638e /bin
parent39996dcc14fcd76acfea729f43ee5de7e2e14d29 (diff)
downloadopenshift-b1eab51d5fbc9e8183d89464dfc2e64db160e0c1.tar.gz
openshift-b1eab51d5fbc9e8183d89464dfc2e64db160e0c1.tar.bz2
openshift-b1eab51d5fbc9e8183d89464dfc2e64db160e0c1.tar.xz
openshift-b1eab51d5fbc9e8183d89464dfc2e64db160e0c1.zip
Automatic commit of package [openshift-ansible-bin] release [0.0.14-1].
Diffstat (limited to 'bin')
-rw-r--r--bin/openshift-ansible-bin.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/openshift-ansible-bin.spec b/bin/openshift-ansible-bin.spec
index c7db74187..d6691ea32 100644
--- a/bin/openshift-ansible-bin.spec
+++ b/bin/openshift-ansible-bin.spec
@@ -1,6 +1,6 @@
Summary: OpenShift Ansible Scripts for working with metadata hosts
Name: openshift-ansible-bin
-Version: 0.0.13
+Version: 0.0.14
Release: 1%{?dist}
License: ASL 2.0
URL: https://github.com/openshift/openshift-ansible
@@ -36,6 +36,9 @@ cp -p openshift_ansible.conf.example %{buildroot}/etc/openshift_ansible/openshif
%config(noreplace) /etc/openshift_ansible/
%changelog
+* Fri May 15 2015 Thomas Wiest <twiest@redhat.com> 0.0.14-1
+- Command line tools import multi_ec2 as lib (kwoodson@redhat.com)
+- Adding cache location for multi ec2 (kwoodson@redhat.com)
* Thu May 07 2015 Thomas Wiest <twiest@redhat.com> 0.0.13-1
- added '-e all' to ohi and fixed pylint errors. (twiest@redhat.com)