Release 9.5.10.

This commit is contained in:
Felix Fontein 2025-07-13 21:19:27 +02:00
commit aa1920bc28
7 changed files with 116 additions and 71 deletions

View file

@ -1739,3 +1739,21 @@ releases:
- 10242-yaml.yml
- 9.5.9.yml
release_date: '2025-06-15'
9.5.10:
changes:
bugfixes:
- dependent lookup plugin - avoid deprecated ansible-core 2.19 functionality
(https://github.com/ansible-collections/community.general/pull/10359).
- icinga2 inventory plugin - avoid using deprecated option when templating
options (https://github.com/ansible-collections/community.general/pull/10271).
- 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).
- linode inventory plugin - avoid using deprecated option when templating
options (https://github.com/ansible-collections/community.general/pull/10271).
release_summary: Bugfix release with improved ansible-core 2.19 compatibility.
fragments:
- 10271--disable_lookups.yml
- 10298--keycloak-api-fix-stable9.yml
- 10359-dependent.yml
- 9.5.10.yml
release_date: '2025-07-13'