mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 13:20:25 -07:00
Release 3.7.0 commit (#544)
This commit is contained in:
parent
30a2015f6c
commit
04e197fe55
6 changed files with 35 additions and 11 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue