summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins CD Merge Bot <tdawson@redhat.com>2017-03-16 21:22:53 -0400
committerJenkins CD Merge Bot <tdawson@redhat.com>2017-03-16 21:22:53 -0400
commitc73bb3aa5b2b28ddbdf48f9735b5afa1b8228cd6 (patch)
treeb79ea11936981e7b44b42d9ed58933d438e97804
parentbf69e6ac42b15f033016051270723b5990d956f0 (diff)
downloadopenshift-c73bb3aa5b2b28ddbdf48f9735b5afa1b8228cd6.tar.gz
openshift-c73bb3aa5b2b28ddbdf48f9735b5afa1b8228cd6.tar.bz2
openshift-c73bb3aa5b2b28ddbdf48f9735b5afa1b8228cd6.tar.xz
openshift-c73bb3aa5b2b28ddbdf48f9735b5afa1b8228cd6.zip
Automatic commit of package [openshift-ansible] release [3.6.2-1].
Created by command: /usr/bin/tito tag --accept-auto-changelog
-rw-r--r--.tito/packages/openshift-ansible2
-rw-r--r--openshift-ansible.spec8
2 files changed, 8 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible
index e612a8982..b242e04b6 100644
--- a/.tito/packages/openshift-ansible
+++ b/.tito/packages/openshift-ansible
@@ -1 +1 @@
-3.6.1-1 ./
+3.6.2-1 ./
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index f87c0bada..85b683105 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.1
+Version: 3.6.2
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -270,6 +270,12 @@ Atomic OpenShift Utilities includes
%changelog
+* Thu Mar 16 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.2-1
+- enable excluders during node/master scaling up (jchaloup@redhat.com)
+- Fixing variable naming for 35 scoping. (kwoodson@redhat.com)
+- Fix get_router_replicas infrastructure node count. (abutcher@redhat.com)
+- Fix containerized openvswitch race (sdodson@redhat.com)
+
* Thu Mar 16 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.1-1
- Bump version to 3.6.0 (smunilla@redhat.com)
- Improve CONTRIBUTING guide with testing tricks (rhcarvalho@gmail.com)