summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorTroy Dawson <tdawson@redhat.com>2016-04-27 15:27:02 -0500
committerTroy Dawson <tdawson@redhat.com>2016-04-27 15:27:02 -0500
commit7f67d5dbe872d40afbd00dcaab7f85f41a06910e (patch)
treeff16c3f86d8c8fc03bb6abe18bc7c2cd2f6cf612 /openshift-ansible.spec
parent4c1f13667f68b48572ba24860781e8a6aad19027 (diff)
downloadopenshift-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].
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec10
1 files changed, 9 insertions, 1 deletions
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)