mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Release 2.1.0 commit (#157)
This commit is contained in:
parent
34a300d5f0
commit
b32380a9e1
5 changed files with 58 additions and 13 deletions
|
@ -5,6 +5,34 @@ Community MySQL Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.1.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
This is the minor release of the ``community.mysql`` collection.
|
||||||
|
This changelog contains all changes to the modules in this collection
|
||||||
|
that have been added after the release of ``community.mysql`` 2.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).
|
||||||
|
- 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).
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- mysql_replication - add alternative (``primary``) choices to the ``state`` option choices containing ``master`` (https://github.com/ansible-collections/community.mysql/pull/150).
|
||||||
|
- 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).
|
||||||
|
- mysql_replication - change ``master_`` options to ``primary_`` options, add aliases to keep compatibility (https://github.com/ansible-collections/community.mysql/pull/150).
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
v2.0.0
|
v2.0.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -268,3 +268,33 @@ releases:
|
||||||
- 144-mysql_replication_remove_slave_from_messages.yml
|
- 144-mysql_replication_remove_slave_from_messages.yml
|
||||||
- 2.0.0.yml
|
- 2.0.0.yml
|
||||||
release_date: '2021-04-15'
|
release_date: '2021-04-15'
|
||||||
|
2.1.0:
|
||||||
|
changes:
|
||||||
|
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).
|
||||||
|
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).
|
||||||
|
- 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).
|
||||||
|
minor_changes:
|
||||||
|
- mysql_replication - add alternative (``primary``) choices to the ``state``
|
||||||
|
option choices containing ``master`` (https://github.com/ansible-collections/community.mysql/pull/150).
|
||||||
|
- 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).
|
||||||
|
- mysql_replication - change ``master_`` options to ``primary_`` options, add
|
||||||
|
aliases to keep compatibility (https://github.com/ansible-collections/community.mysql/pull/150).
|
||||||
|
release_summary: 'This is the minor release of the ``community.mysql`` collection.
|
||||||
|
|
||||||
|
This changelog contains all changes to the modules in this collection
|
||||||
|
|
||||||
|
that have been added after the release of ``community.mysql`` 2.0.0.'
|
||||||
|
fragments:
|
||||||
|
- 147-mysql_replication_deprecate_ret_vals.yml
|
||||||
|
- 150-mysql_replication_master_related.yml
|
||||||
|
- 153-mysql_revert_connector_changes.yml
|
||||||
|
release_date: '2021-04-23'
|
||||||
|
|
|
@ -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).
|
|
|
@ -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).
|
|
|
@ -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).
|
|
Loading…
Add table
Reference in a new issue