Skip to content

Commit f9c620a

Browse files
committed
Release 9.5.11.
1 parent ac2704c commit f9c620a

File tree

10 files changed

+147
-81
lines changed

10 files changed

+147
-81
lines changed

CHANGELOG.md

Lines changed: 89 additions & 63 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 8.0.0.
88

9+
v9.5.11
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
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+
- 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).
22+
- htpasswd - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
23+
- 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).
24+
- 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).
25+
- 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).
26+
- merge_variables lookup plugin - avoid deprecated functionality from ansible-core 2.19 (https://github.com/ansible-collections/community.general/pull/10566).
27+
- 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).
28+
- syspatch - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
29+
- sysupgrade - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
30+
- zypper_repository - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
31+
932
v9.5.10
1033
=======
1134

changelogs/changelog.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,3 +1757,38 @@ releases:
17571757
- 10359-dependent.yml
17581758
- 9.5.10.yml
17591759
release_date: '2025-07-13'
1760+
9.5.11:
1761+
changes:
1762+
bugfixes:
1763+
- apache2_module - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
1764+
- doas become plugin - disable pipelining on ansible-core 2.19+. The plugin
1765+
does not work with pipelining, and since ansible-core 2.19 become plugins
1766+
can indicate that they do not work with pipelining (https://github.com/ansible-collections/community.general/issues/9977,
1767+
https://github.com/ansible-collections/community.general/pull/10537).
1768+
- htpasswd - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
1769+
- irc - pass hostname to ``wrap_socket()`` if ``use_tls=true`` and ``validate_certs=true``
1770+
(https://github.com/ansible-collections/community.general/issues/10472,
1771+
https://github.com/ansible-collections/community.general/pull/10491).
1772+
- json_query filter plugin - make compatible with lazy evaluation list and
1773+
dictionary types of ansible-core 2.19 (https://github.com/ansible-collections/community.general/pull/10539).
1774+
- machinectl become plugin - disable pipelining on ansible-core 2.19+. The
1775+
plugin does not work with pipelining, and since ansible-core 2.19 become
1776+
plugins can indicate that they do not work with pipelining (https://github.com/ansible-collections/community.general/pull/10537).
1777+
- merge_variables lookup plugin - avoid deprecated functionality from ansible-core
1778+
2.19 (https://github.com/ansible-collections/community.general/pull/10566).
1779+
- proxmox inventory plugin - avoid using deprecated option when templating
1780+
options (https://github.com/ansible-collections/community.proxmox/pull/108,
1781+
https://github.com/ansible-collections/community.general/pull/10553).
1782+
- syspatch - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
1783+
- sysupgrade - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
1784+
- zypper_repository - avoid ansible-core 2.19 deprecation (https://github.com/ansible-collections/community.general/pull/10459).
1785+
release_summary: Bugfix release.
1786+
fragments:
1787+
- 10459-deprecations.yml
1788+
- 10491-irc.yml
1789+
- 10539-json_query.yml
1790+
- 10566-merge_variables.yml
1791+
- 108--disable_lookups.yml
1792+
- 9.5.11.yml
1793+
- become-pipelining.yml
1794+
release_date: '2025-08-11'

changelogs/fragments/10459-deprecations.yml

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

changelogs/fragments/10491-irc.yml

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

changelogs/fragments/10539-json_query.yml

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

changelogs/fragments/10566-merge_variables.yml

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

changelogs/fragments/108--disable_lookups.yml

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

changelogs/fragments/9.5.11.yml

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

changelogs/fragments/become-pipelining.yml

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

0 commit comments

Comments
 (0)