Skip to content

Commit 3653dff

Browse files
committed
Release 10.7.5.
1 parent 171a028 commit 3653dff

10 files changed

+120
-66
lines changed

CHANGELOG.md

Lines changed: 74 additions & 53 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 9.0.0.
88

9+
v10.7.5
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- 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).
21+
- 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).
22+
- keycloak_group - fixes an issue where module ignores realm when searching subgroups by name (https://github.com/ansible-collections/community.general/pull/10840).
23+
- 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).
24+
- 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).
25+
- 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).
26+
927
v10.7.4
1028
=======
1129

changelogs/changelog.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2047,3 +2047,31 @@ releases:
20472047
- 10751-kdeconfig-support-kwriteconfig6.yml
20482048
- 10752-selective-hardcoded-loop-var.yml
20492049
release_date: '2025-09-08'
2050+
10.7.5:
2051+
changes:
2052+
bugfixes:
2053+
- Avoid usage of deprecated ``ansible.module_utils.six`` in all code that
2054+
does not have to support Python 2 (https://github.com/ansible-collections/community.general/pull/10873).
2055+
- github_deploy_key - fix bug during error handling if no body was present
2056+
in the result (https://github.com/ansible-collections/community.general/issues/10853,
2057+
https://github.com/ansible-collections/community.general/pull/10857).
2058+
- keycloak_group - fixes an issue where module ignores realm when searching
2059+
subgroups by name (https://github.com/ansible-collections/community.general/pull/10840).
2060+
- keycloak_role - fixes an issue where the module incorrectly returns ``changed=true``
2061+
when using the alias ``clientId`` in composite roles (https://github.com/ansible-collections/community.general/pull/10829).
2062+
- rocketchat - fix message delivery in Rocket Chat >= 7.5.3 by forcing ``Content-Type``
2063+
header to ``application/json`` instead of the default ``application/x-www-form-urlencoded``
2064+
(https://github.com/ansible-collections/community.general/issues/10796,
2065+
https://github.com/ansible-collections/community.general/pull/10796).
2066+
- yaml cache plugin - make compatible with ansible-core 2.19 (https://github.com/ansible-collections/community.general/issues/10849,
2067+
https://github.com/ansible-collections/community.general/issues/10852).
2068+
release_summary: Regular bugfix release.
2069+
fragments:
2070+
- 10.7.5.yml
2071+
- 10796-rocketchat-force-content-type.yml
2072+
- 10829-fix-keycloak-role-changed-status.yml
2073+
- 10840-fix-keycloak-subgroup-search-realm.yml
2074+
- 10852-yaml.yml
2075+
- 10857-github_deploy_key-err.yml
2076+
- 10873-six.yml
2077+
release_date: '2025-10-06'

changelogs/fragments/10.7.5.yml

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

changelogs/fragments/10796-rocketchat-force-content-type.yml

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

changelogs/fragments/10829-fix-keycloak-role-changed-status.yml

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

changelogs/fragments/10840-fix-keycloak-subgroup-search-realm.yml

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

changelogs/fragments/10852-yaml.yml

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

changelogs/fragments/10857-github_deploy_key-err.yml

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

changelogs/fragments/10873-six.yml

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

0 commit comments

Comments
 (0)