mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 13:44:24 -07:00
Release 8.6.9.
This commit is contained in:
parent
6c3ad2e237
commit
7f4e224aa5
5 changed files with 78 additions and 41 deletions
|
@ -1674,3 +1674,14 @@ releases:
|
|||
- 8.6.8.yml
|
||||
- 9186-fix-broken-check-mode-in-github-key.yml
|
||||
release_date: '2024-12-02'
|
||||
8.6.9:
|
||||
changes:
|
||||
release_summary: Maintenance release with a security fix.
|
||||
security_fixes:
|
||||
- keycloak_authentication - API calls did not properly set the ``priority``
|
||||
during update resulting in incorrectly sorted authentication flows. This
|
||||
apparently only affects Keycloak 25 or newer (https://github.com/ansible-collections/community.general/pull/9263).
|
||||
fragments:
|
||||
- 8.6.9.yml
|
||||
- 9263-kc_authentication-api-priority.yaml
|
||||
release_date: '2024-12-31'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
release_summary: Maintenance release with a security fix.
|
|
@ -1,2 +0,0 @@
|
|||
security_fixes:
|
||||
- keycloak_authentication - API calls did not properly set the ``priority`` during update resulting in incorrectly sorted authentication flows. This apparently only affects Keycloak 25 or newer (https://github.com/ansible-collections/community.general/pull/9263).
|
Loading…
Add table
Add a link
Reference in a new issue