diff options
author | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-06-14 01:38:56 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-06-14 01:38:56 -0400 |
commit | 8ab1f771de34c52b1c85493a0002ac12952a0ed5 (patch) | |
tree | 28007c1cd44d5ae81bee094a8640384bad571d33 /openshift-ansible.spec | |
parent | 3d2129db3c4b48efd1b95ff979f1bf148643802b (diff) | |
download | openshift-8ab1f771de34c52b1c85493a0002ac12952a0ed5.tar.gz openshift-8ab1f771de34c52b1c85493a0002ac12952a0ed5.tar.bz2 openshift-8ab1f771de34c52b1c85493a0002ac12952a0ed5.tar.xz openshift-8ab1f771de34c52b1c85493a0002ac12952a0ed5.zip |
Automatic commit of package [openshift-ansible] release [3.6.107-1].
Created by command:
/usr/bin/tito tag --accept-auto-changelog --use-version=3.6.107
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 914cf84ae..45a55f7d7 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.100 +Version: 3.6.107 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -280,6 +280,31 @@ Atomic OpenShift Utilities includes %changelog +* Wed Jun 14 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.6.107-1 +- Disable negative caching, set cache TTL to 1s (skuznets@redhat.com) +- Update mounts in system container installer (smilner@redhat.com) +- Set ansible retry file location (smilner@redhat.com) +- installer: add bind mount for /etc/resolv.conf (gscrivan@redhat.com) +- Making pylint happy (ewolinet@redhat.com) +- Fix possible access to undefined variable (rhcarvalho@gmail.com) +- certificates: copy the certificates for the etcd system container + (gscrivan@redhat.com) +- Separate etcd and OpenShift CA redeploy playbooks. (abutcher@redhat.com) +- lib/base: allow for results parsing on non-zero return code + (jarrpa@redhat.com) +- etcd: system container defines ETCD_(PEER_)?TRUSTED_CA_FILE + (gscrivan@redhat.com) +- etcd: unmask system container service before installing it + (gscrivan@redhat.com) +- etcd: copy previous database when migrating to system container + (gscrivan@redhat.com) +- etcd: define data dir location for the system container (gscrivan@redhat.com) +- oc_obj: set _delete() rc to 0 if err is 'not found' (jarrpa@redhat.com) +- oc_obj: only check 'items' if exists in delete (jarrpa@redhat.com) +- Removed hardocded Calico Policy Controller URL (vincent.schwarzer@yahoo.de) +- Allowing openshift_metrics to specify PV selectors and allow way to define + selectors when creating pv (ewolinet@redhat.com) + * Tue Jun 13 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.6.100-1 - Change default key for gce (hekumar@redhat.com) - set etcd working directory for embedded etcd (jchaloup@redhat.com) |