Skip to content

Commit 2453b6b

Browse files
authored
Release 3.16.1 commit (#753)
1 parent 4992bca commit 2453b6b

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ Community MySQL and MariaDB Collection Release Notes
66

77
This changelog describes changes after version 2.0.0.
88

9+
v3.16.1
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
This is a patch release of the ``community.mysql`` collection.
16+
This changelog contains all changes to the modules and plugins in this collection
17+
that have been made after the previous release.
18+
19+
Bugfixes
20+
--------
21+
22+
- mysql_info - Fix slave status for source terminology introduced in MySQL 8.0.23 (https://github.com/ansible-collections/community.mysql/issues/682).
23+
- 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).
24+
925
v3.16.0
1026
=======
1127

changelogs/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,23 @@ releases:
329329
- 0_mysql_query_session_vars.yml
330330
- release_3_16_0.yml
331331
release_date: '2025-09-12'
332+
3.16.1:
333+
changes:
334+
bugfixes:
335+
- mysql_info - Fix slave status for source terminology introduced in MySQL 8.0.23
336+
(https://github.com/ansible-collections/community.mysql/issues/682).
337+
- mysql_user, mysql_role - fix not existent grant when revoking perms on user/role
338+
which do not have any other perms than grant option (https://github.com/ansible-collections/community.mysql/issues/664).
339+
release_summary: 'This is a patch release of the ``community.mysql`` collection.
340+
341+
This changelog contains all changes to the modules and plugins in this collection
342+
343+
that have been made after the previous release.'
344+
fragments:
345+
- 3.16.1.yml
346+
- fix_user_perms_revoke_grant_option.yml
347+
- mysql_info_fix_slave_status_for_source_terminology.yaml
348+
release_date: '2025-10-16'
332349
3.2.0:
333350
changes:
334351
bugfixes:

changelogs/fragments/fix_user_perms_revoke_grant_option.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/mysql_info_fix_slave_status_for_source_terminology.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: community
33
name: mysql
4-
version: 3.16.0
4+
version: 3.16.1
55
readme: README.md
66
authors:
77
- Ansible community

0 commit comments

Comments
 (0)