Skip to content

Commit af73fa0

Browse files
Release 3.4.0 commit (#414)
* Changelog: Fix module name * Release 3.4.0 commit
1 parent 1776702 commit af73fa0

File tree

8 files changed

+62
-20
lines changed

8 files changed

+62
-20
lines changed

CHANGELOG.rst

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

77
This changelog describes changes after version 2.0.0.
88

9+
v3.4.0
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
This is the minor 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.3.0.
18+
19+
Major Changes
20+
-------------
21+
22+
- mysql_db - the ``pipefail`` argument's default value will be changed to ``true`` in community.mysql 4.0.0. If your target machines do not use ``bash`` as a default interpreter, set ``pipefail`` to ``false`` explicitly. However, we strongly recommend setting up ``bash`` as a default and ``pipefail=true`` as it will protect you from getting broken dumps you don't know about (https://github.com/ansible-collections/community.mysql/issues/407).
23+
24+
Minor Changes
25+
-------------
26+
27+
- mysql_db - add the ``chdir`` argument to avoid failings when a dump file contains relative paths (https://github.com/ansible-collections/community.mysql/issues/395).
28+
- mysql_db - add the ``pipefail`` argument to avoid broken dumps when ``state`` is ``dump`` and compression is used (https://github.com/ansible-collections/community.mysql/issues/256).
29+
30+
Bugfixes
31+
--------
32+
33+
- Include ``simplified_bsd.txt`` license file for various module utils.
34+
- mysql_db - Using compression masks errors messages from mysql_dump. By default the fix is inactive to ensure retro-compatibility with system without bash. To activate the fix, use the module option ``pipefail=true`` (https://github.com/ansible-collections/community.mysql/issues/256).
35+
- mysql_replication - when the ``primary_ssl`` argument is set to ``no``, the module will turn off SSL (https://github.com/ansible-collections/community.mysql/issues/393).
36+
937
v3.3.0
1038
======
1139

changelogs/changelog.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,36 @@ releases:
194194
- 368-mysql_role-fix-member-detection.yml
195195
- 369_mysql_role-add-members_must_exist.yml
196196
release_date: '2022-06-02'
197+
3.4.0:
198+
changes:
199+
bugfixes:
200+
- Include ``simplified_bsd.txt`` license file for various module utils.
201+
- mysql_db - Using compression masks errors messages from mysql_dump. By default
202+
the fix is inactive to ensure retro-compatibility with system without bash.
203+
To activate the fix, use the module option ``pipefail=true`` (https://github.com/ansible-collections/community.mysql/issues/256).
204+
- mysql_replication - when the ``primary_ssl`` argument is set to ``no``, the
205+
module will turn off SSL (https://github.com/ansible-collections/community.mysql/issues/393).
206+
major_changes:
207+
- mysql_db - the ``pipefail`` argument's default value will be changed to ``true``
208+
in community.mysql 4.0.0. If your target machines do not use ``bash`` as a
209+
default interpreter, set ``pipefail`` to ``false`` explicitly. However, we
210+
strongly recommend setting up ``bash`` as a default and ``pipefail=true``
211+
as it will protect you from getting broken dumps you don't know about (https://github.com/ansible-collections/community.mysql/issues/407).
212+
minor_changes:
213+
- mysql_db - add the ``chdir`` argument to avoid failings when a dump file contains
214+
relative paths (https://github.com/ansible-collections/community.mysql/issues/395).
215+
- mysql_db - add the ``pipefail`` argument to avoid broken dumps when ``state``
216+
is ``dump`` and compression is used (https://github.com/ansible-collections/community.mysql/issues/256).
217+
release_summary: 'This is the minor release of the ``community.mysql`` collection.
218+
219+
This changelog contains all changes to the modules in this collection
220+
221+
that have been added after the release of ``community.mysql`` 3.3.0.'
222+
fragments:
223+
- 0-mysql_db_add_chdir_argument.yml
224+
- 1-mysql_replication_can_disable_master_ssl.yml
225+
- 2-mysql_db_announce.yml
226+
- 3.4.0.yml
227+
- fix-256-mysql_dump-errors.yml
228+
- simplified-bsd-license.yml
229+
release_date: '2022-08-02'

changelogs/fragments/0-mysql_db_add_chdir_argument.yml

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

changelogs/fragments/1-mysql_replication_can_disable_master_ssl.yml

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

changelogs/fragments/2-mysql_db_announce.yml

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

changelogs/fragments/fix-256-mysql_dump-errors.yml

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

changelogs/fragments/simplified-bsd-license.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.3.0
3+
version: 3.4.0
44
readme: README.md
55
authors:
66
- Ansible community

0 commit comments

Comments
 (0)