mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-24 05:40:25 -07:00
mysql_replication: deprecation of slave related options, adding alternatives (#97)
* mysql_replication: deprecation of slave related options, adding alternatives * Add changelog fragment * Integration tests getslave -> getreplica * Change the rest of offending choices/comments * Add announcement about replacing SLAVE to REPLICA in messages * Deprecate offending values
This commit is contained in:
parent
faab501326
commit
e8dc2f2476
6 changed files with 171 additions and 123 deletions
|
@ -0,0 +1,6 @@
|
|||
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