mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-07 06:34:23 -07:00
Release 3.8.5.
This commit is contained in:
parent
f7c8a89328
commit
231fae71cc
17 changed files with 79 additions and 36 deletions
|
@ -1 +0,0 @@
|
|||
release_summary: Regular bugfix release.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- homebrew_cask - fix force install operation (https://github.com/ansible-collections/community.general/issues/3703).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- vdo - fix options error (https://github.com/ansible-collections/community.general/pull/4163).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- 'gitlab_runner - use correct API endpoint to create and retrieve project level runners when using ``project`` (https://github.com/ansible-collections/community.general/pull/3965).'
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- mail callback plugin - fix crash on Python 3 (https://github.com/ansible-collections/community.general/issues/4025, https://github.com/ansible-collections/community.general/pull/4026).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- yarn - fix missing ``~`` expansion in yarn global install folder which resulted in incorrect task status (https://github.com/ansible-collections/community.general/issues/4045, https://github.com/ansible-collections/community.general/pull/4048).
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- yarn - fix incorrect handling of ``yarn list`` and ``yarn global list`` output that could result in fatal error (https://github.com/ansible-collections/community.general/pull/4050).
|
||||
- yarn - fix incorrectly reported status when installing a package globally (https://github.com/ansible-collections/community.general/issues/4045, https://github.com/ansible-collections/community.general/pull/4050).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- python_requirements_info - store ``mismatched`` return values per package as documented in the module (https://github.com/ansible-collections/community.general/pull/4078).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "dconf - skip processes that disappeared while we inspected them (https://github.com/ansible-collections/community.general/issues/4151)."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- ini_file - when removing nothing do not report changed (https://github.com/ansible-collections/community.general/issues/4154).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "yum_versionlock - fix matching of existing entries with names passed to the module. Match yum and dnf lock format (https://github.com/ansible-collections/community.general/pull/4183)."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- passwordstore lookup plugin - prevent returning path names as passwords by accident (https://github.com/ansible-collections/community.general/issues/4185, https://github.com/ansible-collections/community.general/pull/4192).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- imc_rest - fixes the module failure due to the usage of ``itertools.izip_longest`` which is not available in Python 3 (https://github.com/ansible-collections/community.general/issues/4206).
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- keycloak_user_federation - creating a user federation while specifying an
|
||||
ID (that does not exist yet) no longer fail with a 404 Not Found
|
||||
(https://github.com/ansible-collections/community.general/pull/4212).
|
||||
- keycloak_user_federation - mappers auto-created by keycloak are matched and
|
||||
merged by their name and no longer create duplicated entries
|
||||
(https://github.com/ansible-collections/community.general/pull/4212).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- passwordstore lookup plugin - fix error detection for non-English locales (https://github.com/ansible-collections/community.general/pull/4219).
|
Loading…
Add table
Add a link
Reference in a new issue