Skip to content

Commit fb6f476

Browse files
committed
Release 10.7.3.
1 parent ae041e5 commit fb6f476

19 files changed

+178
-86
lines changed

CHANGELOG.md

Lines changed: 82 additions & 47 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 9.0.0.
88

9+
v10.7.3
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- apache2_module - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
21+
- apk - fix check for empty/whitespace-only package names (https://github.com/ansible-collections/community.general/pull/10532).
22+
- apk - handle empty name strings properly (https://github.com/ansible-collections/community.general/issues/10441, https://github.com/ansible-collections/community.general/pull/10442).
23+
- capabilities - using invalid path (symlink/directory/...) returned unrelated and incoherent error messages (https://github.com/ansible-collections/community.general/issues/5649, https://github.com/ansible-collections/community.general/pull/10455).
24+
- cronvar - fix crash on missing ``cron_file`` parent directories (https://github.com/ansible-collections/community.general/issues/10460, https://github.com/ansible-collections/community.general/pull/10461).
25+
- cronvar - handle empty strings on ``value`` properly (https://github.com/ansible-collections/community.general/issues/10439, https://github.com/ansible-collections/community.general/pull/10445).
26+
- doas become plugin - disable pipelining on ansible-core 2.19+. The plugin does not work with pipelining, and since ansible-core 2.19 become plugins can indicate that they do not work with pipelining (https://github.com/ansible-collections/community.general/issues/9977, https://github.com/ansible-collections/community.general/pull/10537).
27+
- htpasswd - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
28+
- irc - pass hostname to ``wrap_socket()`` if ``use_tls=true`` and ``validate_certs=true`` (https://github.com/ansible-collections/community.general/issues/10472, https://github.com/ansible-collections/community.general/pull/10491).
29+
- json_query filter plugin - make compatible with lazy evaluation list and dictionary types of ansible-core 2.19 (https://github.com/ansible-collections/community.general/pull/10539).
30+
- listen_port_facts - avoid crash when required commands are missing (https://github.com/ansible-collections/community.general/issues/10457, https://github.com/ansible-collections/community.general/pull/10458).
31+
- machinectl become plugin - disable pipelining on ansible-core 2.19+. The plugin does not work with pipelining, and since ansible-core 2.19 become plugins can indicate that they do not work with pipelining (https://github.com/ansible-collections/community.general/pull/10537).
32+
- merge_variables lookup plugin - avoid deprecated functionality from ansible-core 2.19 (https://github.com/ansible-collections/community.general/pull/10566).
33+
- proxmox inventory plugin - avoid using deprecated option when templating options (https://github.com/ansible-collections/community.proxmox/pull/108, https://github.com/ansible-collections/community.general/pull/10553).
34+
- proxmox_pct_remote connection plugin - avoid deprecated ansible-core paramiko import helper, import paramiko directly instead (https://github.com/ansible-collections/community.proxmox/issues/146, https://github.com/ansible-collections/community.proxmox/pull/151, https://github.com/ansible-collections/community.general/pull/10553).
35+
- syspatch - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
36+
- sysrc - use ``shlex`` to improve parsing of ``sysrc -e -a`` output (https://github.com/ansible-collections/community.general/issues/10394, https://github.com/ansible-collections/community.general/pull/10400).
37+
- sysupgrade - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
38+
- wsl connection plugin - avoid deprecated ansible-core paramiko import helper, import paramiko directly instead (https://github.com/ansible-collections/community.general/issues/10515, https://github.com/ansible-collections/community.general/pull/10531).
39+
- zypper_repository - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
40+
941
v10.7.2
1042
=======
1143

changelogs/changelog.yaml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,3 +1956,67 @@ releases:
19561956
- 10359-dependent.yml
19571957
- logstash.yml
19581958
release_date: '2025-07-14'
1959+
10.7.3:
1960+
changes:
1961+
bugfixes:
1962+
- apache2_module - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
1963+
- apk - fix check for empty/whitespace-only package names (https://github.com/ansible-collections/community.general/pull/10532).
1964+
- apk - handle empty name strings properly (https://github.com/ansible-collections/community.general/issues/10441,
1965+
https://github.com/ansible-collections/community.general/pull/10442).
1966+
- capabilities - using invalid path (symlink/directory/...) returned unrelated
1967+
and incoherent error messages (https://github.com/ansible-collections/community.general/issues/5649,
1968+
https://github.com/ansible-collections/community.general/pull/10455).
1969+
- cronvar - fix crash on missing ``cron_file`` parent directories (https://github.com/ansible-collections/community.general/issues/10460,
1970+
https://github.com/ansible-collections/community.general/pull/10461).
1971+
- cronvar - handle empty strings on ``value`` properly (https://github.com/ansible-collections/community.general/issues/10439,
1972+
https://github.com/ansible-collections/community.general/pull/10445).
1973+
- doas become plugin - disable pipelining on ansible-core 2.19+. The plugin
1974+
does not work with pipelining, and since ansible-core 2.19 become plugins
1975+
can indicate that they do not work with pipelining (https://github.com/ansible-collections/community.general/issues/9977,
1976+
https://github.com/ansible-collections/community.general/pull/10537).
1977+
- htpasswd - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
1978+
- irc - pass hostname to ``wrap_socket()`` if ``use_tls=true`` and ``validate_certs=true``
1979+
(https://github.com/ansible-collections/community.general/issues/10472,
1980+
https://github.com/ansible-collections/community.general/pull/10491).
1981+
- json_query filter plugin - make compatible with lazy evaluation list and
1982+
dictionary types of ansible-core 2.19 (https://github.com/ansible-collections/community.general/pull/10539).
1983+
- listen_port_facts - avoid crash when required commands are missing (https://github.com/ansible-collections/community.general/issues/10457,
1984+
https://github.com/ansible-collections/community.general/pull/10458).
1985+
- machinectl become plugin - disable pipelining on ansible-core 2.19+. The
1986+
plugin does not work with pipelining, and since ansible-core 2.19 become
1987+
plugins can indicate that they do not work with pipelining (https://github.com/ansible-collections/community.general/pull/10537).
1988+
- merge_variables lookup plugin - avoid deprecated functionality from ansible-core
1989+
2.19 (https://github.com/ansible-collections/community.general/pull/10566).
1990+
- proxmox inventory plugin - avoid using deprecated option when templating
1991+
options (https://github.com/ansible-collections/community.proxmox/pull/108,
1992+
https://github.com/ansible-collections/community.general/pull/10553).
1993+
- proxmox_pct_remote connection plugin - avoid deprecated ansible-core paramiko
1994+
import helper, import paramiko directly instead (https://github.com/ansible-collections/community.proxmox/issues/146,
1995+
https://github.com/ansible-collections/community.proxmox/pull/151, https://github.com/ansible-collections/community.general/pull/10553).
1996+
- syspatch - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
1997+
- sysrc - use ``shlex`` to improve parsing of ``sysrc -e -a`` output (https://github.com/ansible-collections/community.general/issues/10394,
1998+
https://github.com/ansible-collections/community.general/pull/10400).
1999+
- sysupgrade - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
2000+
- wsl connection plugin - avoid deprecated ansible-core paramiko import helper,
2001+
import paramiko directly instead (https://github.com/ansible-collections/community.general/issues/10515,
2002+
https://github.com/ansible-collections/community.general/pull/10531).
2003+
- zypper_repository - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
2004+
release_summary: Regular bugfix release.
2005+
fragments:
2006+
- 10.7.3.yml
2007+
- 10400-sysrc.yml
2008+
- 10442-apk-fix-empty-names.yml
2009+
- 10445-cronvar-reject-empty-values.yml
2010+
- 10455-capabilities-improve-error-detection.yml
2011+
- 10458-listen_port_facts-prevent-type-error.yml
2012+
- 10459-deprecations.yml
2013+
- 10461-cronvar-non-existent-dir-crash-fix.yml
2014+
- 10491-irc.yml
2015+
- 10531-wsl-paramiko.yml
2016+
- 10532-apk.yml
2017+
- 10539-json_query.yml
2018+
- 10566-merge_variables.yml
2019+
- 108--disable_lookups.yml
2020+
- 151-connection-paramiko.yml
2021+
- become-pipelining.yml
2022+
release_date: '2025-08-11'

changelogs/fragments/10.7.3.yml

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

changelogs/fragments/10400-sysrc.yml

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

changelogs/fragments/10442-apk-fix-empty-names.yml

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

changelogs/fragments/10445-cronvar-reject-empty-values.yml

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

changelogs/fragments/10455-capabilities-improve-error-detection.yml

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

changelogs/fragments/10458-listen_port_facts-prevent-type-error.yml

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

changelogs/fragments/10459-deprecations.yml

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

0 commit comments

Comments
 (0)