summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorTroy Dawson <tdawson@redhat.com>2016-04-11 20:47:07 -0500
committerTroy Dawson <tdawson@redhat.com>2016-04-11 20:47:07 -0500
commit1ebd068ceaf1bb10af4de149f5474327a607760f (patch)
tree4f1118cdf241220b690159c7c46b9f52a514ff98 /openshift-ansible.spec
parent71f17dedb103c546051573206a5603664286fa84 (diff)
downloadopenshift-1ebd068ceaf1bb10af4de149f5474327a607760f.tar.gz
openshift-1ebd068ceaf1bb10af4de149f5474327a607760f.tar.bz2
openshift-1ebd068ceaf1bb10af4de149f5474327a607760f.tar.xz
openshift-1ebd068ceaf1bb10af4de149f5474327a607760f.zip
Automatic commit of package [openshift-ansible] release [3.0.77-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 034c869f1..3c627ab65 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -5,7 +5,7 @@
}
Name: openshift-ansible
-Version: 3.0.76
+Version: 3.0.77
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -279,6 +279,14 @@ Atomic OpenShift Utilities includes
%changelog
+* Mon Apr 11 2016 Troy Dawson <tdawson@redhat.com> 3.0.77-1
+- Fix a docker-storage sysconfig bug. (dgoodwin@redhat.com)
+- update bootstrap-fedora to include python2-firewall for F24+
+ (maxamillion@fedoraproject.org)
+- Merge openshift_env hostvars. (abutcher@redhat.com)
+- Add openshift_hosted_facts role and remove hosted facts from
+ openshift_common. (abutcher@redhat.com)
+
* Fri Apr 08 2016 Troy Dawson <tdawson@redhat.com> 3.0.76-1
- a-o-i: Support openshift_image_tag (smunilla@redhat.com)
- Bug 1324729 - Import xPaas image streams failed during 3.2 installation