mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 05:10:24 -07:00
Release 1.3.0 commit
This commit is contained in:
parent
979588e2cd
commit
e8cb81b30e
6 changed files with 54 additions and 11 deletions
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- mysql_user - the module is not idempotent when SELECT on columns granted (https://github.com/ansible-collections/community.mysql/issues/99).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- mysql_user - fix handling of INSERT, UPDATE, REFERENCES on columns (https://github.com/ansible-collections/community.mysql/issues/106).
|
|
@ -1,6 +0,0 @@
|
|||
minor_changes:
|
||||
- mysql_replication - deprecate offending terminology, add alternative choices to the ``mode`` option (https://github.com/ansible-collections/community.mysql/issues/78).
|
||||
|
||||
major_changes:
|
||||
- mysql_replication - the word ``SLAVE`` in messages returned by the module will be changed to ``REPLICA`` in ``community.mysql`` 2.0.0 (https://github.com/ansible-collections/community.mysql/issues/98).
|
||||
- mysql_replication - the mode options values ``getslave``, ``startslave``, ``stopslave``, ``resetslave``, ``resetslaveall` and the master_use_gtid option ``slave_pos`` are deprecated (see the alternative values) and will be removed in ``community.mysql`` 3.0.0 (https://github.com/ansible-collections/community.mysql/pull/97).
|
Loading…
Add table
Add a link
Reference in a new issue