Release 7.5.8.

This commit is contained in:
Felix Fontein 2024-05-20 09:04:10 +02:00
commit adddf455fb
9 changed files with 167 additions and 92 deletions

View file

@ -1,5 +0,0 @@
release_summary: |
Regular bugfix release.
Note that this is the last regular bugfix release. From now on, the 7.x.y release train
will only receive major and security bugfixes.

View file

@ -1,8 +0,0 @@
bugfixes:
- gitlab_runner - fix pagination when checking for existing runners (https://github.com/ansible-collections/community.general/pull/7790).
minor_changes:
- gitlab_deploy_key, gitlab_group_members, gitlab_group_variable, gitlab_hook,
gitlab_instance_variable, gitlab_project_badge, gitlab_project_variable,
gitlab_user - improve API pagination and compatibility with different versions
of ``python-gitlab`` (https://github.com/ansible-collections/community.general/pull/7790).

View file

@ -1,2 +0,0 @@
bugfixes:
- keycloak_user_federation - fix diff of empty ``krbPrincipalAttribute`` (https://github.com/ansible-collections/community.general/pull/8320).

View file

@ -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).

View file

@ -1,2 +0,0 @@
bugfixes:
- "opentelemetry callback plugin - close spans always (https://github.com/ansible-collections/community.general/pull/8367)."

View file

@ -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).