diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35cf90864c..11b30b41c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,48 +2,52 @@
**Topics**
-- v11\.3\.0
+- v11\.4\.0
- Release Summary
- Minor Changes
- - Deprecated Features
- Bugfixes
+- v11\.3\.0
+ - Release Summary
+ - Minor Changes
+ - Deprecated Features
+ - Bugfixes
- New Plugins
- Filter
- New Modules
- v11\.2\.1
- - Release Summary
- - Bugfixes
-- v11\.2\.0
- Release Summary
- - Minor Changes
- - Deprecated Features
- Bugfixes
+- v11\.2\.0
+ - Release Summary
+ - Minor Changes
+ - Deprecated Features
+ - Bugfixes
- New Plugins
- Lookup
- New Modules
- v11\.1\.2
- - Release Summary
- - Minor Changes
- - Bugfixes
-- v11\.1\.1
- Release Summary
- Minor Changes
- Bugfixes
-- v11\.1\.0
+- v11\.1\.1
- Release Summary
- Minor Changes
- - Deprecated Features
- Bugfixes
+- v11\.1\.0
+ - Release Summary
+ - Minor Changes
+ - Deprecated Features
+ - Bugfixes
- New Plugins
- Callback
- New Modules
- v11\.0\.0
- - Release Summary
- - Minor Changes
+ - Release Summary
+ - Minor Changes
- Deprecated Features
- Removed Features \(previously deprecated\)
- Security Fixes
- - Bugfixes
+ - Bugfixes
- Known Issues
- New Plugins
- Callback
@@ -54,8 +58,8 @@
- New Modules
This changelog describes changes after version 10\.0\.0\.
-
-## v11\.3\.0
+
+## v11\.4\.0
### Release Summary
@@ -65,6 +69,38 @@ Regular bugfix and feature release\.
### Minor Changes
+* github\_app\_access\_token lookup plugin \- add support for GitHub Enterprise Server \([https\://github\.com/ansible\-collections/community\.general/issues/10879](https\://github\.com/ansible\-collections/community\.general/issues/10879)\, [https\://github\.com/ansible\-collections/community\.general/pull/10880](https\://github\.com/ansible\-collections/community\.general/pull/10880)\)\.
+* gitlab\_group\_variable \- add description option \([https\://github\.com/ansible\-collections/community\.general/pull/10812](https\://github\.com/ansible\-collections/community\.general/pull/10812)\)\.
+* gitlab\_instance\_variable \- add description option \([https\://github\.com/ansible\-collections/community\.general/pull/10812](https\://github\.com/ansible\-collections/community\.general/pull/10812)\)\.
+* gitlab\_project\_variable \- add description option \([https\://github\.com/ansible\-collections/community\.general/pull/10812](https\://github\.com/ansible\-collections/community\.general/pull/10812)\, [https\://github\.com/ansible\-collections/community\.general/issues/8584](https\://github\.com/ansible\-collections/community\.general/issues/8584)\, [https\://github\.com/ansible\-collections/community\.general/issues/10809](https\://github\.com/ansible\-collections/community\.general/issues/10809)\)\.
+* 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)\)\.
+* gem \- fix soundness issue when uninstalling default gems on Ubuntu \([https\://github\.com/ansible\-collections/community\.general/issues/10451](https\://github\.com/ansible\-collections/community\.general/issues/10451)\, [https\://github\.com/ansible\-collections/community\.general/pull/10689](https\://github\.com/ansible\-collections/community\.general/pull/10689)\)\.
+* github\_app\_access\_token lookup plugin \- fix compatibility imports for using jwt \([https\://github\.com/ansible\-collections/community\.general/issues/10807](https\://github\.com/ansible\-collections/community\.general/issues/10807)\, [https\://github\.com/ansible\-collections/community\.general/pull/10810](https\://github\.com/ansible\-collections/community\.general/pull/10810)\)\.
+* github\_deploy\_key \- fix bug during error handling if no body was present in the result \([https\://github\.com/ansible\-collections/community\.general/issues/10853](https\://github\.com/ansible\-collections/community\.general/issues/10853)\, [https\://github\.com/ansible\-collections/community\.general/pull/10857](https\://github\.com/ansible\-collections/community\.general/pull/10857)\)\.
+* homebrew \- do not fail when cask or formula name has changed in homebrew repo \([https\://github\.com/ansible\-collections/community\.general/issues/10804](https\://github\.com/ansible\-collections/community\.general/issues/10804)\, [https\://github\.com/ansible\-collections/community\.general/pull/10805](https\://github\.com/ansible\-collections/community\.general/pull/10805)\)\.
+* keycloak\_group \- fixes an issue where module ignores realm when searching subgroups by name \([https\://github\.com/ansible\-collections/community\.general/pull/10840](https\://github\.com/ansible\-collections/community\.general/pull/10840)\)\.
+* keycloak\_role \- fixes an issue where the module incorrectly returns changed\=true when using the alias clientId in composite roles \([https\://github\.com/ansible\-collections/community\.general/pull/10829](https\://github\.com/ansible\-collections/community\.general/pull/10829)\)\.
+* parted \- variable is a list\, not text \([https\://github\.com/ansible\-collections/community\.general/pull/10823](https\://github\.com/ansible\-collections/community\.general/pull/10823)\, [https\://github\.com/ansible\-collections/community\.general/issues/10817](https\://github\.com/ansible\-collections/community\.general/issues/10817)\)\.
+* rocketchat \- fix message delivery in Rocket Chat \>\= 7\.5\.3 by forcing Content\-Type header to application/json instead of the default application/x\-www\-form\-urlencoded \([https\://github\.com/ansible\-collections/community\.general/issues/10796](https\://github\.com/ansible\-collections/community\.general/issues/10796)\, [https\://github\.com/ansible\-collections/community\.general/pull/10796](https\://github\.com/ansible\-collections/community\.general/pull/10796)\)\.
+* yaml cache plugin \- make compatible with ansible\-core 2\.19 \([https\://github\.com/ansible\-collections/community\.general/issues/10849](https\://github\.com/ansible\-collections/community\.general/issues/10849)\, [https\://github\.com/ansible\-collections/community\.general/issues/10852](https\://github\.com/ansible\-collections/community\.general/issues/10852)\)\.
+
+
+## v11\.3\.0
+
+
+### Release Summary
+
+Regular bugfix and feature release\.
+
+
+### Minor Changes
+
* android\_sdk \- minor refactor to improve readability \([https\://github\.com/ansible\-collections/community\.general/pull/10712](https\://github\.com/ansible\-collections/community\.general/pull/10712)\)\.
* django module utils \- simplify/consolidate the common settings for the command line \([https\://github\.com/ansible\-collections/community\.general/pull/10684](https\://github\.com/ansible\-collections/community\.general/pull/10684)\)\.
* django\_check \- rename parameter database to databases\, add alias for compatibility \([https\://github\.com/ansible\-collections/community\.general/pull/10700](https\://github\.com/ansible\-collections/community\.general/pull/10700)\)\.
@@ -118,7 +154,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)\)\.
@@ -145,12 +181,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)\)\.
@@ -162,12 +198,12 @@ Bugfix release\.
## v11\.2\.0
-
+
### Release Summary
Regular bugfix and features release\.
-
+
### Minor Changes
* apk \- using safer mechanism to run external command \([https\://github\.com/ansible\-collections/community\.general/issues/10479](https\://github\.com/ansible\-collections/community\.general/issues/10479)\, [https\://github\.com/ansible\-collections/community\.general/pull/10520](https\://github\.com/ansible\-collections/community\.general/pull/10520)\)\.
@@ -205,7 +241,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)\)\.
@@ -229,12 +265,12 @@ Regular bugfix and features release\.
## v11\.1\.2
-
+
### Release Summary
Bugfix release\.
-
+
### Minor Changes
* gem \- remove redundant constructs from argument specs \([https\://github\.com/ansible\-collections/community\.general/pull/10505](https\://github\.com/ansible\-collections/community\.general/pull/10505)\)\.
@@ -368,7 +404,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)\)\.
@@ -382,12 +418,12 @@ Bugfix release\.
## v11\.1\.1
-
+
### Release Summary
Bugfix release for the next Ansible 12 pre\-release\.
-
+
### Minor Changes
* aerospike\_migrations \- remove redundant constructs from argument specs \([https\://github\.com/ansible\-collections/community\.general/pull/10494](https\://github\.com/ansible\-collections/community\.general/pull/10494)\)\.
@@ -418,7 +454,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)\)\.
@@ -436,12 +472,12 @@ Bugfix release for the next Ansible 12 pre\-release\.
## v11\.1\.0
-
+
### Release Summary
Regular bugfix and feature release\.
-
+
### Minor Changes
* cloudflare\_dns \- adds support for PTR records \([https\://github\.com/ansible\-collections/community\.general/pull/10267](https\://github\.com/ansible\-collections/community\.general/pull/10267)\)\.
@@ -496,7 +532,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)\)\.
@@ -522,12 +558,12 @@ Regular bugfix and feature release\.
## v11\.0\.0
-
+
### Release Summary
This is release 11\.0\.0 of community\.general\, released on 2025\-06\-16\.
-
+
### Minor Changes
* CmdRunner module utils \- the convenience method cmd\_runner\_fmt\.as\_fixed\(\) now accepts multiple arguments as a list \([https\://github\.com/ansible\-collections/community\.general/pull/9893](https\://github\.com/ansible\-collections/community\.general/pull/9893)\)\.
@@ -921,7 +957,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 d1a3914b03..52b7ca83d0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,38 @@ Community General Release Notes
This changelog describes changes after version 10.0.0.
+v11.4.0
+=======
+
+Release Summary
+---------------
+
+Regular bugfix and feature release.
+
+Minor Changes
+-------------
+
+- github_app_access_token lookup plugin - add support for GitHub Enterprise Server (https://github.com/ansible-collections/community.general/issues/10879, https://github.com/ansible-collections/community.general/pull/10880).
+- gitlab_group_variable - add ``description`` option (https://github.com/ansible-collections/community.general/pull/10812).
+- gitlab_instance_variable - add ``description`` option (https://github.com/ansible-collections/community.general/pull/10812).
+- gitlab_project_variable - add ``description`` option (https://github.com/ansible-collections/community.general/pull/10812, https://github.com/ansible-collections/community.general/issues/8584, https://github.com/ansible-collections/community.general/issues/10809).
+- 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/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).
+
+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).
+- gem - fix soundness issue when uninstalling default gems on Ubuntu (https://github.com/ansible-collections/community.general/issues/10451, https://github.com/ansible-collections/community.general/pull/10689).
+- github_app_access_token lookup plugin - fix compatibility imports for using jwt (https://github.com/ansible-collections/community.general/issues/10807, https://github.com/ansible-collections/community.general/pull/10810).
+- github_deploy_key - fix bug during error handling if no body was present in the result (https://github.com/ansible-collections/community.general/issues/10853, https://github.com/ansible-collections/community.general/pull/10857).
+- homebrew - do not fail when cask or formula name has changed in homebrew repo (https://github.com/ansible-collections/community.general/issues/10804, https://github.com/ansible-collections/community.general/pull/10805).
+- keycloak_group - fixes an issue where module ignores realm when searching subgroups by name (https://github.com/ansible-collections/community.general/pull/10840).
+- keycloak_role - fixes an issue where the module incorrectly returns ``changed=true`` when using the alias ``clientId`` in composite roles (https://github.com/ansible-collections/community.general/pull/10829).
+- parted - variable is a list, not text (https://github.com/ansible-collections/community.general/pull/10823, https://github.com/ansible-collections/community.general/issues/10817).
+- rocketchat - fix message delivery in Rocket Chat >= 7.5.3 by forcing ``Content-Type`` header to ``application/json`` instead of the default ``application/x-www-form-urlencoded`` (https://github.com/ansible-collections/community.general/issues/10796, https://github.com/ansible-collections/community.general/pull/10796).
+- yaml cache plugin - make compatible with ansible-core 2.19 (https://github.com/ansible-collections/community.general/issues/10849, https://github.com/ansible-collections/community.general/issues/10852).
+
v11.3.0
=======
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 08cc926428..b9ec36af50 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1739,3 +1739,63 @@ releases:
name: to_yaml
namespace: null
release_date: '2025-09-08'
+ 11.4.0:
+ changes:
+ 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).
+ - gem - fix soundness issue when uninstalling default gems on Ubuntu (https://github.com/ansible-collections/community.general/issues/10451,
+ https://github.com/ansible-collections/community.general/pull/10689).
+ - github_app_access_token lookup plugin - fix compatibility imports for using
+ jwt (https://github.com/ansible-collections/community.general/issues/10807,
+ https://github.com/ansible-collections/community.general/pull/10810).
+ - github_deploy_key - fix bug during error handling if no body was present
+ in the result (https://github.com/ansible-collections/community.general/issues/10853,
+ https://github.com/ansible-collections/community.general/pull/10857).
+ - homebrew - do not fail when cask or formula name has changed in homebrew
+ repo (https://github.com/ansible-collections/community.general/issues/10804,
+ https://github.com/ansible-collections/community.general/pull/10805).
+ - keycloak_group - fixes an issue where module ignores realm when searching
+ subgroups by name (https://github.com/ansible-collections/community.general/pull/10840).
+ - keycloak_role - fixes an issue where the module incorrectly returns ``changed=true``
+ when using the alias ``clientId`` in composite roles (https://github.com/ansible-collections/community.general/pull/10829).
+ - parted - variable is a list, not text (https://github.com/ansible-collections/community.general/pull/10823,
+ https://github.com/ansible-collections/community.general/issues/10817).
+ - rocketchat - fix message delivery in Rocket Chat >= 7.5.3 by forcing ``Content-Type``
+ header to ``application/json`` instead of the default ``application/x-www-form-urlencoded``
+ (https://github.com/ansible-collections/community.general/issues/10796,
+ https://github.com/ansible-collections/community.general/pull/10796).
+ - yaml cache plugin - make compatible with ansible-core 2.19 (https://github.com/ansible-collections/community.general/issues/10849,
+ https://github.com/ansible-collections/community.general/issues/10852).
+ minor_changes:
+ - github_app_access_token lookup plugin - add support for GitHub Enterprise
+ Server (https://github.com/ansible-collections/community.general/issues/10879,
+ https://github.com/ansible-collections/community.general/pull/10880).
+ - gitlab_group_variable - add ``description`` option (https://github.com/ansible-collections/community.general/pull/10812).
+ - gitlab_instance_variable - add ``description`` option (https://github.com/ansible-collections/community.general/pull/10812).
+ - gitlab_project_variable - add ``description`` option (https://github.com/ansible-collections/community.general/pull/10812,
+ https://github.com/ansible-collections/community.general/issues/8584, https://github.com/ansible-collections/community.general/issues/10809).
+ - 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/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).
+ release_summary: Regular bugfix and feature release.
+ fragments:
+ - 10689-gem-prevent-soundness-issue.yml
+ - 10796-rocketchat-force-content-type.yml
+ - 10805-homebrew-support-old-names.yml
+ - 10810-github_app_access_token-jwt.yml
+ - 10812-gitlab-variable-add-description.yml
+ - 10823-parted-fail-json-command.yml
+ - 10829-fix-keycloak-role-changed-status.yml
+ - 10840-fix-keycloak-subgroup-search-realm.yml
+ - 10842-keycloak-client-scope-support.yml
+ - 10852-yaml.yml
+ - 10857-github_deploy_key-err.yml
+ - 10873-six.yml
+ - 10874-pipx-180.yml
+ - 10880-github_app_access_token-lookup.yml
+ - 11.4.0.yml
+ release_date: '2025-10-06'
diff --git a/changelogs/fragments/10689-gem-prevent-soundness-issue.yml b/changelogs/fragments/10689-gem-prevent-soundness-issue.yml
deleted file mode 100644
index a55dba1ea1..0000000000
--- a/changelogs/fragments/10689-gem-prevent-soundness-issue.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - "gem - fix soundness issue when uninstalling default gems on Ubuntu (https://github.com/ansible-collections/community.general/issues/10451, https://github.com/ansible-collections/community.general/pull/10689)."
\ No newline at end of file
diff --git a/changelogs/fragments/10796-rocketchat-force-content-type.yml b/changelogs/fragments/10796-rocketchat-force-content-type.yml
deleted file mode 100644
index 96ca116e62..0000000000
--- a/changelogs/fragments/10796-rocketchat-force-content-type.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - rocketchat - fix message delivery in Rocket Chat >= 7.5.3 by forcing ``Content-Type`` header to ``application/json`` instead of the default ``application/x-www-form-urlencoded`` (https://github.com/ansible-collections/community.general/issues/10796, https://github.com/ansible-collections/community.general/pull/10796).
diff --git a/changelogs/fragments/10805-homebrew-support-old-names.yml b/changelogs/fragments/10805-homebrew-support-old-names.yml
deleted file mode 100644
index 43d5a1c8bf..0000000000
--- a/changelogs/fragments/10805-homebrew-support-old-names.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - homebrew - do not fail when cask or formula name has changed in homebrew repo (https://github.com/ansible-collections/community.general/issues/10804, https://github.com/ansible-collections/community.general/pull/10805).
\ No newline at end of file
diff --git a/changelogs/fragments/10810-github_app_access_token-jwt.yml b/changelogs/fragments/10810-github_app_access_token-jwt.yml
deleted file mode 100644
index 804ab9fbaa..0000000000
--- a/changelogs/fragments/10810-github_app_access_token-jwt.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - "github_app_access_token lookup plugin - fix compatibility imports for using jwt (https://github.com/ansible-collections/community.general/issues/10807, https://github.com/ansible-collections/community.general/pull/10810)."
diff --git a/changelogs/fragments/10812-gitlab-variable-add-description.yml b/changelogs/fragments/10812-gitlab-variable-add-description.yml
deleted file mode 100644
index 1de0405aff..0000000000
--- a/changelogs/fragments/10812-gitlab-variable-add-description.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-minor_changes:
- - gitlab_group_variable - add ``description`` option (https://github.com/ansible-collections/community.general/pull/10812).
- - gitlab_instance_variable - add ``description`` option (https://github.com/ansible-collections/community.general/pull/10812).
- - gitlab_project_variable - add ``description`` option (https://github.com/ansible-collections/community.general/pull/10812, https://github.com/ansible-collections/community.general/issues/8584, https://github.com/ansible-collections/community.general/issues/10809).
diff --git a/changelogs/fragments/10823-parted-fail-json-command.yml b/changelogs/fragments/10823-parted-fail-json-command.yml
deleted file mode 100644
index 8a52be589e..0000000000
--- a/changelogs/fragments/10823-parted-fail-json-command.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - parted - variable is a list, not text (https://github.com/ansible-collections/community.general/pull/10823, https://github.com/ansible-collections/community.general/issues/10817).
diff --git a/changelogs/fragments/10829-fix-keycloak-role-changed-status.yml b/changelogs/fragments/10829-fix-keycloak-role-changed-status.yml
deleted file mode 100644
index 8fd05ec182..0000000000
--- a/changelogs/fragments/10829-fix-keycloak-role-changed-status.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - keycloak_role - fixes an issue where the module incorrectly returns ``changed=true`` when using the alias ``clientId`` in composite roles (https://github.com/ansible-collections/community.general/pull/10829).
\ No newline at end of file
diff --git a/changelogs/fragments/10840-fix-keycloak-subgroup-search-realm.yml b/changelogs/fragments/10840-fix-keycloak-subgroup-search-realm.yml
deleted file mode 100644
index 3b7818ee3e..0000000000
--- a/changelogs/fragments/10840-fix-keycloak-subgroup-search-realm.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - keycloak_group - fixes an issue where module ignores realm when searching subgroups by name (https://github.com/ansible-collections/community.general/pull/10840).
\ No newline at end of file
diff --git a/changelogs/fragments/10842-keycloak-client-scope-support.yml b/changelogs/fragments/10842-keycloak-client-scope-support.yml
deleted file mode 100644
index 80266fa43b..0000000000
--- a/changelogs/fragments/10842-keycloak-client-scope-support.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-minor_changes:
- - 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/pull/10842).
\ No newline at end of file
diff --git a/changelogs/fragments/10852-yaml.yml b/changelogs/fragments/10852-yaml.yml
deleted file mode 100644
index 1319b94ab5..0000000000
--- a/changelogs/fragments/10852-yaml.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - "yaml cache plugin - make compatible with ansible-core 2.19 (https://github.com/ansible-collections/community.general/issues/10849, https://github.com/ansible-collections/community.general/issues/10852)."
diff --git a/changelogs/fragments/10857-github_deploy_key-err.yml b/changelogs/fragments/10857-github_deploy_key-err.yml
deleted file mode 100644
index 58bac31c5e..0000000000
--- a/changelogs/fragments/10857-github_deploy_key-err.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - "github_deploy_key - fix bug during error handling if no body was present in the result (https://github.com/ansible-collections/community.general/issues/10853, https://github.com/ansible-collections/community.general/pull/10857)."
diff --git a/changelogs/fragments/10873-six.yml b/changelogs/fragments/10873-six.yml
deleted file mode 100644
index d9ea201520..0000000000
--- a/changelogs/fragments/10873-six.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-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)."
diff --git a/changelogs/fragments/10874-pipx-180.yml b/changelogs/fragments/10874-pipx-180.yml
deleted file mode 100644
index dd776827e8..0000000000
--- a/changelogs/fragments/10874-pipx-180.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-minor_changes:
- - 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).
diff --git a/changelogs/fragments/10880-github_app_access_token-lookup.yml b/changelogs/fragments/10880-github_app_access_token-lookup.yml
deleted file mode 100644
index b3c9503d59..0000000000
--- a/changelogs/fragments/10880-github_app_access_token-lookup.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-minor_changes:
- - "github_app_access_token lookup plugin - add support for GitHub Enterprise Server (https://github.com/ansible-collections/community.general/issues/10879, https://github.com/ansible-collections/community.general/pull/10880)."
diff --git a/changelogs/fragments/11.4.0.yml b/changelogs/fragments/11.4.0.yml
deleted file mode 100644
index 4b1469c9fe..0000000000
--- a/changelogs/fragments/11.4.0.yml
+++ /dev/null
@@ -1 +0,0 @@
-release_summary: Regular bugfix and feature release.