diff options
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index c5efce9e0..ec25643e6 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.3.10-1 ./ +3.3.11-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index a5e473adb..11f18cf72 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -5,7 +5,7 @@ } Name: openshift-ansible -Version: 3.3.10 +Version: 3.3.11 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -221,6 +221,11 @@ Atomic OpenShift Utilities includes %changelog +* Mon Aug 15 2016 Troy Dawson <tdawson@redhat.com> 3.3.11-1 +- Ensure etcd user exists in etcd_server_certificates by installing etcd. + (abutcher@redhat.com) +- a-o-i: Fix broken upgrades (smunilla@redhat.com) + * Fri Aug 12 2016 Troy Dawson <tdawson@redhat.com> 3.3.10-1 - Reference tmpdir from first master hostvars when evacuating nodes. (abutcher@redhat.com) |