diff options
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index c25c152df..992fe63c2 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.12 +Version: 3.6.15 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -270,6 +270,38 @@ Atomic OpenShift Utilities includes %changelog +* Tue Apr 04 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.15-1 +- Document etcd_ca_default_days in example inventories. (abutcher@redhat.com) +- Fixed a bug. Ansible requires a msg param when module.fail_json. + (kwoodson@redhat.com) + +* Sat Apr 01 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.14-1 +- Update v1.5 content (sdodson@redhat.com) +- Add v1.6 content (sdodson@redhat.com) +- Fix generated code (sdodson@redhat.com) +- bug 1432607. Allow configuration of ES log destination (jcantril@redhat.com) +- openshift_facts: install python3-dbus package on Fedora nodes. + (vsemushi@redhat.com) +- Remove kube-nfs-volumes role (mawong@redhat.com) + +* Fri Mar 31 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.13-1 +- fixed decode switch so it works on OSX (stobias@harborfreight.com) +- Wait for firewalld polkit policy to be defined (sdodson@redhat.com) +- Correct copy task to use remote source (rteague@redhat.com) +- validate and normalize inventory variables (lmeyer@redhat.com) +- Fixed spacing. (kwoodson@redhat.com) +- Fixed docs. Fixed add_resource. (kwoodson@redhat.com) +- Fixing linting for spaces. (kwoodson@redhat.com) +- Removing initial setting of metrics image prefix and version + (ewolinet@redhat.com) +- Adding clusterrole to the toolbox. (kwoodson@redhat.com) +- Fixed a bug in oc_volume. (kwoodson@redhat.com) +- Adding a few more test cases. Fixed a bug when key was empty. Safeguard + against yedit module being passed an empty key (kwoodson@redhat.com) +- Added the ability to do multiple edits (kwoodson@redhat.com) +- fix es config merge so template does not need quoting. gen then merge + (jcantril@redhat.com) + * Thu Mar 30 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.12-1 - Update example inventory files to mention certificate validity parameters. (vsemushi@redhat.com) |