mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 02:30:32 -07:00
* 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
6 lines
733 B
YAML
6 lines
733 B
YAML
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).
|