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
This commit is contained in:
Lars Vogdt 2019-05-24 22:49:38 +00:00 committed by Git OBS Bridge
parent 5aaa3058df
commit 8a731628f9
4 changed files with 33 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84a42d1e371c4222c82e575cb6961fafd3afe920d84e4b6d87affabe400be294
size 11844278

3
ansible-2.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7234dd7d89150dc5bf035bc1ec3c084a8a0699d89e1c9b06b2af6dd34b2ef3ae
size 14285827

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed May 22 14:42:42 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
- 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 <michael@stroeder.com>

View File

@ -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