Skip to content

Commit 25a17e7

Browse files
committed
Release 10.7.4.
1 parent dc92cda commit 25a17e7

10 files changed

+116
-64
lines changed

CHANGELOG.md

Lines changed: 71 additions & 50 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ Community General Release Notes
66

77
This changelog describes changes after version 9.0.0.
88

9+
v10.7.4
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.general/pull/10687).
21+
- apache2_module - check the ``cgi`` module restrictions only during activation (https://github.com/ansible-collections/community.general/pull/10423).
22+
- kdeconfig - ``kwriteconfig`` executable could not be discovered automatically on systems with only ``kwriteconfig6`` installed. ``kwriteconfig6`` can now be discovered by Ansible (https://github.com/ansible-collections/community.general/issues/10746, https://github.com/ansible-collections/community.general/pull/10751).
23+
- monit - fix crash caused by an unknown status value returned from the monit service (https://github.com/ansible-collections/community.general/issues/10742, https://github.com/ansible-collections/community.general/pull/10743).
24+
- pids - prevent error when an empty string is provided for ``name`` (https://github.com/ansible-collections/community.general/issues/10672, https://github.com/ansible-collections/community.general/pull/10688).
25+
- selective callback plugin - specify ``ansible_loop_var`` instead of the explicit value ``item`` when printing task result (https://github.com/ansible-collections/community.general/pull/10752).
26+
927
v10.7.3
1028
=======
1129

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,3 +2020,30 @@ releases:
20202020
- 151-connection-paramiko.yml
20212021
- become-pipelining.yml
20222022
release_date: '2025-08-11'
2023+
10.7.4:
2024+
changes:
2025+
bugfixes:
2026+
- Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.general/pull/10687).
2027+
- apache2_module - check the ``cgi`` module restrictions only during activation
2028+
(https://github.com/ansible-collections/community.general/pull/10423).
2029+
- kdeconfig - ``kwriteconfig`` executable could not be discovered automatically
2030+
on systems with only ``kwriteconfig6`` installed. ``kwriteconfig6`` can
2031+
now be discovered by Ansible (https://github.com/ansible-collections/community.general/issues/10746,
2032+
https://github.com/ansible-collections/community.general/pull/10751).
2033+
- monit - fix crash caused by an unknown status value returned from the monit
2034+
service (https://github.com/ansible-collections/community.general/issues/10742,
2035+
https://github.com/ansible-collections/community.general/pull/10743).
2036+
- pids - prevent error when an empty string is provided for ``name`` (https://github.com/ansible-collections/community.general/issues/10672,
2037+
https://github.com/ansible-collections/community.general/pull/10688).
2038+
- selective callback plugin - specify ``ansible_loop_var`` instead of the
2039+
explicit value ``item`` when printing task result (https://github.com/ansible-collections/community.general/pull/10752).
2040+
release_summary: Regular bugfix release.
2041+
fragments:
2042+
- 10.7.4.yml
2043+
- 10423-apache_module-condition.yml
2044+
- 10687-deprecations.yml
2045+
- 10688-pids.yml
2046+
- 10743-monit-handle-unknown-status.yml
2047+
- 10751-kdeconfig-support-kwriteconfig6.yml
2048+
- 10752-selective-hardcoded-loop-var.yml
2049+
release_date: '2025-09-08'

changelogs/fragments/10.7.4.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/10423-apache_module-condition.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/10687-deprecations.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/10688-pids.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/10743-monit-handle-unknown-status.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/10751-kdeconfig-support-kwriteconfig6.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/10752-selective-hardcoded-loop-var.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)