Skip to content

Commit 4aab8ac

Browse files
authored
Release 3.1.3 commit (#337)
1 parent 450cb19 commit 4aab8ac

File tree

6 files changed

+39
-7
lines changed

6 files changed

+39
-7
lines changed

changelogs/CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ Community MySQL Collection Release Notes
66

77
This changelog describes changes after version 2.0.0.
88

9+
v3.1.3
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
This is the patch release of the ``community.mysql`` collection.
16+
This changelog contains all changes to the modules in this collection
17+
that have been added after the release of ``community.mysql`` 3.1.2.
18+
19+
Bugfixes
20+
--------
21+
22+
- mysql_replication - fails when using the `primary_use_gtid` option with `slave_pos` or `replica_pos` (https://github.com/ansible-collections/community.mysql/issues/335).
23+
- mysql_role - remove redundant connection closing (https://github.com/ansible-collections/community.mysql/pull/330).
24+
- mysql_user - fix the possibility for a race condition that breaks certain (circular) replication configurations when ``DROP USER`` is executed on multiple nodes in the replica set. Adding ``IF EXISTS`` avoids the need to use ``sql_log_bin: no`` making the statement always replication safe (https://github.com/ansible-collections/community.mysql/pull/287).
25+
926
v3.1.2
1027
======
1128

changelogs/changelog.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,24 @@ releases:
7676
- 0-mysqlclient.yml
7777
- 3.1.2.yml
7878
release_date: '2022-03-14'
79+
3.1.3:
80+
changes:
81+
bugfixes:
82+
- mysql_replication - fails when using the `primary_use_gtid` option with `slave_pos`
83+
or `replica_pos` (https://github.com/ansible-collections/community.mysql/issues/335).
84+
- mysql_role - remove redundant connection closing (https://github.com/ansible-collections/community.mysql/pull/330).
85+
- 'mysql_user - fix the possibility for a race condition that breaks certain
86+
(circular) replication configurations when ``DROP USER`` is executed on multiple
87+
nodes in the replica set. Adding ``IF EXISTS`` avoids the need to use ``sql_log_bin:
88+
no`` making the statement always replication safe (https://github.com/ansible-collections/community.mysql/pull/287).'
89+
release_summary: 'This is the patch release of the ``community.mysql`` collection.
90+
91+
This changelog contains all changes to the modules in this collection
92+
93+
that have been added after the release of ``community.mysql`` 3.1.2.'
94+
fragments:
95+
- 0-mysql_replication_replica_pos.yml
96+
- 3.1.3.yml
97+
- 307-mysql_user_add_if_exists_to_drop.yml
98+
- 329-mysql_role-remove-redudant-connection-closing.yml
99+
release_date: '2022-04-26'

changelogs/fragments/0-mysql_replication_replica_pos.yml

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

changelogs/fragments/307-mysql_user_add_if_exists_to_drop.yml

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

changelogs/fragments/329-mysql_role-remove-redudant-connection-closing.yml

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

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: mysql
3-
version: 3.1.2
3+
version: 3.1.3
44
readme: README.md
55
authors:
66
- Ansible community

0 commit comments

Comments
 (0)