diff options
author | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-03-22 06:01:36 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-03-22 06:01:36 -0400 |
commit | 2f6c9ed897cc58a0a1cdede1e724e300e9115e45 (patch) | |
tree | 57cac4cdf58c0329a1507dcfafe8c5b79fb3fae7 | |
parent | 6721d891293a27440deaba92d5203e3a225d46b6 (diff) | |
download | openshift-2f6c9ed897cc58a0a1cdede1e724e300e9115e45.tar.gz openshift-2f6c9ed897cc58a0a1cdede1e724e300e9115e45.tar.bz2 openshift-2f6c9ed897cc58a0a1cdede1e724e300e9115e45.tar.xz openshift-2f6c9ed897cc58a0a1cdede1e724e300e9115e45.zip |
Automatic commit of package [openshift-ansible] release [3.6.6-1].
Created by command:
/usr/bin/tito tag --accept-auto-changelog
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 14 |
2 files changed, 14 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index 9e7b18195..27e445405 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.6.5-1 ./ +3.6.6-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 221740ff3..66f536bda 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.5 +Version: 3.6.6 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -270,6 +270,18 @@ Atomic OpenShift Utilities includes %changelog +* Wed Mar 22 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.6-1 +- Fix copy-pasta docstrings (rhcarvalho@gmail.com) +- Rename _ns -> node_selector (rhcarvalho@gmail.com) +- Reindent code (rhcarvalho@gmail.com) +- Update the failure methods and add required variables/functions + (tbielawa@redhat.com) +- Import the default ansible output callback on_failed methods + (tbielawa@redhat.com) +- Switched Cassandra to use certificates generated by OpenShift + (juraci@kroehling.de) +- Allow user to specify additions to ES config (jcantril@redhat.com) + * Tue Mar 21 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.5-1 - Attempt to match version of excluders to target version (sdodson@redhat.com) - Get rid of adjust.yml (sdodson@redhat.com) |