Add PR URI to the changelog

This commit is contained in:
Laurent Indermuehle 2024-04-12 14:33:57 +02:00
parent c52be1f394
commit e156e7b023
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -1,6 +1,6 @@
---
bugfixes:
- mysql_info - Fix ``tls_requires`` data structure to be compatible with ``mysql_user`` input.
- mysql_info - Fix module output variable for hashed password to use ``plugin_hash_string`` instead of ``plugin_auth_string``.
- mysql_user - Fix idempotence when using variables from the ``users_info`` filter of ``mysql_info``.
- mysql_user - Fix ``tls_requires`` not removing ``SSL`` and ``X509`` when passing an empty value.
- 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).