From 9f95eb881aabdbc11f645c3d37f3d6fa141430c0 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 26 Apr 2024 15:57:46 +0200 Subject: [PATCH] Add breaking_changes to the changelog --- changelogs/fragments/lie_fix_plugin_hash_string_return.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelogs/fragments/lie_fix_plugin_hash_string_return.yml b/changelogs/fragments/lie_fix_plugin_hash_string_return.yml index 1af520f..e1a71ea 100644 --- a/changelogs/fragments/lie_fix_plugin_hash_string_return.yml +++ b/changelogs/fragments/lie_fix_plugin_hash_string_return.yml @@ -1,3 +1,6 @@ --- bugfixes: - mysql_info - Add ``plugin_hash_string`` to ``users_info`` filter's output. The existing ``plugin_auth_string`` contained the hashed password and thus is missleading, it will be removed from community.mysql 4.0.0. (https://github.com/ansible-collections/community.mysql/pull/629). + +breaking_changes: + - mysql_info - The ``users_info`` filter returned variable ``plugin_auth_string`` contains the hashed password and it's misleading, it will be removed from community.mysql 4.0.0. Use the `plugin_hash_string` return value instead (https://github.com/ansible-collections/community.mysql/pull/629).