diff --git a/ansible-2.6.4.tar.gz b/ansible-2.6.4.tar.gz deleted file mode 100644 index 25df805..0000000 --- a/ansible-2.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e06b795372fd7a6d0b46b8f105497fb637fbd323f5aec1d8e51fd60cd98047e1 -size 10751810 diff --git a/ansible-2.7.0.tar.gz b/ansible-2.7.0.tar.gz new file mode 100644 index 0000000..a4fa9bd --- /dev/null +++ b/ansible-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ab8e0f13e79a20661ad6546f45a142afeaeb664deb2c290e32362d8ae5b618 +size 11773769 diff --git a/ansible.changes b/ansible.changes index 79eb121..4479685 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Oct 08 06:09:05 UTC 2018 - sean@suspend.net + +- update to 2.7.0 + Major changes: + * Allow config to enable native jinja types + * Remove support for simplejson + * yum and dnf modules now at feature parity + + Minor changes: + * Changed the prefix of all Vultr modules from vr to vultr + * Enable installroot tests for yum4(dnf) integration testing, dnf backend now supports that + * Fixed timer in exponential backoff algorithm in vmware.py + + Bugfixes: + * Security Fix - avoid loading host/group vars from cwd when not specifying a playbook or playbook base dir + * Security Fix - avoid using ansible.cfg in a world writable dir + * Some connection exception would cause no_log specified on a task to be ignored (stdout info disclosure) + * Fix glob path of rc.d (SUSE-specific) + * Fix lambda_policy updates + * Fix alt linux detection/matching + ------------------------------------------------------------------- Tue Sep 11 09:29:01 UTC 2018 - lars@linux-schulserver.de diff --git a/ansible.spec b/ansible.spec index dcb5509..907eb79 100644 --- a/ansible.spec +++ b/ansible.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -36,7 +36,7 @@ BuildArch: noarch %endif Name: ansible -Version: 2.6.4 +Version: 2.7.0 Release: 0 Summary: Software automation engine License: GPL-3.0-or-later