mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 13:20:25 -07:00
Release 3.7.1 commit (#552)
This commit is contained in:
parent
7f7b2f76a6
commit
bff05ce8dd
4 changed files with 32 additions and 4 deletions
|
@ -313,7 +313,22 @@ releases:
|
|||
|
||||
that have been made after the previous release.'
|
||||
fragments:
|
||||
- 3.7.0.yml
|
||||
- 177-change_deprecated_connection_parameters.yml
|
||||
- 3.7.0.yml
|
||||
- 523-add-max_statement_time_resource-limit.yml
|
||||
release_date: '2023-05-05'
|
||||
3.7.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- mysql module utils - use the connection arguments ``db`` instead of ``database``
|
||||
and ``passwd`` instead of ``password`` when running with older mysql drivers
|
||||
(MySQLdb < 2.1.0 or PyMySQL < 1.0.0) (https://github.com/ansible-collections/community.mysql/pull/551).
|
||||
release_summary: 'This is a patch 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.1.yml
|
||||
- 551-fix_connection_arguments_driver_compatability.yaml
|
||||
release_date: '2023-05-22'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- mysql module utils - use the connection arguments ``db`` instead of ``database`` and ``passwd`` instead of ``password`` when running with older mysql drivers (MySQLdb < 2.1.0 or PyMySQL < 1.0.0) (https://github.com/ansible-collections/community.mysql/pull/551).
|
Loading…
Add table
Add a link
Reference in a new issue