diff options
author | Troy Dawson <tdawson@redhat.com> | 2016-08-12 08:35:51 -0500 |
---|---|---|
committer | Troy Dawson <tdawson@redhat.com> | 2016-08-12 08:35:51 -0500 |
commit | 7060379b8e9344a882678f59a3677034436c0905 (patch) | |
tree | ad11aca19e1bd19e660f30ac297645287d6bf20a | |
parent | 16fda8158107f10615bf2685eb8e7c55c1dcda04 (diff) | |
download | openshift-7060379b8e9344a882678f59a3677034436c0905.tar.gz openshift-7060379b8e9344a882678f59a3677034436c0905.tar.bz2 openshift-7060379b8e9344a882678f59a3677034436c0905.tar.xz openshift-7060379b8e9344a882678f59a3677034436c0905.zip |
Automatic commit of package [openshift-ansible] release [3.3.10-1].
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 16 |
2 files changed, 16 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index b98b0d2d5..c5efce9e0 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.3.9-1 ./ +3.3.10-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 51816cc8e..a5e473adb 100644 --- a/openshift-ansible.spec +++ b/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) |