Release 6.6.9.

This commit is contained in:
Felix Fontein 2024-05-19 21:39:46 +02:00
commit c663a3009a
7 changed files with 137 additions and 73 deletions

View file

@ -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!

View file

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

View file

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

View file

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