From 3932a827bb9465daaf87a0ab9299e633df616a9f Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 16 Apr 2021 14:54:55 +0200 Subject: [PATCH] Add changelog fragment --- .../fragments/150-mysql_replication_master_related.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/fragments/150-mysql_replication_master_related.yml diff --git a/changelogs/fragments/150-mysql_replication_master_related.yml b/changelogs/fragments/150-mysql_replication_master_related.yml new file mode 100644 index 0000000..a41b0d3 --- /dev/null +++ b/changelogs/fragments/150-mysql_replication_master_related.yml @@ -0,0 +1,6 @@ +minor_changes: +- mysql_replication - change ``master_`` options to ``primary_`` options 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).