diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebc99fd76f..deefc30f01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,73 +2,76 @@
**Topics**
-- v11\.4\.6
+- v11\.4\.7
- Release Summary
- Bugfixes
-- v11\.4\.5
+- v11\.4\.6
- Release Summary
- Bugfixes
-- v11\.4\.4
+- v11\.4\.5
- Release Summary
- Bugfixes
-- v11\.4\.3
+- v11\.4\.4
- Release Summary
- Bugfixes
-- v11\.4\.2
+- v11\.4\.3
- Release Summary
- - Minor Changes
- Bugfixes
-- v11\.4\.1
+- v11\.4\.2
- Release Summary
+ - Minor Changes
+ - Bugfixes
+- v11\.4\.1
+ - Release Summary
- Minor Changes
- Security Fixes
- - Bugfixes
-- v11\.4\.0
- - Release Summary
- - Minor Changes
- Bugfixes
-- v11\.3\.0
+- v11\.4\.0
- Release Summary
+ - Minor Changes
+ - Bugfixes
+- v11\.3\.0
+ - Release Summary
- Minor Changes
- Deprecated Features
- - Bugfixes
+ - Bugfixes
- New Plugins
- Filter
- New Modules
- v11\.2\.1
- - Release Summary
- - Bugfixes
-- v11\.2\.0
- Release Summary
+ - Bugfixes
+- v11\.2\.0
+ - Release Summary
- Minor Changes
- Deprecated Features
- - Bugfixes
+ - Bugfixes
- New Plugins
- Lookup
- New Modules
- v11\.1\.2
- - Release Summary
- - Minor Changes
- - Bugfixes
-- v11\.1\.1
- Release Summary
- - Minor Changes
+ - Minor Changes
- Bugfixes
-- v11\.1\.0
+- v11\.1\.1
- Release Summary
+ - Minor Changes
+ - Bugfixes
+- v11\.1\.0
+ - Release Summary
- Minor Changes
- Deprecated Features
- - Bugfixes
+ - Bugfixes
- New Plugins
- Callback
- New Modules
- v11\.0\.0
- - Release Summary
+ - Release Summary
- Minor Changes
- Deprecated Features
- Removed Features \(previously deprecated\)
- Security Fixes
- - Bugfixes
+ - Bugfixes
- Known Issues
- New Plugins
- Callback
@@ -79,8 +82,8 @@
- New Modules
This changelog describes changes after version 10\.0\.0\.
-
-## v11\.4\.6
+
+## v11\.4\.7
### Release Summary
@@ -90,12 +93,14 @@ Regular bugfix release\.
### Bugfixes
-* counter\_enabled callback plugin \- fix plugin not observing display\_ok\_hosts option \([https\://github\.com/ansible\-collections/community\.general/issues/3978](https\://github\.com/ansible\-collections/community\.general/issues/3978)\, [https\://github\.com/ansible\-collections/community\.general/pull/11656](https\://github\.com/ansible\-collections/community\.general/pull/11656)\)\.
-* keycloak\_authentication \- fix TypeError crash when a flow is defined without authenticationExecutions \([https\://github\.com/ansible\-collections/community\.general/issues/11547](https\://github\.com/ansible\-collections/community\.general/issues/11547)\, [https\://github\.com/ansible\-collections/community\.general/pull/11548](https\://github\.com/ansible\-collections/community\.general/pull/11548)\)\.
-* xfconf \- representation of boolean properties was not consistent between Python and xfconf\-query\, leading to broken idempotency \([https\://github\.com/ansible\-collections/community\.general/pull/11645](https\://github\.com/ansible\-collections/community\.general/pull/11645)\)\.
+* 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](https\://github\.com/ansible\-collections/community\.general/pull/11836)\)\.
+* 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/issues/4957)\, [https\://github\.com/ansible\-collections/community\.general/pull/11850](https\://github\.com/ansible\-collections/community\.general/pull/11850)\)\.
+* lvol \- fix LVM version parsing \([https\://github\.com/ansible\-collections/community\.general/issues/5445](https\://github\.com/ansible\-collections/community\.general/issues/5445)\, [https\://github\.com/ansible\-collections/community\.general/pull/11823](https\://github\.com/ansible\-collections/community\.general/pull/11823)\)\.
+* 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/issues/11699)\, [https\://github\.com/ansible\-collections/community\.general/pull/11754](https\://github\.com/ansible\-collections/community\.general/pull/11754)\)\.
+* 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/issues/888)\, [https\://github\.com/ansible\-collections/community\.general/pull/11812](https\://github\.com/ansible\-collections/community\.general/pull/11812)\)\.
-
-## v11\.4\.5
+
+## v11\.4\.6
### Release Summary
@@ -105,10 +110,12 @@ Regular bugfix release\.
### Bugfixes
-* python\_requirements\_info \- use importlib\.metadata if pkg\_resources from setuptools cannot be imported\. That module has been removed from setuptools 82\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/issues/11491](https\://github\.com/ansible\-collections/community\.general/issues/11491)\, [https\://github\.com/ansible\-collections/community\.general/pull/11492](https\://github\.com/ansible\-collections/community\.general/pull/11492)\)\.
+* counter\_enabled callback plugin \- fix plugin not observing display\_ok\_hosts option \([https\://github\.com/ansible\-collections/community\.general/issues/3978](https\://github\.com/ansible\-collections/community\.general/issues/3978)\, [https\://github\.com/ansible\-collections/community\.general/pull/11656](https\://github\.com/ansible\-collections/community\.general/pull/11656)\)\.
+* keycloak\_authentication \- fix TypeError crash when a flow is defined without authenticationExecutions \([https\://github\.com/ansible\-collections/community\.general/issues/11547](https\://github\.com/ansible\-collections/community\.general/issues/11547)\, [https\://github\.com/ansible\-collections/community\.general/pull/11548](https\://github\.com/ansible\-collections/community\.general/pull/11548)\)\.
+* xfconf \- representation of boolean properties was not consistent between Python and xfconf\-query\, leading to broken idempotency \([https\://github\.com/ansible\-collections/community\.general/pull/11645](https\://github\.com/ansible\-collections/community\.general/pull/11645)\)\.
-
-## v11\.4\.4
+
+## v11\.4\.5
### Release Summary
@@ -118,11 +125,10 @@ Regular bugfix release\.
### Bugfixes
-* cloudflare\_dns \- also allow flag\=128 for CAA records \([https\://github\.com/ansible\-collections/community\.general/issues/11355](https\://github\.com/ansible\-collections/community\.general/issues/11355)\, [https\://github\.com/ansible\-collections/community\.general/pull/11377](https\://github\.com/ansible\-collections/community\.general/pull/11377)\)\.
-* logstash\_plugin \- fix argument order when using version parameter\. The plugin name must come after options like \-\-version for the logstash\-plugin CLI to work correctly \([https\://github\.com/ansible\-collections/community\.general/issues/10745](https\://github\.com/ansible\-collections/community\.general/issues/10745)\, [https\://github\.com/ansible\-collections/community\.general/pull/11440](https\://github\.com/ansible\-collections/community\.general/pull/11440)\)\.
+* python\_requirements\_info \- use importlib\.metadata if pkg\_resources from setuptools cannot be imported\. That module has been removed from setuptools 82\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/issues/11491](https\://github\.com/ansible\-collections/community\.general/issues/11491)\, [https\://github\.com/ansible\-collections/community\.general/pull/11492](https\://github\.com/ansible\-collections/community\.general/pull/11492)\)\.
-
-## v11\.4\.3
+
+## v11\.4\.4
### Release Summary
@@ -132,6 +138,20 @@ Regular bugfix release\.
### Bugfixes
+* cloudflare\_dns \- also allow flag\=128 for CAA records \([https\://github\.com/ansible\-collections/community\.general/issues/11355](https\://github\.com/ansible\-collections/community\.general/issues/11355)\, [https\://github\.com/ansible\-collections/community\.general/pull/11377](https\://github\.com/ansible\-collections/community\.general/pull/11377)\)\.
+* logstash\_plugin \- fix argument order when using version parameter\. The plugin name must come after options like \-\-version for the logstash\-plugin CLI to work correctly \([https\://github\.com/ansible\-collections/community\.general/issues/10745](https\://github\.com/ansible\-collections/community\.general/issues/10745)\, [https\://github\.com/ansible\-collections/community\.general/pull/11440](https\://github\.com/ansible\-collections/community\.general/pull/11440)\)\.
+
+
+## v11\.4\.3
+
+
+### Release Summary
+
+Regular bugfix release\.
+
+
+### Bugfixes
+
* keycloak\_realm \- fixed crash in sanitize\_cr\(\) when realmrep was None \([https\://github\.com/ansible\-collections/community\.general/pull/11260](https\://github\.com/ansible\-collections/community\.general/pull/11260)\)\.
* listen\_ports\_facts \- fix handling of empty PID lists when command\=ss \([https\://github\.com/ansible\-collections/community\.general/pull/11332](https\://github\.com/ansible\-collections/community\.general/pull/11332)\)\.
* monit \- add delay of 0\.5 seconds after state change and check for status \([https\://github\.com/ansible\-collections/community\.general/pull/11255](https\://github\.com/ansible\-collections/community\.general/pull/11255)\)\.
@@ -140,7 +160,7 @@ Regular bugfix release\.
## v11\.4\.2
-
+
### Release Summary
Regular bugfix release\.
@@ -150,7 +170,7 @@ Regular bugfix release\.
* tss lookup plugin \- fixed AccessTokenAuthorizer initialization to include base\_url parameter for proper token authentication \([https\://github\.com/ansible\-collections/community\.general/pull/11031](https\://github\.com/ansible\-collections/community\.general/pull/11031)\)\.
-
+
### Bugfixes
* cobbler\_system \- compare the version as a float which is the type returned by the Cobbler API \([https\://github\.com/ansible\-collections/community\.general/issues/11044](https\://github\.com/ansible\-collections/community\.general/issues/11044)\)\.
@@ -163,7 +183,7 @@ Regular bugfix release\.
## v11\.4\.1
-
+
### Release Summary
Regular bugfix release\.
@@ -182,7 +202,7 @@ Regular bugfix release\.
* keycloak\_user \- the parameter credentials\[\]\.value is now marked as no\_log\=true\. Before it was logged by Ansible\, unless the task was marked as no\_log\: true\. Since this parameter can be used for passwords\, this resulted in credential leaking \([https\://github\.com/ansible\-collections/community\.general/issues/11000](https\://github\.com/ansible\-collections/community\.general/issues/11000)\, [https\://github\.com/ansible\-collections/community\.general/pull/11005](https\://github\.com/ansible\-collections/community\.general/pull/11005)\)\.
-
+
### Bugfixes
* cloudflare\_dns \- roll back changes to CAA record validation \([https\://github\.com/ansible\-collections/community\.general/issues/10934](https\://github\.com/ansible\-collections/community\.general/issues/10934)\, [https\://github\.com/ansible\-collections/community\.general/pull/10956](https\://github\.com/ansible\-collections/community\.general/pull/10956)\)\.
@@ -198,7 +218,7 @@ Regular bugfix release\.
## v11\.4\.0
-
+
### Release Summary
Regular bugfix and feature release\.
@@ -213,7 +233,7 @@ Regular bugfix and feature release\.
* keycloak\_client \- add idempotent support for optional\_client\_scopes and optional\_client\_scopes\, and ensure consistent change detection between check mode and live run \([https\://github\.com/ansible\-collections/community\.general/issues/5495](https\://github\.com/ansible\-collections/community\.general/issues/5495)\, [https\://github\.com/ansible\-collections/community\.general/pull/10842](https\://github\.com/ansible\-collections/community\.general/pull/10842)\)\.
* pipx module\_utils \- use PIPX\_USE\_EMOJI to disable emojis in the output of pipx 1\.8\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/10874](https\://github\.com/ansible\-collections/community\.general/pull/10874)\)\.
-
+
### Bugfixes
* Avoid usage of deprecated ansible\.module\_utils\.six in all code that does not have to support Python 2 \([https\://github\.com/ansible\-collections/community\.general/pull/10873](https\://github\.com/ansible\-collections/community\.general/pull/10873)\)\.
@@ -230,7 +250,7 @@ Regular bugfix and feature release\.
## v11\.3\.0
-
+
### Release Summary
Regular bugfix and feature release\.
@@ -291,7 +311,7 @@ Regular bugfix and feature release\.
* oci\_vcn \- module is deprecated and will be removed in community\.general 13\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/issues/10318](https\://github\.com/ansible\-collections/community\.general/issues/10318)\, [https\://github\.com/ansible\-collections/community\.general/pull/10652](https\://github\.com/ansible\-collections/community\.general/pull/10652)\)\.
* oracle\* doc fragments \- fragments are deprecated and will be removed in community\.general 13\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/issues/10318](https\://github\.com/ansible\-collections/community\.general/issues/10318)\, [https\://github\.com/ansible\-collections/community\.general/pull/10652](https\://github\.com/ansible\-collections/community\.general/pull/10652)\)\.
-
+
### Bugfixes
* 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/issues/10746)\, [https\://github\.com/ansible\-collections/community\.general/pull/10751](https\://github\.com/ansible\-collections/community\.general/pull/10751)\)\.
@@ -318,12 +338,12 @@ Regular bugfix and feature release\.
## v11\.2\.1
-
+
### Release Summary
Bugfix release\.
-
+
### Bugfixes
* Avoid deprecated functionality in ansible\-core 2\.20 \([https\://github\.com/ansible\-collections/community\.general/pull/10687](https\://github\.com/ansible\-collections/community\.general/pull/10687)\)\.
@@ -335,7 +355,7 @@ Bugfix release\.
## v11\.2\.0
-
+
### Release Summary
Regular bugfix and features release\.
@@ -378,7 +398,7 @@ Regular bugfix and features release\.
* github\_repo \- deprecate force\_defaults\=true \([https\://github\.com/ansible\-collections/community\.general/pull/10435](https\://github\.com/ansible\-collections/community\.general/pull/10435)\)\.
* rocketchat \- the default value for is\_pre740\, currently true\, is deprecated and will change to false in community\.general 13\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/10490](https\://github\.com/ansible\-collections/community\.general/pull/10490)\)\.
-
+
### Bugfixes
* jenkins\_plugin \- install latest compatible version instead of latest \([https\://github\.com/ansible\-collections/community\.general/issues/854](https\://github\.com/ansible\-collections/community\.general/issues/854)\, [https\://github\.com/ansible\-collections/community\.general/pull/10346](https\://github\.com/ansible\-collections/community\.general/pull/10346)\)\.
@@ -402,7 +422,7 @@ Regular bugfix and features release\.
## v11\.1\.2
-
+
### Release Summary
Bugfix release\.
@@ -541,7 +561,7 @@ Bugfix release\.
* zypper \- remove redundant constructs from argument specs \([https\://github\.com/ansible\-collections/community\.general/pull/10513](https\://github\.com/ansible\-collections/community\.general/pull/10513)\)\.
* zypper\_repository \- remove redundant constructs from argument specs \([https\://github\.com/ansible\-collections/community\.general/pull/10513](https\://github\.com/ansible\-collections/community\.general/pull/10513)\)\.
-
+
### Bugfixes
* apk \- fix check for empty/whitespace\-only package names \([https\://github\.com/ansible\-collections/community\.general/pull/10532](https\://github\.com/ansible\-collections/community\.general/pull/10532)\)\.
@@ -555,7 +575,7 @@ Bugfix release\.
## v11\.1\.1
-
+
### Release Summary
Bugfix release for the next Ansible 12 pre\-release\.
@@ -591,7 +611,7 @@ Bugfix release for the next Ansible 12 pre\-release\.
* filesystem \- remove redundant constructs from argument specs \([https\://github\.com/ansible\-collections/community\.general/pull/10494](https\://github\.com/ansible\-collections/community\.general/pull/10494)\)\.
* sysrc \- adjustments to the code \([https\://github\.com/ansible\-collections/community\.general/pull/10417](https\://github\.com/ansible\-collections/community\.general/pull/10417)\)\.
-
+
### Bugfixes
* apache2\_module \- avoid ansible\-core 2\.19 deprecation \([https\://github\.com/ansible\-collections/community\.general/pull/10459](https\://github\.com/ansible\-collections/community\.general/pull/10459)\)\.
@@ -609,7 +629,7 @@ Bugfix release for the next Ansible 12 pre\-release\.
## v11\.1\.0
-
+
### Release Summary
Regular bugfix and feature release\.
@@ -669,7 +689,7 @@ Regular bugfix and feature release\.
* catapult \- module is deprecated and will be removed in community\.general 13\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/issues/10318](https\://github\.com/ansible\-collections/community\.general/issues/10318)\, [https\://github\.com/ansible\-collections/community\.general/pull/10329](https\://github\.com/ansible\-collections/community\.general/pull/10329)\)\.
* pacemaker\_cluster \- the parameter state will become a required parameter in community\.general 12\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/10227](https\://github\.com/ansible\-collections/community\.general/pull/10227)\)\.
-
+
### Bugfixes
* dependent lookup plugin \- avoid deprecated ansible\-core 2\.19 functionality \([https\://github\.com/ansible\-collections/community\.general/pull/10359](https\://github\.com/ansible\-collections/community\.general/pull/10359)\)\.
@@ -695,7 +715,7 @@ Regular bugfix and feature release\.
## v11\.0\.0
-
+
### Release Summary
This is release 11\.0\.0 of community\.general\, released on 2025\-06\-16\.
@@ -1094,7 +1114,7 @@ This is release 11\.0\.0 of community\.general\, released on 2025\-
* keycloak\_authentication \- API calls did not properly set the priority during update resulting in incorrectly sorted authentication flows\. This apparently only affects Keycloak 25 or newer \([https\://github\.com/ansible\-collections/community\.general/pull/9263](https\://github\.com/ansible\-collections/community\.general/pull/9263)\)\.
* keycloak\_client \- Sanitize saml\.encryption\.private\.key so it does not show in the logs \([https\://github\.com/ansible\-collections/community\.general/pull/9621](https\://github\.com/ansible\-collections/community\.general/pull/9621)\)\.
-
+
### Bugfixes
* apache2\_mod\_proxy \- make compatible with Python 3 \([https\://github\.com/ansible\-collections/community\.general/pull/9762](https\://github\.com/ansible\-collections/community\.general/pull/9762)\)\.
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d62e7545bd..938aca0698 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,23 @@ Community General Release Notes
This changelog describes changes after version 10.0.0.
+v11.4.7
+=======
+
+Release Summary
+---------------
+
+Regular bugfix release.
+
+Bugfixes
+--------
+
+- 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).
+- 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).
+- lvol - fix LVM version parsing (https://github.com/ansible-collections/community.general/issues/5445, https://github.com/ansible-collections/community.general/pull/11823).
+- 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).
+- 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).
+
v11.4.6
=======
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 9b2f49417d..9602e7a7ce 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1947,3 +1947,30 @@ releases:
- 11656-counter_enabled-display_ok_hosts.yml
- keycloak-authentication-none-executions.yml
release_date: '2026-03-23'
+ 11.4.7:
+ changes:
+ bugfixes:
+ - 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).
+ - 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).
+ - lvol - fix LVM version parsing (https://github.com/ansible-collections/community.general/issues/5445,
+ https://github.com/ansible-collections/community.general/pull/11823).
+ - 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).
+ - 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).
+ release_summary: Regular bugfix release.
+ fragments:
+ - 11.4.7.yml
+ - 11754-mssql-script-params-substitution.yml
+ - 11812-sefcontext-matchpathcon-cache-flush.yml
+ - 11823-lvol-lvm-version-regex.yml
+ - 11836-fixes.yml
+ - 11850-homebrew-cask-sudo-password.yml
+ release_date: '2026-04-20'
diff --git a/changelogs/fragments/11.4.7.yml b/changelogs/fragments/11.4.7.yml
deleted file mode 100644
index 1b14bd80d1..0000000000
--- a/changelogs/fragments/11.4.7.yml
+++ /dev/null
@@ -1 +0,0 @@
-release_summary: Regular bugfix release.
diff --git a/changelogs/fragments/11754-mssql-script-params-substitution.yml b/changelogs/fragments/11754-mssql-script-params-substitution.yml
deleted file mode 100644
index 3b06a9cfd8..0000000000
--- a/changelogs/fragments/11754-mssql-script-params-substitution.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-bugfixes:
- - 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).
diff --git a/changelogs/fragments/11812-sefcontext-matchpathcon-cache-flush.yml b/changelogs/fragments/11812-sefcontext-matchpathcon-cache-flush.yml
deleted file mode 100644
index 942236daa8..0000000000
--- a/changelogs/fragments/11812-sefcontext-matchpathcon-cache-flush.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-bugfixes:
- - 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).
diff --git a/changelogs/fragments/11823-lvol-lvm-version-regex.yml b/changelogs/fragments/11823-lvol-lvm-version-regex.yml
deleted file mode 100644
index 23b08222ea..0000000000
--- a/changelogs/fragments/11823-lvol-lvm-version-regex.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - lvol - fix LVM version parsing (https://github.com/ansible-collections/community.general/issues/5445, https://github.com/ansible-collections/community.general/pull/11823).
diff --git a/changelogs/fragments/11836-fixes.yml b/changelogs/fragments/11836-fixes.yml
deleted file mode 100644
index dde79a361a..0000000000
--- a/changelogs/fragments/11836-fixes.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - "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)."
diff --git a/changelogs/fragments/11850-homebrew-cask-sudo-password.yml b/changelogs/fragments/11850-homebrew-cask-sudo-password.yml
deleted file mode 100644
index a4527645e7..0000000000
--- a/changelogs/fragments/11850-homebrew-cask-sudo-password.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-bugfixes:
- - 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).