mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 23:21:27 -07:00
Release 2.3.6 commit (#354)
This commit is contained in:
parent
f854fc96db
commit
65b1773ed0
8 changed files with 56 additions and 11 deletions
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- mysql_user - fix parsing privs when a user has roles assigned (https://github.com/ansible-collections/community.mysql/issues/231).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "mysql_user - fix the possibility for a race condition that breaks certain (circular) replication configurations when ``DROP USER`` is executed on multiple nodes in the replica set. Adding ``IF EXISTS`` avoids the need to use ``sql_log_bin: no`` making the statement always replication safe (https://github.com/ansible-collections/community.mysql/pull/287)."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "mysql_role - remove redundant connection closing (https://github.com/ansible-collections/community.mysql/pull/330)."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "mysql_user - fix missing dynamic privileges after revoke and grant privileges to user (https://github.com/ansible-collections/community.mysql/issues/120)."
|
|
@ -1,2 +0,0 @@
|
|||
major_changes:
|
||||
- The community.mysql collection no longer supports ``Ansible 2.9`` and ``ansible-base 2.10``. While we take no active measures to prevent usage and there are no plans to introduce incompatible code to the modules, we will stop testing against ``Ansible 2.9`` and ``ansible-base 2.10``. Both will very soon be End of Life and if you are still using them, you should consider upgrading to the ``latest Ansible / ansible-core 2.11 or later`` as soon as possible (https://github.com/ansible-collections/community.mysql/pull/343).
|
Loading…
Add table
Add a link
Reference in a new issue