Skip to content

Commit 334f8d3

Browse files
committed
Release 11.4.7.
1 parent 485b8b9 commit 334f8d3

9 files changed

Lines changed: 116 additions & 72 deletions

CHANGELOG.md

Lines changed: 72 additions & 52 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 10.0.0.
88

9+
v11.4.7
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- flatpak - support new output message when an update resulted in no action that appears on Fedora 44 (https://github.com/ansible-collections/community.general/pull/11836).
21+
- homebrew_cask - fix ``sudo_password`` failing when the password contains single quotes or other special shell characters (https://github.com/ansible-collections/community.general/issues/4957, https://github.com/ansible-collections/community.general/pull/11850).
22+
- lvol - fix LVM version parsing (https://github.com/ansible-collections/community.general/issues/5445, https://github.com/ansible-collections/community.general/pull/11823).
23+
- mssql_script - only passes ``params`` to ``cursor.execute()`` when the user actually provides them (https://github.com/ansible-collections/community.general/issues/11699, https://github.com/ansible-collections/community.general/pull/11754).
24+
- sefcontext - flush the in-process ``matchpathcon`` cache after applying changes, so subsequent tasks running in the same process (for example via the Mitogen connection plugin) see the updated SELinux file context rules instead of stale cached data (https://github.com/ansible-collections/community.general/issues/888, https://github.com/ansible-collections/community.general/pull/11812).
25+
926
v11.4.6
1027
=======
1128

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,3 +1947,30 @@ releases:
19471947
- 11656-counter_enabled-display_ok_hosts.yml
19481948
- keycloak-authentication-none-executions.yml
19491949
release_date: '2026-03-23'
1950+
11.4.7:
1951+
changes:
1952+
bugfixes:
1953+
- flatpak - support new output message when an update resulted in no action
1954+
that appears on Fedora 44 (https://github.com/ansible-collections/community.general/pull/11836).
1955+
- homebrew_cask - fix ``sudo_password`` failing when the password contains
1956+
single quotes or other special shell characters (https://github.com/ansible-collections/community.general/issues/4957,
1957+
https://github.com/ansible-collections/community.general/pull/11850).
1958+
- lvol - fix LVM version parsing (https://github.com/ansible-collections/community.general/issues/5445,
1959+
https://github.com/ansible-collections/community.general/pull/11823).
1960+
- mssql_script - only passes ``params`` to ``cursor.execute()`` when the user
1961+
actually provides them (https://github.com/ansible-collections/community.general/issues/11699,
1962+
https://github.com/ansible-collections/community.general/pull/11754).
1963+
- sefcontext - flush the in-process ``matchpathcon`` cache after applying
1964+
changes, so subsequent tasks running in the same process (for example via
1965+
the Mitogen connection plugin) see the updated SELinux file context rules
1966+
instead of stale cached data (https://github.com/ansible-collections/community.general/issues/888,
1967+
https://github.com/ansible-collections/community.general/pull/11812).
1968+
release_summary: Regular bugfix release.
1969+
fragments:
1970+
- 11.4.7.yml
1971+
- 11754-mssql-script-params-substitution.yml
1972+
- 11812-sefcontext-matchpathcon-cache-flush.yml
1973+
- 11823-lvol-lvm-version-regex.yml
1974+
- 11836-fixes.yml
1975+
- 11850-homebrew-cask-sudo-password.yml
1976+
release_date: '2026-04-20'

changelogs/fragments/11.4.7.yml

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

changelogs/fragments/11754-mssql-script-params-substitution.yml

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

changelogs/fragments/11812-sefcontext-matchpathcon-cache-flush.yml

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

changelogs/fragments/11823-lvol-lvm-version-regex.yml

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

changelogs/fragments/11836-fixes.yml

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

changelogs/fragments/11850-homebrew-cask-sudo-password.yml

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

0 commit comments

Comments
 (0)