diff options
author | Troy Dawson <tdawson@redhat.com> | 2016-04-27 15:27:02 -0500 |
---|---|---|
committer | Troy Dawson <tdawson@redhat.com> | 2016-04-27 15:27:02 -0500 |
commit | 7f67d5dbe872d40afbd00dcaab7f85f41a06910e (patch) | |
tree | ff16c3f86d8c8fc03bb6abe18bc7c2cd2f6cf612 | |
parent | 4c1f13667f68b48572ba24860781e8a6aad19027 (diff) | |
download | openshift-7f67d5dbe872d40afbd00dcaab7f85f41a06910e.tar.gz openshift-7f67d5dbe872d40afbd00dcaab7f85f41a06910e.tar.bz2 openshift-7f67d5dbe872d40afbd00dcaab7f85f41a06910e.tar.xz openshift-7f67d5dbe872d40afbd00dcaab7f85f41a06910e.zip |
Automatic commit of package [openshift-ansible] release [3.0.87-1].
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index 6b52f6030..67ff60a4a 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.0.86-1 ./ +3.0.87-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 7f812c364..57cc726b5 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -5,7 +5,7 @@ } Name: openshift-ansible -Version: 3.0.86 +Version: 3.0.87 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -183,6 +183,14 @@ Atomic OpenShift Utilities includes %changelog +* Wed Apr 27 2016 Troy Dawson <tdawson@redhat.com> 3.0.87-1 +- a-o-i-: Allow empty proxy (smunilla@redhat.com) +- a-o-i: Populate groups for openshift_facts (smunilla@redhat.com) +- Replace sudo with become when accessing deployment_vars. + (abutcher@redhat.com) +- Port lookup plugins to ansible v2. (abutcher@redhat.com) +- Add masterConfig.volumeConfig.dynamicProvisioningEnabled (sdodson@redhat.com) + * Tue Apr 26 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.86-1 - Don't set empty HTTP_PROXY, HTTPS_PROXY, NO_PROXY values (sdodson@redhat.com) - a-o-i tests: Update attended tests for proxy (smunilla@redhat.com) |