From 1bd2520f3082e70718061db704c87aa90500c333 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 12 Apr 2024 14:43:12 +0200 Subject: [PATCH] Add more precise change log --- changelogs/fragments/mysql_user_tls_requires.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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).