mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2026-02-04 07:11:49 +00:00
Release 4.0.1 commit (#754)
This commit is contained in:
parent
5217af0c2e
commit
3e090f977e
5 changed files with 34 additions and 5 deletions
|
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
@ -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).
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: community
|
||||
name: mysql
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Ansible community
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue