Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b32380a

Browse files
authored
Release 2.1.0 commit (ansible-collections#157)
1 parent 34a300d commit b32380a

File tree

5 files changed

+58
-13
lines changed

5 files changed

+58
-13
lines changed

changelogs/CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ Community MySQL Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.1.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is the minor release of the ``community.mysql`` collection.
15+
This changelog contains all changes to the modules in this collection
16+
that have been added after the release of ``community.mysql`` 2.0.0.
17+
18+
Major Changes
19+
-------------
20+
21+
- 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).
22+
- 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).
23+
24+
Minor Changes
25+
-------------
26+
27+
- mysql_replication - add alternative (``primary``) choices to the ``state`` option choices containing ``master`` (https://github.com/ansible-collections/community.mysql/pull/150).
28+
- 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).
29+
- mysql_replication - change ``master_`` options to ``primary_`` options, add aliases to keep compatibility (https://github.com/ansible-collections/community.mysql/pull/150).
30+
31+
Bugfixes
32+
--------
33+
34+
- 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).
35+
836
v2.0.0
937
======
1038

changelogs/changelog.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,33 @@ releases:
268268
- 144-mysql_replication_remove_slave_from_messages.yml
269269
- 2.0.0.yml
270270
release_date: '2021-04-15'
271+
2.1.0:
272+
changes:
273+
bugfixes:
274+
- mysql - revert changes of connector arguments made in pull request 116 causing
275+
the invalid keyword argument error (https://github.com/ansible-collections/community.mysql/pull/116).
276+
major_changes:
277+
- mysql_replication - add deprecation warning that the ``Is_Slave`` and ``Is_Master``
278+
return values will be replaced with ``Is_Primary`` and ``Is_Replica`` in ``community.mysql``
279+
3.0.0 (https://github.com/ansible-collections/community.mysql/pull/147).
280+
- mysql_replication - the choices of the ``state`` option containing ``master``
281+
will be finally replaced with the alternative ``primary`` choices in ``community.mysql``
282+
3.0.0, add deprecation warnings (https://github.com/ansible-collections/community.mysql/pull/150).
283+
minor_changes:
284+
- mysql_replication - add alternative (``primary``) choices to the ``state``
285+
option choices containing ``master`` (https://github.com/ansible-collections/community.mysql/pull/150).
286+
- mysql_replication - add the ``Is_Primary`` and ``Is_Replica`` alternatives
287+
to the ``Is_Slave`` and ``Is_Master`` return values as a preparation for replacement
288+
in ``community.mysql`` 3.0.0 (https://github.com/ansible-collections/community.mysql/pull/147).
289+
- mysql_replication - change ``master_`` options to ``primary_`` options, add
290+
aliases to keep compatibility (https://github.com/ansible-collections/community.mysql/pull/150).
291+
release_summary: 'This is the minor release of the ``community.mysql`` collection.
292+
293+
This changelog contains all changes to the modules in this collection
294+
295+
that have been added after the release of ``community.mysql`` 2.0.0.'
296+
fragments:
297+
- 147-mysql_replication_deprecate_ret_vals.yml
298+
- 150-mysql_replication_master_related.yml
299+
- 153-mysql_revert_connector_changes.yml
300+
release_date: '2021-04-23'

changelogs/fragments/147-mysql_replication_deprecate_ret_vals.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelogs/fragments/150-mysql_replication_master_related.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelogs/fragments/153-mysql_revert_connector_changes.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)