Skip to content

Commit 98fede2

Browse files
committed
Release 8.6.4.
1 parent b6b6e0d commit 98fede2

9 files changed

+130
-71
lines changed

CHANGELOG.md

Lines changed: 85 additions & 60 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 7.0.0.
88

9+
v8.6.4
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Minor Changes
18+
-------------
19+
20+
- passwordstore lookup plugin - add the current user to the lockfile file name to address issues on multi-user systems (https://github.com/ansible-collections/community.general/pull/8689).
21+
22+
Bugfixes
23+
--------
24+
25+
- gitlab_runner - fix ``paused`` parameter being ignored (https://github.com/ansible-collections/community.general/pull/8648).
26+
- homebrew_cask - fix ``upgrade_all`` returns ``changed`` when nothing upgraded (https://github.com/ansible-collections/community.general/issues/8707, https://github.com/ansible-collections/community.general/pull/8708).
27+
- keycloak_user_federation - get cleartext IDP ``clientSecret`` from full realm info to detect changes to it (https://github.com/ansible-collections/community.general/issues/8294, https://github.com/ansible-collections/community.general/pull/8735).
28+
- keycloak_user_federation - remove existing user federation mappers if they are not present in the federation configuration and will not be updated (https://github.com/ansible-collections/community.general/issues/7169, https://github.com/ansible-collections/community.general/pull/8695).
29+
930
v8.6.3
1031
======
1132

changelogs/changelog.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,3 +1541,27 @@ releases:
15411541
- 8613-redfish_utils-language.yaml
15421542
- 8614-nsupdate-index-out-of-range.yml
15431543
release_date: '2024-07-14'
1544+
8.6.4:
1545+
changes:
1546+
bugfixes:
1547+
- gitlab_runner - fix ``paused`` parameter being ignored (https://github.com/ansible-collections/community.general/pull/8648).
1548+
- homebrew_cask - fix ``upgrade_all`` returns ``changed`` when nothing upgraded
1549+
(https://github.com/ansible-collections/community.general/issues/8707, https://github.com/ansible-collections/community.general/pull/8708).
1550+
- keycloak_user_federation - get cleartext IDP ``clientSecret`` from full
1551+
realm info to detect changes to it (https://github.com/ansible-collections/community.general/issues/8294,
1552+
https://github.com/ansible-collections/community.general/pull/8735).
1553+
- keycloak_user_federation - remove existing user federation mappers if they
1554+
are not present in the federation configuration and will not be updated
1555+
(https://github.com/ansible-collections/community.general/issues/7169, https://github.com/ansible-collections/community.general/pull/8695).
1556+
minor_changes:
1557+
- passwordstore lookup plugin - add the current user to the lockfile file
1558+
name to address issues on multi-user systems (https://github.com/ansible-collections/community.general/pull/8689).
1559+
release_summary: Regular bugfix release.
1560+
fragments:
1561+
- 8.6.4.yml
1562+
- 8648-fix-gitlab-runner-paused.yaml
1563+
- 8689-passwordstore-lock-naming.yml
1564+
- 8695-keycloak_user_federation-mapper-removal.yml
1565+
- 8708-homebrew_cask-fix-upgrade-all.yml
1566+
- 8735-keycloak_identity_provider-get-cleartext-secret-from-realm-info.yml
1567+
release_date: '2024-08-12'

changelogs/fragments/8.6.4.yml

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

changelogs/fragments/8648-fix-gitlab-runner-paused.yaml

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

changelogs/fragments/8689-passwordstore-lock-naming.yml

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

changelogs/fragments/8695-keycloak_user_federation-mapper-removal.yml

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

changelogs/fragments/8708-homebrew_cask-fix-upgrade-all.yml

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

changelogs/fragments/8735-keycloak_identity_provider-get-cleartext-secret-from-realm-info.yml

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

0 commit comments

Comments
 (0)