summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-04-13 10:07:39 -0400
committerThomas Wiest <twiest@redhat.com>2015-04-13 10:07:39 -0400
commit1cb4ba976599e6e4fd18568f7dc46b58db5b4161 (patch)
tree595299e4c009dfc96db6616f4d817385824f6e0f /bin
parent874d7e26c3e25434fab2346e6b3f5548848889db (diff)
downloadopenshift-1cb4ba976599e6e4fd18568f7dc46b58db5b4161.tar.gz
openshift-1cb4ba976599e6e4fd18568f7dc46b58db5b4161.tar.bz2
openshift-1cb4ba976599e6e4fd18568f7dc46b58db5b4161.tar.xz
openshift-1cb4ba976599e6e4fd18568f7dc46b58db5b4161.zip
Automatic commit of package [openshift-ansible-bin] release [0.0.7-1].
Diffstat (limited to 'bin')
-rw-r--r--bin/openshift-ansible-bin.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/openshift-ansible-bin.spec b/bin/openshift-ansible-bin.spec
index 876bca1d7..04af4546c 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.6
+Version: 0.0.7
Release: 1%{?dist}
License: ASL 2.0
URL: https://github.com/openshift/openshift-ansible
@@ -36,6 +36,11 @@ cp -p openshift_ansible.conf.example %{buildroot}/etc/openshift_ansible/openshif
%config(noreplace) /etc/openshift_ansible/
%changelog
+* Mon Apr 13 2015 Thomas Wiest <twiest@redhat.com> 0.0.7-1
+- added the ability to run opssh and ohi on all hosts in an environment, as
+ well as all hosts of the same host-type regardless of environment
+ (twiest@redhat.com)
+- added ohi (twiest@redhat.com)
* Thu Apr 09 2015 Thomas Wiest <twiest@redhat.com> 0.0.6-1
- fixed bug where opssh would throw an exception if pssh returned a non-zero
exit code (twiest@redhat.com)