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

Skip to content

Commit 949cb0c

Browse files
authored
Release 1.4.7 commit (ansible-collections#387)
1 parent 89eb2d2 commit 949cb0c

File tree

5 files changed

+38
-5
lines changed

5 files changed

+38
-5
lines changed

CHANGELOG.rst

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

77

8+
v1.4.7
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is the patch release of the ``community.mysql`` collection.
15+
This changelog contains all changes to the modules in this collection that
16+
have been added after the release of ``community.mysql`` 1.4.6.
17+
18+
Bugfixes
19+
--------
20+
21+
- mysql_query - fix false change reports when ``IF EXISTS/IF NOT EXISTS`` clause is used (https://github.com/ansible-collections/community.mysql/issues/268).
22+
- mysql_user - fix logic when ``update_password`` is set to ``on_create`` for users using ``plugin*`` arguments (https://github.com/ansible-collections/community.mysql/issues/334). The ``on_create`` sets ``password`` to None for old mysql_native_authentication but not for authentiation methods which uses the ``plugin*`` arguments. This PR changes this so ``on_create`` also exchange ``plugin``, ``plugin_hash_string``, ``plugin_auth_string`` to None in the list of arguments to change
23+
824
v1.4.6
925
======
1026

changelogs/changelog.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,3 +361,24 @@ releases:
361361
- 1.4.6.yml
362362
- psf-license.yml
363363
release_date: '2022-05-17'
364+
1.4.7:
365+
changes:
366+
bugfixes:
367+
- mysql_query - fix false change reports when ``IF EXISTS/IF NOT EXISTS`` clause
368+
is used (https://github.com/ansible-collections/community.mysql/issues/268).
369+
- mysql_user - fix logic when ``update_password`` is set to ``on_create`` for
370+
users using ``plugin*`` arguments (https://github.com/ansible-collections/community.mysql/issues/334).
371+
The ``on_create`` sets ``password`` to None for old mysql_native_authentication
372+
but not for authentiation methods which uses the ``plugin*`` arguments. This
373+
PR changes this so ``on_create`` also exchange ``plugin``, ``plugin_hash_string``,
374+
``plugin_auth_string`` to None in the list of arguments to change
375+
release_summary: 'This is the patch release of the ``community.mysql`` collection.
376+
377+
This changelog contains all changes to the modules in this collection that
378+
379+
have been added after the release of ``community.mysql`` 1.4.6.'
380+
fragments:
381+
- 1.4.7.yml
382+
- 322-mysql_query_fix_false_change_report.yml
383+
- 334-mysql_user_fix_logic_on_oncreate.yml
384+
release_date: '2022-06-02'

changelogs/fragments/322-mysql_query_fix_false_change_report.yml

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

changelogs/fragments/334-mysql_user_fix_logic_on_oncreate.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: 1.4.6
3+
version: 1.4.7
44
readme: README.md
55
authors:
66
- Ansible community

0 commit comments

Comments
 (0)