mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-08 23:24:23 -07:00
Release 3.10.1 commit
This commit is contained in:
parent
59c26211ca
commit
d1df46ff65
5 changed files with 37 additions and 5 deletions
|
@ -6,6 +6,25 @@ Community MySQL and MariaDB Collection Release Notes
|
|||
|
||||
This changelog describes changes after version 2.0.0.
|
||||
|
||||
v3.10.1
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
This is a patch release of the ``community.mysql`` collection.
|
||||
Besides a bugfix, it contains an important upcoming breaking-change information.
|
||||
|
||||
Breaking Changes / Porting Guide
|
||||
--------------------------------
|
||||
|
||||
- mysql_user - the ``user`` alias of the ``name`` argument has been deprecated and will be removed in collection version 5.0.0. Use the ``name`` argument instead.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- mysql_user - module makes changes when is executed with ``plugin_auth_string`` parameter and check mode.
|
||||
|
||||
v3.10.0
|
||||
=======
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue