summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins CD Merge Bot <tdawson@redhat.com>2017-03-18 06:01:04 -0400
committerJenkins CD Merge Bot <tdawson@redhat.com>2017-03-18 06:01:04 -0400
commitb6aa824eb212ff968cc4b925bb32c05ef2ebd61d (patch)
treee88de03c4ac68cfd5115d5035c491b02312cb8af
parentcd56448dae931dc5c270f8090b7ba25cc6833805 (diff)
downloadopenshift-b6aa824eb212ff968cc4b925bb32c05ef2ebd61d.tar.gz
openshift-b6aa824eb212ff968cc4b925bb32c05ef2ebd61d.tar.bz2
openshift-b6aa824eb212ff968cc4b925bb32c05ef2ebd61d.tar.xz
openshift-b6aa824eb212ff968cc4b925bb32c05ef2ebd61d.zip
Automatic commit of package [openshift-ansible] release [3.6.4-1].
Created by command: /usr/bin/tito tag --accept-auto-changelog
-rw-r--r--.tito/packages/openshift-ansible2
-rw-r--r--openshift-ansible.spec10
2 files changed, 10 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible
index 339add87b..83ad0900b 100644
--- a/.tito/packages/openshift-ansible
+++ b/.tito/packages/openshift-ansible
@@ -1 +1 @@
-3.6.3-1 ./
+3.6.4-1 ./
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 0cc66d48c..6945c52ce 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -9,7 +9,7 @@
%global __requires_exclude ^/usr/bin/ansible-playbook$
Name: openshift-ansible
-Version: 3.6.3
+Version: 3.6.4
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -270,6 +270,14 @@ Atomic OpenShift Utilities includes
%changelog
+* Sat Mar 18 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.4-1
+- Cherry picking from #3689 (ewolinet@redhat.com)
+- Moving projects task within openshift_hosted (rteague@redhat.com)
+- Refactor openshift_projects role (rteague@redhat.com)
+- Add unit tests for existing health checks (rhcarvalho@gmail.com)
+- Do not update when properties when not passed. (kwoodson@redhat.com)
+- change shell to bash in generate_jks.sh (l@lmello.eu.org)
+
* Fri Mar 17 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.3-1
- enable docker excluder since the time it is installed (jchaloup@redhat.com)