mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Release 8.6.1.
This commit is contained in:
@@ -1432,3 +1432,26 @@ releases:
|
||||
name: keycloak_client_rolescope
|
||||
namespace: ''
|
||||
release_date: '2024-04-22'
|
||||
8.6.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- keycloak_user_federation - fix diff of empty ``krbPrincipalAttribute`` (https://github.com/ansible-collections/community.general/pull/8320).
|
||||
- 'merge_variables lookup plugin - fixing cross host merge: providing access
|
||||
to foreign hosts variables to the perspective of the host that is performing
|
||||
the merge (https://github.com/ansible-collections/community.general/pull/8303).'
|
||||
- opentelemetry callback plugin - close spans always (https://github.com/ansible-collections/community.general/pull/8367).
|
||||
- opentelemetry callback plugin - honour the ``disable_logs`` option to avoid
|
||||
storing task results since they are not used regardless (https://github.com/ansible-collections/community.general/pull/8373).
|
||||
release_summary: Regular bugfix release.
|
||||
security_fixes:
|
||||
- keycloak_identity_provider - the client secret was not correctly sanitized
|
||||
by the module. The return values ``proposed``, ``existing``, and ``end_state``,
|
||||
as well as the diff, did contain the client secret unmasked (https://github.com/ansible-collections/community.general/pull/8355).
|
||||
fragments:
|
||||
- 8.6.1.yml
|
||||
- 8303-fix-rendering-foreign-variables.yaml
|
||||
- 8320-keycloak_user_federation-fix-diff-krbPrincipalAttribute.yaml
|
||||
- 8355-keycloak-idp-sanitize.yaml
|
||||
- 8367-fix-close-span-if-no-logs.yaml
|
||||
- 8373-honour-disable-logs.yaml
|
||||
release_date: '2024-05-20'
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Regular bugfix release.
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "merge_variables lookup plugin - fixing cross host merge: providing access to foreign hosts variables to the perspective of the host that is performing the merge (https://github.com/ansible-collections/community.general/pull/8303)."
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- keycloak_user_federation - fix diff of empty ``krbPrincipalAttribute`` (https://github.com/ansible-collections/community.general/pull/8320).
|
||||
@@ -1,2 +0,0 @@
|
||||
security_fixes:
|
||||
- keycloak_identity_provider - the client secret was not correctly sanitized by the module. The return values ``proposed``, ``existing``, and ``end_state``, as well as the diff, did contain the client secret unmasked (https://github.com/ansible-collections/community.general/pull/8355).
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "opentelemetry callback plugin - close spans always (https://github.com/ansible-collections/community.general/pull/8367)."
|
||||
@@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- opentelemetry callback plugin - honour the ``disable_logs`` option to avoid storing task results since they are not used regardless (https://github.com/ansible-collections/community.general/pull/8373).
|
||||
|
||||
Reference in New Issue
Block a user