|
|
|
|
@@ -1,98 +1,22 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 16 06:42:28 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
Mon May 26 12:43:54 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2.18.7:
|
|
|
|
|
* Minor Changes
|
|
|
|
|
- ansible-test - Add RHEL 10.0 as a remote platform for
|
|
|
|
|
testing.
|
|
|
|
|
* Bugfixes
|
|
|
|
|
- ansible-doc will no longer ignore docs for modules without an
|
|
|
|
|
extension (#85279).
|
|
|
|
|
- ansible-pull change detection will now work independently of
|
|
|
|
|
callback or result format settings.
|
|
|
|
|
- ansible-test - Fix Python relative import resolution from
|
|
|
|
|
__init__.py files when using change detection.
|
|
|
|
|
- dnf5 - handle all libdnf5 specific exceptions (#84634)
|
|
|
|
|
- meta - avoid traceback when retrieving the meta task name
|
|
|
|
|
(#85367).
|
|
|
|
|
- password lookup - fix acquiring the lock when human-readable
|
|
|
|
|
FileExistsError error message is not English.
|
|
|
|
|
- user - Set timeout for passphrase interaction.
|
|
|
|
|
- user - Update prompt for SSH key passphrase (#84484).
|
|
|
|
|
- Extend suse-distribution-fix.patch:
|
|
|
|
|
* Also detect VARIANT_ID='sles-sap' as SLES_SAP
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 26 13:03:25 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>
|
|
|
|
|
Tue May 20 10:18:01 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>
|
|
|
|
|
|
|
|
|
|
- Add missing dependency on python311-rpm required by package_facts
|
|
|
|
|
(#1243193)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 22 13:59:15 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>
|
|
|
|
|
|
|
|
|
|
- Add patch suse-distribution-fix.patch to fix distribution.py
|
|
|
|
|
to identify the correct distribution for server-sap and micro
|
|
|
|
|
(#PED-12643)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 20 04:53:37 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- update to 2.18.6:
|
|
|
|
|
* Minor Changes
|
|
|
|
|
- ansible-test - Use the -t option to set the stop timeout when
|
|
|
|
|
stopping a container. This avoids use of the --time option which
|
|
|
|
|
was deprecated in Docker v28.0.
|
|
|
|
|
* Bugfixes
|
|
|
|
|
- Ansible will now ensure predictable permissions on remote
|
|
|
|
|
artifacts, until now it only ensured executable and relied on
|
|
|
|
|
system masks for the rest.
|
|
|
|
|
- ansible-doc - fix indentation for first line of descriptions of
|
|
|
|
|
suboptions and sub-return values (#84690).
|
|
|
|
|
- ansible-doc - fix line wrapping for first line of description of
|
|
|
|
|
options and return values (#84690).
|
|
|
|
|
- dnf5 - avoid generating excessive transaction entries in the
|
|
|
|
|
dnf5 history (#85046)
|
|
|
|
|
- dnf5 - when bugfix and/or security is specified, skip packages
|
|
|
|
|
that do not have any such updates, even for new versions of
|
|
|
|
|
libdnf5 where this functionality changed and it is considered
|
|
|
|
|
failure
|
|
|
|
|
- script - Fix up become support for Windows scripts when become
|
|
|
|
|
was set through host variables and not on the task directly -
|
|
|
|
|
#85076
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 19 09:51:23 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>
|
|
|
|
|
|
|
|
|
|
- Add missing dependency on python311-rpm required by package_facts
|
|
|
|
|
(#1243193)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 24 06:56:16 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- update to 2.18.5:
|
|
|
|
|
* Bugfixes
|
|
|
|
|
- build - Pin wheel in pyproject.toml to ensure compatibility
|
|
|
|
|
with supported setuptools versions.
|
|
|
|
|
- dnf5 - Handle forwarded exceptions from dnf5-5.2.13 where a
|
|
|
|
|
generic RuntimeError was previously raised
|
|
|
|
|
- find - skip ENOENT error code while recursively enumerating
|
|
|
|
|
files. find module will now be tolerant to race conditions
|
|
|
|
|
that remove files or directories from the target it is
|
|
|
|
|
currently inspecting. (#84873).
|
|
|
|
|
- gather_facts action, will now add setup when 'smart' appears
|
|
|
|
|
with other modules in the FACTS_MODULES setting (#84750).
|
|
|
|
|
- uri - Form location correctly when the server returns a
|
|
|
|
|
relative redirect (#84540)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 25 20:40:33 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- update to 2.18.4:
|
|
|
|
|
* Bugfixes
|
|
|
|
|
- Windows - add support for running on system where WDAC is in
|
|
|
|
|
audit mode with Dynamic Code Security enabled.
|
|
|
|
|
- dnf5 - fix is_installed check for packages that are not
|
|
|
|
|
installed but listed as provided by an installed package
|
|
|
|
|
(#84578)
|
|
|
|
|
- dnf5 - libdnf5 - use conf.pkg_gpgcheck instead of deprecated
|
|
|
|
|
conf.gpgcheck which is used only as a fallback
|
|
|
|
|
- facts - gather pagesize and calculate respective values
|
|
|
|
|
depending upon architecture (#84773).
|
|
|
|
|
- module respawn - limit to supported Python versions
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 7 08:09:45 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>
|
|
|
|
|
|
|
|
|
|
|