Skip to content

Commit

Permalink
Release 8.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 12, 2024
1 parent b6b6e0d commit 98fede2
Show file tree
Hide file tree
Showing 9 changed files with 130 additions and 71 deletions.
145 changes: 85 additions & 60 deletions CHANGELOG.md

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ Community General Release Notes

This changelog describes changes after version 7.0.0.

v8.6.4
======

Release Summary
---------------

Regular bugfix release.

Minor Changes
-------------

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

Bugfixes
--------

- gitlab_runner - fix ``paused`` parameter being ignored (https://github.com/ansible-collections/community.general/pull/8648).
- 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).
- 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).
- 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).

v8.6.3
======

Expand Down
24 changes: 24 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1541,3 +1541,27 @@ releases:
- 8613-redfish_utils-language.yaml
- 8614-nsupdate-index-out-of-range.yml
release_date: '2024-07-14'
8.6.4:
changes:
bugfixes:
- gitlab_runner - fix ``paused`` parameter being ignored (https://github.com/ansible-collections/community.general/pull/8648).
- 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).
- 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).
- 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).
minor_changes:
- 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).
release_summary: Regular bugfix release.
fragments:
- 8.6.4.yml
- 8648-fix-gitlab-runner-paused.yaml
- 8689-passwordstore-lock-naming.yml
- 8695-keycloak_user_federation-mapper-removal.yml
- 8708-homebrew_cask-fix-upgrade-all.yml
- 8735-keycloak_identity_provider-get-cleartext-secret-from-realm-info.yml
release_date: '2024-08-12'
1 change: 0 additions & 1 deletion changelogs/fragments/8.6.4.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/8648-fix-gitlab-runner-paused.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/8689-passwordstore-lock-naming.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/8708-homebrew_cask-fix-upgrade-all.yml

This file was deleted.

This file was deleted.

0 comments on commit 98fede2

Please sign in to comment.