From 158471e7ee320d19e8250cf5536c3854b552c03f Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 28 Apr 2021 08:45:00 +0300 Subject: [PATCH] Remove changelog fragments after release 2.1.0 (#161) --- .../fragments/147-mysql_replication_deprecate_ret_vals.yml | 5 ----- .../fragments/150-mysql_replication_master_related.yml | 6 ------ changelogs/fragments/153-mysql_revert_connector_changes.yml | 2 -- 3 files changed, 13 deletions(-) delete mode 100644 changelogs/fragments/147-mysql_replication_deprecate_ret_vals.yml delete mode 100644 changelogs/fragments/150-mysql_replication_master_related.yml delete mode 100644 changelogs/fragments/153-mysql_revert_connector_changes.yml diff --git a/changelogs/fragments/147-mysql_replication_deprecate_ret_vals.yml b/changelogs/fragments/147-mysql_replication_deprecate_ret_vals.yml deleted file mode 100644 index 9261453..0000000 --- a/changelogs/fragments/147-mysql_replication_deprecate_ret_vals.yml +++ /dev/null @@ -1,5 +0,0 @@ -major_changes: -- mysql_replication - add deprecation warning that the ``Is_Slave`` and ``Is_Master`` return values will be replaced with ``Is_Primary`` and ``Is_Replica`` in ``community.mysql`` 3.0.0 (https://github.com/ansible-collections/community.mysql/pull/147). - -minor_changes: -- mysql_replication - add the ``Is_Primary`` and ``Is_Replica`` alternatives to the ``Is_Slave`` and ``Is_Master`` return values as a preparation for replacement in ``community.mysql`` 3.0.0 (https://github.com/ansible-collections/community.mysql/pull/147). diff --git a/changelogs/fragments/150-mysql_replication_master_related.yml b/changelogs/fragments/150-mysql_replication_master_related.yml deleted file mode 100644 index 83b3538..0000000 --- a/changelogs/fragments/150-mysql_replication_master_related.yml +++ /dev/null @@ -1,6 +0,0 @@ -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). diff --git a/changelogs/fragments/153-mysql_revert_connector_changes.yml b/changelogs/fragments/153-mysql_revert_connector_changes.yml deleted file mode 100644 index 48c8b36..0000000 --- a/changelogs/fragments/153-mysql_revert_connector_changes.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- mysql - revert changes of connector arguments made in pull request 116 causing the invalid keyword argument error (https://github.com/ansible-collections/community.mysql/pull/116).