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

@ -300,3 +300,20 @@ releases:
- 503-fix-revoke-grant-only.yml
- mysql_variables_allow_uppercase_identifiers.yml
release_date: '2023-02-08'
3.7.0:
changes:
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).
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.'
fragments:
- 3.7.0.yml
- 177-change_deprecated_connection_parameters.yml
- 523-add-max_statement_time_resource-limit.yml
release_date: '2023-05-05'