mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-23 14:31:44 -07:00
Release 9.5.10.
This commit is contained in:
parent
add153098e
commit
aa1920bc28
7 changed files with 116 additions and 71 deletions
|
@ -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'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- "icinga2 inventory plugin - avoid using deprecated option when templating options (https://github.com/ansible-collections/community.general/pull/10271)."
|
||||
- "linode inventory plugin - avoid using deprecated option when templating options (https://github.com/ansible-collections/community.general/pull/10271)."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "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)."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "dependent lookup plugin - avoid deprecated ansible-core 2.19 functionality (https://github.com/ansible-collections/community.general/pull/10359)."
|
|
@ -1 +0,0 @@
|
|||
release_summary: Bugfix release with improved ansible-core 2.19 compatibility.
|
Loading…
Add table
Add a link
Reference in a new issue