Release 3.7.0 commit (#544)

This commit is contained in:
Laurent Indermühle 2023-05-05 13:32:40 +02:00 committed by GitHub
commit 04e197fe55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 35 additions and 11 deletions

View file

@ -6,6 +6,22 @@ Community MySQL Collection Release Notes
This changelog describes changes after version 2.0.0.
v3.7.0
======
Release Summary
---------------
This is the minor release of the ``community.mysql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
-------------
- mysql module utils - change deprecated connection parameters ``passwd`` and ``db`` to ``password`` and ``database`` (https://github.com/ansible-collections/community.mysql/pull/177).
- mysql_user - add ``MAX_STATEMENT_TIME`` support for mariadb to the ``resource_limits`` argument (https://github.com/ansible-collections/community.mysql/issues/211).
v3.6.0
======