From 3e090f977ee9f70ae9344aea9d83c1ca9e7a84db Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 16 Oct 2025 11:15:29 +0200 Subject: [PATCH] Release 4.0.1 commit (#754) --- CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 17 +++++++++++++++++ .../fix_user_perms_revoke_grant_option.yml | 2 -- ...fix_slave_status_for_source_terminology.yaml | 2 -- galaxy.yml | 2 +- 5 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/fix_user_perms_revoke_grant_option.yml delete mode 100644 changelogs/fragments/mysql_info_fix_slave_status_for_source_terminology.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e2808d7..66f22aa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,22 @@ Community MySQL and MariaDB Collection Release Notes This changelog describes changes after version 2.0.0. +v4.0.1 +====== + +Release Summary +--------------- + +This is a patch release of the ``community.mysql`` collection. +This changelog contains all breaking changes to the modules in this collection +that have been added after the previous release. + +Bugfixes +-------- + +- mysql_info - Fix slave status for source terminology introduced in MySQL 8.0.23 (https://github.com/ansible-collections/community.mysql/issues/682). +- mysql_user, mysql_role - fix not existent grant when revoking perms on user/role which do not have any other perms than grant option (https://github.com/ansible-collections/community.mysql/issues/664). + v4.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index be59388..2041606 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -675,3 +675,20 @@ releases: - 5-case_sensitive2.yml - 6-mysql_info.yml release_date: '2025-09-16' + 4.0.1: + changes: + bugfixes: + - mysql_info - Fix slave status for source terminology introduced in MySQL 8.0.23 + (https://github.com/ansible-collections/community.mysql/issues/682). + - mysql_user, mysql_role - fix not existent grant when revoking perms on user/role + which do not have any other perms than grant option (https://github.com/ansible-collections/community.mysql/issues/664). + release_summary: 'This is a patch release of the ``community.mysql`` collection. + + This changelog contains all breaking changes to the modules in this collection + + that have been added after the previous release.' + fragments: + - 4.0.1.yml + - fix_user_perms_revoke_grant_option.yml + - mysql_info_fix_slave_status_for_source_terminology.yaml + release_date: '2025-10-16' diff --git a/changelogs/fragments/fix_user_perms_revoke_grant_option.yml b/changelogs/fragments/fix_user_perms_revoke_grant_option.yml deleted file mode 100644 index 46b47b4..0000000 --- a/changelogs/fragments/fix_user_perms_revoke_grant_option.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - mysql_user, mysql_role - fix not existent grant when revoking perms on user/role which do not have any other perms than grant option (https://github.com/ansible-collections/community.mysql/issues/664). diff --git a/changelogs/fragments/mysql_info_fix_slave_status_for_source_terminology.yaml b/changelogs/fragments/mysql_info_fix_slave_status_for_source_terminology.yaml deleted file mode 100644 index 1ec300b..0000000 --- a/changelogs/fragments/mysql_info_fix_slave_status_for_source_terminology.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - mysql_info - Fix slave status for source terminology introduced in MySQL 8.0.23 (https://github.com/ansible-collections/community.mysql/issues/682). diff --git a/galaxy.yml b/galaxy.yml index 2774363..8693bcf 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: community name: mysql -version: 4.0.0 +version: 4.0.1 readme: README.md authors: - Ansible community