Skip to content

Commit aa1920b

Browse files
committed
Release 9.5.10.
1 parent add1530 commit aa1920b

File tree

7 files changed

+113
-68
lines changed

7 files changed

+113
-68
lines changed

CHANGELOG.md

Lines changed: 79 additions & 60 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 8.0.0.
88

9+
v9.5.10
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Bugfix release with improved ansible-core 2.19 compatibility.
16+
17+
Bugfixes
18+
--------
19+
20+
- dependent lookup plugin - avoid deprecated ansible-core 2.19 functionality (https://github.com/ansible-collections/community.general/pull/10359).
21+
- icinga2 inventory plugin - avoid using deprecated option when templating options (https://github.com/ansible-collections/community.general/pull/10271).
22+
- keycloak module_utils - fix call of method which does not exist in stable-9, which was introduced by backporting 8b1a193a (https://github.com/ansible-collections/community.general/pull/10298).
23+
- linode inventory plugin - avoid using deprecated option when templating options (https://github.com/ansible-collections/community.general/pull/10271).
24+
925
v9.5.9
1026
======
1127

changelogs/changelog.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,3 +1739,21 @@ releases:
17391739
- 10242-yaml.yml
17401740
- 9.5.9.yml
17411741
release_date: '2025-06-15'
1742+
9.5.10:
1743+
changes:
1744+
bugfixes:
1745+
- dependent lookup plugin - avoid deprecated ansible-core 2.19 functionality
1746+
(https://github.com/ansible-collections/community.general/pull/10359).
1747+
- icinga2 inventory plugin - avoid using deprecated option when templating
1748+
options (https://github.com/ansible-collections/community.general/pull/10271).
1749+
- keycloak module_utils - fix call of method which does not exist in stable-9,
1750+
which was introduced by backporting 8b1a193a (https://github.com/ansible-collections/community.general/pull/10298).
1751+
- linode inventory plugin - avoid using deprecated option when templating
1752+
options (https://github.com/ansible-collections/community.general/pull/10271).
1753+
release_summary: Bugfix release with improved ansible-core 2.19 compatibility.
1754+
fragments:
1755+
- 10271--disable_lookups.yml
1756+
- 10298--keycloak-api-fix-stable9.yml
1757+
- 10359-dependent.yml
1758+
- 9.5.10.yml
1759+
release_date: '2025-07-13'

changelogs/fragments/10271--disable_lookups.yml

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

changelogs/fragments/10298--keycloak-api-fix-stable9.yml

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

changelogs/fragments/10359-dependent.yml

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

changelogs/fragments/9.5.10.yml

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

0 commit comments

Comments
 (0)