diff --git a/changelogs/fragments/mysql_user_tls_requires.yml b/changelogs/fragments/mysql_user_tls_requires.yml index 40d2023..1226bc6 100644 --- a/changelogs/fragments/mysql_user_tls_requires.yml +++ b/changelogs/fragments/mysql_user_tls_requires.yml @@ -1,6 +1,7 @@ --- +minor_changes: + - mysql_info - Add ``tls_requires`` returned value for the ``users_info`` filter (https://github.com/ansible-collections/community.mysql/pull/628). bugfixes: - - mysql_info - Fix ``tls_requires`` data structure to be compatible with ``mysql_user`` input (https://github.com/ansible-collections/community.mysql/pull/628). - - mysql_info - Fix module output variable for hashed password to use ``plugin_hash_string`` instead of ``plugin_auth_string`` (https://github.com/ansible-collections/community.mysql/pull/628). - - mysql_user - Fix idempotence when using variables from the ``users_info`` filter of ``mysql_info`` (https://github.com/ansible-collections/community.mysql/pull/628). - - mysql_user - Fix ``tls_requires`` not removing ``SSL`` and ``X509`` when passing an empty value (https://github.com/ansible-collections/community.mysql/pull/628). + - mysql_info - Fix ``users_info`` filter output variable for hashed password to use ``plugin_hash_string`` instead of ``plugin_auth_string`` (https://github.com/ansible-collections/community.mysql/pull/628). + - mysql_user - Fix idempotence when using variables from the ``users_info`` filter of ``mysql_info`` as an input (https://github.com/ansible-collections/community.mysql/pull/628). + - mysql_user - Fix ``tls_requires`` not removing ``SSL`` and ``X509`` when sets as empty (https://github.com/ansible-collections/community.mysql/pull/628).