mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Add more precise change log
This commit is contained in:
parent
e156e7b023
commit
1bd2520f30
1 changed files with 5 additions and 4 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue