Skip to content

Commit d481a6b

Browse files
committed
Release 9.5.8.
1 parent 7a9253e commit d481a6b

10 files changed

+119
-67
lines changed

CHANGELOG.md

Lines changed: 75 additions & 54 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 8.0.0.
88

9+
v9.5.8
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- cobbler_system - fix bug with Cobbler >= 3.4.0 caused by giving more than 2 positional arguments to ``CobblerXMLRPCInterface.get_system_handle()`` (https://github.com/ansible-collections/community.general/issues/8506, https://github.com/ansible-collections/community.general/pull/10145).
21+
- kdeconfig - allow option values beginning with a dash (https://github.com/ansible-collections/community.general/issues/10127, https://github.com/ansible-collections/community.general/pull/10128).
22+
- keycloak_user_rolemapping - fix ``--diff`` mode (https://github.com/ansible-collections/community.general/issues/10067, https://github.com/ansible-collections/community.general/pull/10075).
23+
- pickle cache plugin - avoid extra JSON serialization with ansible-core >= 2.19 (https://github.com/ansible-collections/community.general/pull/10136).
24+
- rundeck_acl_policy - ensure that project ACLs are sent to the correct endpoint (https://github.com/ansible-collections/community.general/pull/10097).
25+
- sysrc - split the output of ``sysrc -e -a`` on the first ``=`` only (https://github.com/ansible-collections/community.general/issues/10120, https://github.com/ansible-collections/community.general/pull/10121).
26+
927
v9.5.7
1028
======
1129

changelogs/changelog.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,3 +1699,29 @@ releases:
16991699
- 9987-keycloak-auth-flow-fix-config.yaml
17001700
- 9992-filtertypeerror.yml
17011701
release_date: '2025-04-21'
1702+
9.5.8:
1703+
changes:
1704+
bugfixes:
1705+
- cobbler_system - fix bug with Cobbler >= 3.4.0 caused by giving more than
1706+
2 positional arguments to ``CobblerXMLRPCInterface.get_system_handle()``
1707+
(https://github.com/ansible-collections/community.general/issues/8506, https://github.com/ansible-collections/community.general/pull/10145).
1708+
- kdeconfig - allow option values beginning with a dash (https://github.com/ansible-collections/community.general/issues/10127,
1709+
https://github.com/ansible-collections/community.general/pull/10128).
1710+
- keycloak_user_rolemapping - fix ``--diff`` mode (https://github.com/ansible-collections/community.general/issues/10067,
1711+
https://github.com/ansible-collections/community.general/pull/10075).
1712+
- pickle cache plugin - avoid extra JSON serialization with ansible-core >=
1713+
2.19 (https://github.com/ansible-collections/community.general/pull/10136).
1714+
- rundeck_acl_policy - ensure that project ACLs are sent to the correct endpoint
1715+
(https://github.com/ansible-collections/community.general/pull/10097).
1716+
- sysrc - split the output of ``sysrc -e -a`` on the first ``=`` only (https://github.com/ansible-collections/community.general/issues/10120,
1717+
https://github.com/ansible-collections/community.general/pull/10121).
1718+
release_summary: Regular bugfix release.
1719+
fragments:
1720+
- 10075-keycloak_user_rolemapping-diff.yml
1721+
- 10097-fix-rundeck_acl_policy-project-endpoint.yml
1722+
- 10121-sysrc-fix-split-first-separator.yml
1723+
- 10128-mark-end-of-options.yml
1724+
- 10136-cache-pickle-json.yml
1725+
- 10145-fix-typeerror-cobbler-xmlrpc.yml
1726+
- 9.5.8.yml
1727+
release_date: '2025-05-19'

changelogs/fragments/10075-keycloak_user_rolemapping-diff.yml

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

changelogs/fragments/10097-fix-rundeck_acl_policy-project-endpoint.yml

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

changelogs/fragments/10121-sysrc-fix-split-first-separator.yml

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

changelogs/fragments/10128-mark-end-of-options.yml

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

changelogs/fragments/10136-cache-pickle-json.yml

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

changelogs/fragments/10145-fix-typeerror-cobbler-xmlrpc.yml

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

changelogs/fragments/9.5.8.yml

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

0 commit comments

Comments
 (0)