Skip to content

Commit adddf45

Browse files
committed
Release 7.5.8.
1 parent 0e3d9e1 commit adddf45

9 files changed

+164
-89
lines changed

CHANGELOG.md

Lines changed: 101 additions & 67 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,35 @@ Community General Release Notes
66

77
This changelog describes changes after version 6.0.0.
88

9+
v7.5.8
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Note that this is the last regular bugfix release. From now on, the 7.x.y release train
18+
will only receive major and security bugfixes.
19+
20+
Minor Changes
21+
-------------
22+
23+
- 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).
24+
25+
Security Fixes
26+
--------------
27+
28+
- 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).
29+
30+
Bugfixes
31+
--------
32+
33+
- gitlab_runner - fix pagination when checking for existing runners (https://github.com/ansible-collections/community.general/pull/7790).
34+
- keycloak_user_federation - fix diff of empty ``krbPrincipalAttribute`` (https://github.com/ansible-collections/community.general/pull/8320).
35+
- opentelemetry callback plugin - close spans always (https://github.com/ansible-collections/community.general/pull/8367).
36+
- 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).
37+
938
v7.5.7
1039
======
1140

changelogs/changelog.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,3 +1830,37 @@ releases:
18301830
- 8263-apt_rpm-install-check.yml
18311831
- puppet_lang_force.yml
18321832
release_date: '2024-04-22'
1833+
7.5.8:
1834+
changes:
1835+
bugfixes:
1836+
- gitlab_runner - fix pagination when checking for existing runners (https://github.com/ansible-collections/community.general/pull/7790).
1837+
- keycloak_user_federation - fix diff of empty ``krbPrincipalAttribute`` (https://github.com/ansible-collections/community.general/pull/8320).
1838+
- opentelemetry callback plugin - close spans always (https://github.com/ansible-collections/community.general/pull/8367).
1839+
- opentelemetry callback plugin - honour the ``disable_logs`` option to avoid
1840+
storing task results since they are not used regardless (https://github.com/ansible-collections/community.general/pull/8373).
1841+
minor_changes:
1842+
- gitlab_deploy_key, gitlab_group_members, gitlab_group_variable, gitlab_hook,
1843+
gitlab_instance_variable, gitlab_project_badge, gitlab_project_variable, gitlab_user
1844+
- improve API pagination and compatibility with different versions of ``python-gitlab``
1845+
(https://github.com/ansible-collections/community.general/pull/7790).
1846+
release_summary: 'Regular bugfix release.
1847+
1848+
1849+
Note that this is the last regular bugfix release. From now on, the 7.x.y
1850+
release train
1851+
1852+
will only receive major and security bugfixes.
1853+
1854+
'
1855+
security_fixes:
1856+
- keycloak_identity_provider - the client secret was not correctly sanitized
1857+
by the module. The return values ``proposed``, ``existing``, and ``end_state``,
1858+
as well as the diff, did contain the client secret unmasked (https://github.com/ansible-collections/community.general/pull/8355).
1859+
fragments:
1860+
- 7.5.8.yml
1861+
- 7790-gitlab-runner-api-pagination.yml
1862+
- 8320-keycloak_user_federation-fix-diff-krbPrincipalAttribute.yaml
1863+
- 8355-keycloak-idp-sanitize.yaml
1864+
- 8367-fix-close-span-if-no-logs.yaml
1865+
- 8373-honour-disable-logs.yaml
1866+
release_date: '2024-05-20'

changelogs/fragments/7.5.8.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelogs/fragments/7790-gitlab-runner-api-pagination.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

changelogs/fragments/8320-keycloak_user_federation-fix-diff-krbPrincipalAttribute.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/8355-keycloak-idp-sanitize.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/8367-fix-close-span-if-no-logs.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/8373-honour-disable-logs.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)