Browse Source

Automatic commit of package [openshift-ansible] release [3.3.10-1].

Troy Dawson 8 years ago
parent
commit
7060379b8e
2 changed files with 16 additions and 2 deletions
  1. 1 1
      .tito/packages/openshift-ansible
  2. 15 1
      openshift-ansible.spec

+ 1 - 1
.tito/packages/openshift-ansible

@@ -1 +1 @@
-3.3.9-1 ./
+3.3.10-1 ./

+ 15 - 1
openshift-ansible.spec

@@ -5,7 +5,7 @@
 }
 
 Name:           openshift-ansible
-Version:        3.3.9
+Version:        3.3.10
 Release:        1%{?dist}
 Summary:        Openshift and Atomic Enterprise Ansible
 License:        ASL 2.0
@@ -221,6 +221,20 @@ Atomic OpenShift Utilities includes
 
 
 %changelog
+* 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)
+- Support for redeploying certificates. (abutcher@redhat.com)
+- qps typo (deads@redhat.com)
+- a-o-i: Automatically Label Nodes as Infra (smunilla@redhat.com)
+- Improvements for Docker 1.10+ upgrade image nuking. (dgoodwin@redhat.com)
+- a-o-i: Restrict installed host check (smunilla@redhat.com)
+- Shutdown Docker before upgrading the rpm. (dgoodwin@redhat.com)
+- Restrict the middleware stanza contains 'registry' and 'storage' at least on
+  3.3 (ghuang@redhat.com)
+- docker-registry's middleware stanza should contain 'registry' and 'storage'
+  by default (ghuang@redhat.com)
+
 * Wed Aug 10 2016 Troy Dawson <tdawson@redhat.com> 3.3.9-1
 - Enable 'NoVolumeZoneConflict' policy for scheduler (abutcher@redhat.com)
 - a-o-i: Update nosetests for ansible_ssh_user (smunilla@redhat.com)