Skip to content

Commit

Permalink
mysql_replication: Add aliases to "master" options, add alternatives …
Browse files Browse the repository at this point in the history
…to "master" state options, add announcement (ansible-collections#150)

* mysql_replication: Add aliases, add alternatives for the state option, announce major changes

* Change tests

* Add changelog fragment

* Fix changelog

* Update plugins/modules/mysql_replication.py

Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]>

* Update plugins/modules/mysql_replication.py

Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]>

Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]>
(cherry picked from commit c8f9b1c)
  • Loading branch information
Andersson007 committed Apr 23, 2021
1 parent da7e73e commit f0484b0
Show file tree
Hide file tree
Showing 9 changed files with 234 additions and 185 deletions.
6 changes: 6 additions & 0 deletions changelogs/fragments/150-mysql_replication_master_related.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
minor_changes:
- mysql_replication - change ``master_`` options to ``primary_`` options, add aliases to keep compatibility (https://github.com/ansible-collections/community.mysql/pull/150).
- mysql_replication - add alternative (``primary``) choices to the ``state`` option choices containing ``master`` (https://github.com/ansible-collections/community.mysql/pull/150).

major_changes:
- mysql_replication - the choices of the ``state`` option containing ``master`` will be finally replaced with the alternative ``primary`` choices in ``community.mysql`` 3.0.0, add deprecation warnings (https://github.com/ansible-collections/community.mysql/pull/150).
Loading

0 comments on commit f0484b0

Please sign in to comment.