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

@ -1830,3 +1830,37 @@ releases:
- 8263-apt_rpm-install-check.yml
- puppet_lang_force.yml
release_date: '2024-04-22'
7.5.8:
changes:
bugfixes:
- gitlab_runner - fix pagination when checking for existing runners (https://github.com/ansible-collections/community.general/pull/7790).
- keycloak_user_federation - fix diff of empty ``krbPrincipalAttribute`` (https://github.com/ansible-collections/community.general/pull/8320).
- 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).
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).
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.
'
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:
- 7.5.8.yml
- 7790-gitlab-runner-api-pagination.yml
- 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'

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