summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-01-07 08:58:50 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-01-07 08:58:50 -0500
commit42b0745b1d7a6727fa7df62afb452c67f7c8c8e6 (patch)
tree99feb93119a69e25bd632f69bf2f8b1a8f4e7001
parentd197b6343ab042e606bf890b1e360cb680108a03 (diff)
downloadopenshift-42b0745b1d7a6727fa7df62afb452c67f7c8c8e6.tar.gz
openshift-42b0745b1d7a6727fa7df62afb452c67f7c8c8e6.tar.bz2
openshift-42b0745b1d7a6727fa7df62afb452c67f7c8c8e6.tar.xz
openshift-42b0745b1d7a6727fa7df62afb452c67f7c8c8e6.zip
Automatic commit of package [openshift-ansible] release [3.0.24-1].
-rw-r--r--.tito/packages/openshift-ansible2
-rw-r--r--openshift-ansible.spec6
2 files changed, 6 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible
index 6c26d815b..f95b607a9 100644
--- a/.tito/packages/openshift-ansible
+++ b/.tito/packages/openshift-ansible
@@ -1 +1 @@
-3.0.23-1 ./
+3.0.24-1 ./
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 66b7cfd2c..eef619ede 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -5,7 +5,7 @@
}
Name: openshift-ansible
-Version: 3.0.23
+Version: 3.0.24
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -259,6 +259,10 @@ Atomic OpenShift Utilities includes
%changelog
+* Thu Jan 07 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.24-1
+- Setting relative paths in the upgrade playbooks wasn't working
+ (bleanhar@redhat.com)
+
* Wed Jan 06 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.23-1
- Move extra secret validations into openshift_facts. (abutcher@redhat.com)
- Remove not is_containerized restriction on storage plugin includes.