1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-04 07:11:49 +00:00

Release 3.16.1 commit

This commit is contained in:
Andrew Klychkov 2025-10-16 11:10:35 +02:00
parent 4992bca9bc
commit a5e7645d25
5 changed files with 34 additions and 5 deletions

View file

@ -6,6 +6,22 @@ Community MySQL and MariaDB Collection Release Notes
This changelog describes changes after version 2.0.0.
v3.16.1
=======
Release Summary
---------------
This is a patch release of the ``community.mysql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made 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).
v3.16.0
=======

View file

@ -329,6 +329,23 @@ releases:
- 0_mysql_query_session_vars.yml
- release_3_16_0.yml
release_date: '2025-09-12'
3.16.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 changes to the modules and plugins in this collection
that have been made after the previous release.'
fragments:
- 3.16.1.yml
- fix_user_perms_revoke_grant_option.yml
- mysql_info_fix_slave_status_for_source_terminology.yaml
release_date: '2025-10-16'
3.2.0:
changes:
bugfixes:

View file

@ -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).

View file

@ -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).

View file

@ -1,7 +1,7 @@
---
namespace: community
name: mysql
version: 3.16.0
version: 3.16.1
readme: README.md
authors:
- Ansible community