Skip to content

Commit 03b1202

Browse files
committed
Release 8.6.5.
1 parent 6777d94 commit 03b1202

10 files changed

+121
-64
lines changed

CHANGELOG.md

Lines changed: 72 additions & 50 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 7.0.0.
88

9+
v8.6.5
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- gitlab_group_access_token - fix crash in check mode caused by attempted access to a newly created access token (https://github.com/ansible-collections/community.general/pull/8796).
21+
- gitlab_project_access_token - fix crash in check mode caused by attempted access to a newly created access token (https://github.com/ansible-collections/community.general/pull/8796).
22+
- keycloak_realm_key - fix invalid usage of ``parent_id`` (https://github.com/ansible-collections/community.general/issues/7850, https://github.com/ansible-collections/community.general/pull/8823).
23+
- keycloak_user_federation - fix key error when removing mappers during an update and new mappers are specified in the module args (https://github.com/ansible-collections/community.general/pull/8762).
24+
- keycloak_user_federation - fix the ``UnboundLocalError`` that occurs when an ID is provided for a user federation mapper (https://github.com/ansible-collections/community.general/pull/8831).
25+
- keycloak_user_federation - sort desired and after mapper list by name (analog to before mapper list) to minimize diff and make change detection more accurate (https://github.com/ansible-collections/community.general/pull/8761).
26+
- proxmox inventory plugin - fixed a possible error on concatenating responses from proxmox. In case an API call unexpectedly returned an empty result, the inventory failed with a fatal error. Added check for empty response (https://github.com/ansible-collections/community.general/issues/8798, https://github.com/ansible-collections/community.general/pull/8794).
27+
928
v8.6.4
1029
======
1130

changelogs/changelog.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,3 +1565,33 @@ releases:
15651565
- 8708-homebrew_cask-fix-upgrade-all.yml
15661566
- 8735-keycloak_identity_provider-get-cleartext-secret-from-realm-info.yml
15671567
release_date: '2024-08-12'
1568+
8.6.5:
1569+
changes:
1570+
bugfixes:
1571+
- gitlab_group_access_token - fix crash in check mode caused by attempted
1572+
access to a newly created access token (https://github.com/ansible-collections/community.general/pull/8796).
1573+
- gitlab_project_access_token - fix crash in check mode caused by attempted
1574+
access to a newly created access token (https://github.com/ansible-collections/community.general/pull/8796).
1575+
- keycloak_realm_key - fix invalid usage of ``parent_id`` (https://github.com/ansible-collections/community.general/issues/7850,
1576+
https://github.com/ansible-collections/community.general/pull/8823).
1577+
- keycloak_user_federation - fix key error when removing mappers during an
1578+
update and new mappers are specified in the module args (https://github.com/ansible-collections/community.general/pull/8762).
1579+
- keycloak_user_federation - fix the ``UnboundLocalError`` that occurs when
1580+
an ID is provided for a user federation mapper (https://github.com/ansible-collections/community.general/pull/8831).
1581+
- keycloak_user_federation - sort desired and after mapper list by name (analog
1582+
to before mapper list) to minimize diff and make change detection more accurate
1583+
(https://github.com/ansible-collections/community.general/pull/8761).
1584+
- proxmox inventory plugin - fixed a possible error on concatenating responses
1585+
from proxmox. In case an API call unexpectedly returned an empty result,
1586+
the inventory failed with a fatal error. Added check for empty response
1587+
(https://github.com/ansible-collections/community.general/issues/8798, https://github.com/ansible-collections/community.general/pull/8794).
1588+
release_summary: Regular bugfix release.
1589+
fragments:
1590+
- 8.6.5.yml
1591+
- 8761-keycloak_user_federation-sort-desired-and-after-mappers-by-name.yml
1592+
- 8762-keycloac_user_federation-fix-key-error-when-updating.yml
1593+
- 8794-Fixing-possible-concatination-error.yaml
1594+
- 8796-gitlab-access-token-check-mode.yml
1595+
- 8823-keycloak-realm-key.yml
1596+
- 8831-fix-error-when-mapper-id-is-provided.yml
1597+
release_date: '2024-09-09'

changelogs/fragments/8.6.5.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/8761-keycloak_user_federation-sort-desired-and-after-mappers-by-name.yml

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

changelogs/fragments/8762-keycloac_user_federation-fix-key-error-when-updating.yml

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

changelogs/fragments/8794-Fixing-possible-concatination-error.yaml

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

changelogs/fragments/8796-gitlab-access-token-check-mode.yml

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

changelogs/fragments/8823-keycloak-realm-key.yml

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

changelogs/fragments/8831-fix-error-when-mapper-id-is-provided.yml

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

0 commit comments

Comments
 (0)