diff options
author | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-06-08 06:29:52 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-06-08 06:29:52 -0400 |
commit | 7c6d6a7e1bba389ebbeec5fd5170a8b8dff6c442 (patch) | |
tree | 18d87234cc432ffbdc74a234c244e4e59a18c78f | |
parent | 36620567381da01dff41cc772deb7c2637e6e2d3 (diff) | |
download | openshift-7c6d6a7e1bba389ebbeec5fd5170a8b8dff6c442.tar.gz openshift-7c6d6a7e1bba389ebbeec5fd5170a8b8dff6c442.tar.bz2 openshift-7c6d6a7e1bba389ebbeec5fd5170a8b8dff6c442.tar.xz openshift-7c6d6a7e1bba389ebbeec5fd5170a8b8dff6c442.zip |
Automatic commit of package [openshift-ansible] release [3.6.89.4-1].
Created by command:
/usr/bin/tito tag --accept-auto-changelog 3.6.100
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 19 |
2 files changed, 19 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index 088e7a5dd..fa94d8305 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.6.89.3-1 ./ +3.6.89.4-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index c482faf85..b1a5df312 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.89.3 +Version: 3.6.89.4 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -280,6 +280,23 @@ Atomic OpenShift Utilities includes %changelog +* Thu Jun 08 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.89.4-1 +- Guard check for container install based on openshift dictionary key + (ayoung@redhat.com) +- Separate client config removal in uninstall s.t. ansible_ssh_user is removed + from with_items. (abutcher@redhat.com) +- Remove supported/implemented barrier for registry object storage providers. + (abutcher@redhat.com) +- Add node unit file on upgrade (smilner@redhat.com) +- fix up openshift-ansible for use with 'oc cluster up' (jcantril@redhat.com) +- specify all logging index mappings for kibana (jcantril@redhat.com) +- openshift-master: set r_etcd_common_etcd_runtime (gscrivan@redhat.com) +- rename daemon.json to container-daemon.json (smilner@redhat.com) +- Updating probe timeout and exposing variable to adjust timeout in image + (ewolinet@redhat.com) +- Do not attempt to override openstack nodename (jdetiber@redhat.com) +- Update image stream to openshift/origin:2c55ade (skuznets@redhat.com) + * Wed Jun 07 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.89.3-1 - Use local openshift.master.loopback_url when generating initial master loopback kubeconfigs. (abutcher@redhat.com) |