mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
Release 6.6.9.
This commit is contained in:
parent
cee1d9365b
commit
c663a3009a
7 changed files with 137 additions and 73 deletions
|
@ -1644,3 +1644,30 @@ releases:
|
|||
- inventory-rce.yml
|
||||
- pacemaker-cluster.yml
|
||||
release_date: '2024-03-25'
|
||||
6.6.9:
|
||||
changes:
|
||||
bugfixes:
|
||||
- inventory plugins - add unsafe wrapper to avoid marking strings that do not
|
||||
contain ``{`` or ``}`` as unsafe, to work around a bug in AWX ((https://github.com/ansible-collections/community.general/issues/8212,
|
||||
https://github.com/ansible-collections/community.general/pull/8225).
|
||||
- xml - make module work with lxml 5.1.1, which removed some internals that
|
||||
the module was relying on (https://github.com/ansible-collections/community.general/pull/8169).
|
||||
release_summary: 'Maintenance release.
|
||||
|
||||
|
||||
This is the last 6.x.y release. The 6.x.y release train is now effectively
|
||||
End of Life.
|
||||
|
||||
Thanks to everyone who contributed to the community.general 6.x.y releases!
|
||||
|
||||
'
|
||||
security_fixes:
|
||||
- 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).
|
||||
fragments:
|
||||
- 6.6.9.yml
|
||||
- 8169-lxml.yml
|
||||
- 8225-unsafe.yml
|
||||
- 8355-keycloak-idp-sanitize.yaml
|
||||
release_date: '2024-05-19'
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
release_summary: |
|
||||
Maintenance release.
|
||||
|
||||
This is the last 6.x.y release. The 6.x.y release train is now effectively End of Life.
|
||||
Thanks to everyone who contributed to the community.general 6.x.y releases!
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "xml - make module work with lxml 5.1.1, which removed some internals that the module was relying on (https://github.com/ansible-collections/community.general/pull/8169)."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "inventory plugins - add unsafe wrapper to avoid marking strings that do not contain ``{`` or ``}`` as unsafe, to work around a bug in AWX ((https://github.com/ansible-collections/community.general/issues/8212, https://github.com/ansible-collections/community.general/pull/8225)."
|
|
@ -1,2 +0,0 @@
|
|||
security_fixes:
|
||||
- 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).
|
Loading…
Add table
Add a link
Reference in a new issue