summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-05-31 09:08:11 -0400
committerScott Dodson <sdodson@redhat.com>2017-05-31 09:08:11 -0400
commit61324060fde1435ff1c819858bb4271352458a68 (patch)
tree738195d1636324ea5879a4e3fb1d76b168462b94 /openshift-ansible.spec
parent66914e1a0bc19613e2692b94ef742385fc82a405 (diff)
downloadopenshift-61324060fde1435ff1c819858bb4271352458a68.tar.gz
openshift-61324060fde1435ff1c819858bb4271352458a68.tar.bz2
openshift-61324060fde1435ff1c819858bb4271352458a68.tar.xz
openshift-61324060fde1435ff1c819858bb4271352458a68.zip
Automatic commit of package [openshift-ansible] release [3.6.89-1].
Created by command: /usr/bin/tito tag --keep-version
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec20
1 files changed, 19 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 813cba0d7..ca98bdaa3 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -9,7 +9,7 @@
%global __requires_exclude ^/usr/bin/ansible-playbook$
Name: openshift-ansible
-Version: 3.6.86
+Version: 3.6.89
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -280,6 +280,24 @@ Atomic OpenShift Utilities includes
%changelog
+* Wed May 31 2017 Scott Dodson <sdodson@redhat.com> 3.6.89-1
+- Adding default value for openshift_hosted_logging_storage_kind
+ (ewolinet@redhat.com)
+- memory check: use GiB/MiB and adjust memtotal (lmeyer@redhat.com)
+- bool (sdodson@redhat.com)
+- Metrics: update the imagePullPolicy to be always (mwringe@redhat.com)
+- Remove typos that got reintroduced (smilner@redhat.com)
+- oc_atomic_container: Workaround for invalid json from atomic command
+ (smilner@redhat.com)
+- Remove system-package=no from container-engine install (smilner@redhat.com)
+- oc_atomic_container: Hard code system-package=no (smilner@redhat.com)
+- Updating to generate PVC when storage type is passed in as nfs
+ (ewolinet@redhat.com)
+- disable become for local actions (Mathias.Merscher@dg-i.net)
+- check for rpm version and docker image version equality only if
+ openshift_pkg_version and openshift_image_tag are not defined
+ (jchaloup@redhat.com)
+
* Tue May 30 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.86-1
- Reduce memory requirement to 2gb for fedora ci jobs (sdodson@redhat.com)
- openshift_logging: increasing *_elasticsearch_* default CPU and memory