Changelog for
ansible-8.4.0-2.1.noarch.rpm :
* Wed Sep 13 2023 Johannes Kastl
- update to 8.4.0: Ansible 8.4.0 includes ansible-core 2.15.4 as well as a curated set of Ansible collections that provide a vast number of modules and plugins. Collections which have opted-in to being a part of the Ansible 8 unified changelog will have an entry on this page: https://github.com/ansible-community/ ansible-build-data/blob/main/8/CHANGELOG-v8.rst
* Tue Sep 12 2023 Johannes Kastl - update to 8.3.0: Ansible 8.3.0 includes ansible-core 2.15.3 as well as a curated set of Ansible collections that provide a vast number of modules and plugins. Collections which have opted-in to being a part of the Ansible 8 unified changelog will have an entry on this page: https://github.com/ansible-community/ ansible-build-data/blob/main/8/CHANGELOG-v8.rst
* Wed Jul 19 2023 Johannes Kastl - update to 8.2.0: Ansible 8.2.0 includes ansible-core 2.15.2 as well as a curated set of Ansible collections that provide a vast number of modules and plugins. Collections which have opted-in to being a part of the Ansible 8 unified changelog will have an entry on this page: https://github.com/ansible-community/ ansible-build-data/blob/main/8/CHANGELOG-v8.rst
* Fri Jun 23 2023 Johannes Kastl - update to 8.1.0: Ansible 8.1.0 includes ansible-core 2.15.1 as well as a curated set of Ansible collections that provide a vast number of modules and plugins. Collections which have opted-in to being a part of the Ansible 8 unified changelog will have an entry on this page: https://github.com/ansible-community/ ansible-build-data/blob/main/8/CHANGELOG-v8.rst
* Wed May 31 2023 Johannes Kastl - update to 8.0.0 Ansible 8.0.0 includes ansible-core 2.15.0 as well as a curated set of Ansible collections that provide a vast number of modules and plugins. Collections which have opted-in to being a part of the Ansible 8 unified changelog will have an entry on this page: https://github.com/ansible-community/ ansible-build-data/blob/main/8/CHANGELOG-v8.rst
* Tue May 23 2023 Johannes Kastl - update to 7.6.0 Ansible 7.6.0 includes ansible-core 2.14.6 as well as a curated set of Ansible collections that provide a vast number of modules and plugins. Collections which have opted-in to being a part of the Ansible 7 unified changelog will have an entry on this page: https://github.com/ansible-community/ ansible-build-data/blob/main/7/CHANGELOG-v7.rst
* Sun May 14 2023 Johannes Kastl - modify %if-condition to allow building for python3.10 or python3.11 on SLES15
* Fri May 05 2023 Johannes Kastl - change python version on Leap15/SLES15 to python3.11 to use the new stack supported by SUSE
* Wed Apr 26 2023 Johannes Kastl - update to 7.5.0: Ansible 7.5.0 includes ansible-core 2.14.5 as well as a curated set of Ansible collections that provide a vast number of modules and plugins. Collections which have opted-in to being a part of the Ansible 7 unified changelog will have an entry on this page: https://github.com/ansible-community/ ansible-build-data/blob/main/7/CHANGELOG-v7.rst
* Wed Mar 29 2023 Johannes Kastl - update to 7.4.0: Ansible 7.4.0 will include ansible-core 2.14.4 as well as a curated set of Ansible collections to provide a vast number of modules and plugins. Collections which have opted-in to being a part of the Ansible 7 unified changelog will have an entry on this page: https://github.com/ansible-community/ ansible-build-data/blob/main/7/CHANGELOG-v7.rst
* Tue Feb 28 2023 Johannes Kastl - update to 7.3.0: Ansible 7.3.0 will include ansible-core 2.14.3 as well as a curated set of Ansible collections to provide a vast number of modules and plugins.
* Thu Feb 02 2023 Johannes Kastl - update to 7.2.0: Ansible 7.2.0 will include ansible-core 2.14.2 as well as a curated set of Ansible collections to provide a vast number of modules and plugins.
* Thu Jan 12 2023 Johannes Kastl - do no longer remove ./ansible_collections/lowlydba/sqlserver/ as the powershell shebang is ignored and no longer causing issues
* Sun Dec 18 2022 Johannes Kastl - disable automatic generation of RPM dependencies from files in collections The files are not meant to be executed on the Ansible controller (i.e. the machine where this package is being installed), but rather on the targets that get modified. So e.g. python2 is not needed as a dependency on the ansible controller- do no longer change shebangs in files from collections
* Thu Dec 08 2022 Johannes Kastl - update to 7.1.0: Ansible 7.1.0 will include ansible-core 2.14.1 as well as a curated set of Ansible collections to provide a vast number of modules and plugins.
* Fri Nov 25 2022 Johannes Kastl - rework spec file to define %ansible_python version, which is the python version, that ansible is built against, as well as %ansible_python_sitelib and %ansible_python_executable
* Wed Nov 23 2022 Johannes Kastl - update to 7.0.0: Ansible 7.0.0 will include ansible-core 2.14.0 as well as a curated set of Ansible collections to provide a vast number of modules and plugins. This is a major version update from Ansible 6.x which included ansible-core 2.13 and there may be backwards incompatibilities in the core playbook language.
* What\'s new in Ansible 7 - Ansible 7 requires Python 3.9 on the controller, same as ansible-core 2.14. - Variables are now evaluated lazily; only when they are actually used. For example, in ansible-core 2.14 an expression ``{{ defined_variable or undefined_variable }}`` does not fail on ``undefined_variable`` if the first part of ``or`` is evaluated to ``True`` as it is not needed to evaluate the second part.
* Collections added to Ansible 7: - ibm.spectrum_virtualize (version 1.9.0) - inspur.ispim (version 1.0.1) - purestorage.fusion (version 1.1.1) - vultr.cloud (version 1.1.0)
* The previously deprecated servicenow.servicenow collection has been removed.
* NOTE: Read the full Ansible 7 porting guide at https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/porting_guides/porting_guide_7.rst for complete details. - The changelog for ansible-core 2.14 installed by this release of ansible is available here: https://github.com/ansible/ansible/blob/stable-2.14/changelogs/CHANGELOG-v2.14.rst - Collections which have opted into being a part of the Ansible-7 unified changelog will have an entry on this page: https://github.com/ansible-community/ansible-build-data/blob/main/7/CHANGELOG-v7.rst
* Wed Nov 16 2022 Johannes Kastl - remove lowlydba.sqlserver collection as rpmlint throws errors due to powershell: \"E: wrong-script-interpreter (Badness: 490) [...]/ansible_collections/lowlydba/sqlserver/plugins/modules/restore.ps1 powershell\"
* Tue Nov 15 2022 Johannes Kastl - update to 6.6.0: Ansible 6.6.0 will include ansible-core 2.13.6 as well as a curated set of Ansible collections to provide a vast number of modules and plugins.
* The changelog for ansible-core 2.13 installed by this release of ansible is available here: https://github.com/ansible/ansible/blob/stable-2.13/changelogs/CHANGELOG-v2.13.rst
* Collections which have opted into being a part of the Ansible-6 unified changelog will have an entry on this page: https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst
* Thu Oct 13 2022 Johannes Kastl - update to 6.5.0: Ansible 6.5.0 will include ansible-core 2.13.5 as well as a curated set of Ansible collections to provide a vast number of modules and plugins.
* The changelog for ansible-core 2.13 installed by this release of ansible is available here: https://github.com/ansible/ansible/blob/stable-2.13/changelogs/CHANGELOG-v2.13.rst
* Collections which have opted into being a part of the Ansible-6 unified changelog will have an entry on this page: https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst
* Sun Sep 25 2022 Johannes Kastl - update to 6.4.0: Ansible 6.4.0 will include ansible-core 2.13.4 as well as a curated set of Ansible collections to provide a vast number of modules and plugins.
* The changelog for ansible-core 2.13 installed by this release of ansible is available here: https://github.com/ansible/ansible/blob/stable-2.13/changelogs/CHANGELOG-v2.13.rst
* Collections which have opted into being a part of the Ansible-6 unified changelog will have an entry on this page: https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst
* Wed Sep 07 2022 Johannes Kastl - update to 6.3.0:
* Ansible 6.3.0 will include ansible-core 2.13.3 as well as a curated set of Ansible collections to provide a vast number of modules and plugins.
* The changelog for ansible-core 2.13 installed by this release of ansible is available here: https://github.com/ansible/ansible/blob/stable-2.13/changelogs/CHANGELOG-v2.13.rst
* Collections which have opted into being a part of the Ansible-6 unified changelog will have an entry on this page: https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst
* Wed Sep 07 2022 Johannes Kastl - update to 6.2.0:
* Ansible 6.2.0 will include ansible-core 2.13.2 as well as a curated set of Ansible collections to provide a vast number of modules and plugins.
* The changelog for ansible-core 2.13 installed by this release of ansible is available here: https://github.com/ansible/ansible/blob/stable-2.13/changelogs/CHANGELOG-v2.13.rst
* Collections which have opted into being a part of the Ansible-6 unified changelog will have an entry on this page: https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst
* Wed Jul 20 2022 Johannes Kastl - BREAKING CHANGE: use this package for the ansible release made by the ansible community. This requires ansible-core, which will contain the actual ansible binar- rework ansible-rpmlintrc file to only use the filters we need - most of the errors are handled inside the %build section
* Tue Dec 14 2021 Pablo Suárez Hernández - Require python macros for building
* Mon Oct 11 2021 Michael Ströder - update to 2.9.27
* Tue Sep 14 2021 Michael Ströder - update to 2.9.26
* Tue Aug 17 2021 Michael Ströder - Update to 2.9.25
* Tue Jul 20 2021 Michael Ströder - update to 2.9.24 maintenance release containing numerous bugfixes
* Mon Jul 12 2021 Steve Kowalik - If building with Python 3, change the shebang of the test scripts shipped in ansible-test to be /usr/bin/python3.
* Thu Jun 24 2021 Michael Ströder - recommend installation of python-selinux (boo#1187531)
* Tue Jun 22 2021 Michael Ströder - Update to 2.9.23, bug-fix release with security fix:
* templating engine fix for not preserving unsafe status when trying to preserve newlines. CVE-2021-3583
* Wed Jun 02 2021 Stefan Seyfried - update to 2.9.22
* Tue May 04 2021 Michael Ströder - update to 2.9.21
* Fri Apr 16 2021 Alexander Graul - Drop python-coverage run-time requirement from openSUSE/SLE
* Fri Apr 16 2021 Alexander Graul - Switch to python3-cryptography in openSUSE/SLE
* Tue Apr 13 2021 Michael Ströder - update to version 2.9.20 maintenance release containing numerous bugfixes
* Tue Mar 16 2021 Michael Ströder - update to version 2.9.19 with minor changes and a few bug fixes
* Fri Feb 19 2021 Michael Ströder - update to version 2.9.18
* CVE-2021-20228 where default and fallback values for no_log parameters to modules were not previously masked.
* CVE-2021-20178 where several parameters to the snmp_facts module were logged and displayed despite containing sensitive information.
* CVE-2021-20180 where several parameters to the bitbucket_pipeline_variable were logged and displayed despite containing sensitive information.
* CVE-2021-20191 which addresses a number of modules whose parameters were logged and displayed despite containing sensitive information. For the full list of affected modules, refer to the changelog linked below.
* Tue Jan 19 2021 Michael Ströder - update to version 2.9.17 with minor changes and a few bug fixes
* Tue Dec 15 2020 Michael Ströder - update to version 2.9.16 with minor changes and many bug fixes
* Tue Nov 03 2020 Michael Ströder - update to version 2.9.15 with following breaking change:
* ansible-galaxy login command has been removed
* Tue Oct 06 2020 Michael Ströder - update to version 2.9.14 with many small improvements and bug fixes, most notably:
* kubectl - connection plugin now redact kubectl_token and kubectl_password in console log (CVE-2020-1753).- avoid trailing comments after %endif
* Tue Sep 01 2020 Michael Ströder - update to version 2.9.13 with many bug fixes, most notably:
* A security issue was addressed in the \"dnf\" module, which previously did not check GPG signatures of packages.
* A bug in the \"cron\" module was fixed. In some cases prior to this fix, the module would inadvertently remove cron entries.- removed obsolete fix-cron-regression-71207.patch
* Wed Aug 12 2020 Michael Ströder - added fix-cron-regression-71207.patch
* Tue Aug 11 2020 Michael Ströder - update to version 2.9.12 with many bug fixes, most notably the following security fixes:
* security issue - copy - Redact the value of the no_log \'content\' parameter in the result\'s invocation.module_args in check mode. Previously when used with check mode and with \'-vvv\', the module would not censor the content if a change would be made to the destination path. (CVE-2020-14332)
* security issue atomic_move - change default permissions when creating temporary files so they are not world readable (https://github.com/ansible/ansible/issues/67794) (CVE-2020-1736)
* Fix warning for default permission change when no mode is specified. Follow up to https://github.com/ansible/ansible/issues/67794. (CVE-2020-1736)
* Sanitize no_log values from any response keys that might be returned from the uri module (CVE-2020-14330).
* reset logging level to INFO due to CVE-2019-14846.
* Tue Jul 21 2020 Michael Ströder - update to version 2.9.11 with many bug fixes- removed ansible_bugfix_640.diff obsoleted by upstream update
* Mon Jul 13 2020 Andrey Karepin - added ansible_bugfix_640.diff to fix gh#ansible-collections/community.general#640
* Mon Jun 22 2020 Michael Ströder - update to version 2.9.10 with many bug fixes.- removed CVE-2020-1744_avoid_mkdir_p.patch obsoleted by upstream update
* Thu May 28 2020 Matej Cepl - Correct ID of CVE and rename the patch to CVE-2020-1744_avoid_mkdir_p.patch
* Tue May 26 2020 Matej Cepl - Add CVE-2020-1733_avoid_mkdir_p.patch to fix CVE-2020-1733 (bsc#1164140)- Add metadata information to this file to mark which SUSE bugzilla have been already fixed.
* Tue May 12 2020 Michael Ströder - update to version 2.9.9
* fix for a regression introduced in 2.9.8
* Tue May 12 2020 Michael Ströder - update to version 2.9.8 maintenance release containing numerous bugfixes
* Fri Apr 17 2020 Michael Ströder - update to version 2.9.7 with many bug fixes, especially for these security issues: - bsc#1164140 CVE-2020-1733 - insecure temporary directory when running become_user from become directive - bsc#1164139 CVE-2020-1734 shell enabled by default in a pipe lookup plugin subprocess - bsc#1164137 CVE-2020-1735 - path injection on dest parameter in fetch module - bsc#1164134 CVE-2020-1736 atomic_move primitive sets permissive permissions - bsc#1164138 CVE-2020-1737 - Extract-Zip function in win_unzip module does not check extracted path - bsc#1164136 CVE-2020-1738 module package can be selected by the ansible facts - bsc#1164133 CVE-2020-1739 - svn module leaks password when specified as a parameter - bsc#1164135 CVE-2020-1740 - secrets readable after ansible-vault edit - bsc#1165393 CVE-2020-1746 - information disclosure issue in ldap_attr and ldap_entry modules - bsc#1166389 CVE-2020-1753 - kubectl connection plugin leaks sensitive information - bsc#1167532 CVE-2020-10684 - code injection when using ansible_facts as a subkey - bsc#1167440 CVE-2020-10685 - modules which use files encrypted with vault are not properly cleaned up - CVE-2020-10691 - archive traversal vulnerability in ansible-galaxy collection install [2]
* Mon Apr 06 2020 larsAATTlinux-schulserver.de - 2.9.6- create missing (empty) template and files directories for \'ansible-galaxy init\' during package build (fixes boo#1137479)- require python-xml on python 2 systems (boo#1142542)
* Thu Mar 05 2020 Michael Ströder - update to version 2.9.6 (maintenance release) including these security issues: - bsc#1171162 CVE-2020-10729 two random password lookups in same task return same value
* Thu Feb 13 2020 Michael Ströder - update to version 2.9.5 (maintenance release)
* Tue Jan 28 2020 Michael Ströder - update to version 2.9.4 (maintenance release) - fix in yum module - security fixes: - bsc#1157968 CVE-2019-14904 vulnerability in solaris_zone module via crafted solaris zone - bsc#1157969 CVE-2019-14905 malicious code could craft filename in nxos_file_copy module
* Thu Jan 16 2020 Michael Ströder - update to version 2.9.3 (maintenance release)
* security fixes - CVE-2019-14904 (solaris_zone module) (boo#1157968) - CVE-2019-14905 (nxos_file_copy module) (boo#1157969)
* various bugfixes