From 8a731628f998c07a047cebdff39983e7e5f4d6d8 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Fri, 24 May 2019 22:49:38 +0000 Subject: [PATCH] Accepting request 705080 from home:tux93:branches:systemsmanagement Update to v2.8.0 OBS-URL: https://build.opensuse.org/request/show/705080 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=140 --- ansible-2.7.10.tar.gz | 3 --- ansible-2.8.0.tar.gz | 3 +++ ansible.changes | 28 ++++++++++++++++++++++++++++ ansible.spec | 4 ++-- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 ansible-2.7.10.tar.gz create mode 100644 ansible-2.8.0.tar.gz diff --git a/ansible-2.7.10.tar.gz b/ansible-2.7.10.tar.gz deleted file mode 100644 index c4ab5ae..0000000 --- a/ansible-2.7.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84a42d1e371c4222c82e575cb6961fafd3afe920d84e4b6d87affabe400be294 -size 11844278 diff --git a/ansible-2.8.0.tar.gz b/ansible-2.8.0.tar.gz new file mode 100644 index 0000000..410a636 --- /dev/null +++ b/ansible-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7234dd7d89150dc5bf035bc1ec3c084a8a0699d89e1c9b06b2af6dd34b2ef3ae +size 14285827 diff --git a/ansible.changes b/ansible.changes index e5972a3..8803fab 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 22 14:42:42 UTC 2019 - Marcel Kuehlhorn + +- Update to version 2.8.0 + Major changes: + * Experimental support for Ansible Collections and content namespacing - + Ansible content can now be packaged in a collection and addressed via + namespaces. This allows for easier sharing, distribution, and installation + of bundled modules/roles/plugins, and consistent rules for accessing + specific content via namespaces. + * Python interpreter discovery - The first time a Python module runs on a + target, Ansible will attempt to discover the proper default Python + interpreter to use for the target platform/version (instead of immediately + defaulting to /usr/bin/python). You can override this behavior by + setting ansible_python_interpreter or via config. + (see https://github.com/ansible/ansible/pull/50163) + * become - The deprecated CLI arguments for --sudo, --sudo-user, + --ask-sudo-pass, -su, --su-user, and --ask-su-pass have been removed, in + favor of the more generic --become, --become-user, --become-method, and + --ask-become-pass. + * become - become functionality has been migrated to a plugin architecture, + to allow customization of become functionality and 3rd party become methods + (https://github.com/ansible/ansible/pull/50991) +- addresses CVE-2018-16859, CVE-2018-16876, CVE-2019-3828, CVE-2018-16837 + +For the full changelog see /usr/share/doc/packages/ansible/changelogs or online: +https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v2.8.rst + ------------------------------------------------------------------- Thu Apr 4 17:22:58 UTC 2019 - Michael Ströder diff --git a/ansible.spec b/ansible.spec index ee1070c..6f0a83b 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.7.10 +Version: 2.8.0 Release: 0 Summary: Software automation engine License: GPL-3.0-or-later