mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 18:20:31 -07:00
Release 3.7.2 commit (#556)
This commit is contained in:
parent
2fcfb103f6
commit
a81b6fc081
4 changed files with 30 additions and 3 deletions
|
@ -6,6 +6,21 @@ Community MySQL Collection Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 2.0.0.
|
This changelog describes changes after version 2.0.0.
|
||||||
|
|
||||||
|
v3.7.2
|
||||||
|
======
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- mysql module utils - use the connection arguments ``db`` instead of ``database`` and ``passwd`` instead of ``password`` when running with MySQLdb < 2.0.0 (https://github.com/ansible-collections/community.mysql/pull/553).
|
||||||
|
|
||||||
v3.7.1
|
v3.7.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -332,3 +332,17 @@ releases:
|
||||||
- 3.7.1.yml
|
- 3.7.1.yml
|
||||||
- 551-fix_connection_arguments_driver_compatability.yaml
|
- 551-fix_connection_arguments_driver_compatability.yaml
|
||||||
release_date: '2023-05-22'
|
release_date: '2023-05-22'
|
||||||
|
3.7.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- mysql module utils - use the connection arguments ``db`` instead of ``database``
|
||||||
|
and ``passwd`` instead of ``password`` when running with MySQLdb < 2.0.0 (https://github.com/ansible-collections/community.mysql/pull/553).
|
||||||
|
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.2.yml
|
||||||
|
- 553_fix_connection_arguemnts_for_old_mysqldb_driver.yaml
|
||||||
|
release_date: '2023-05-25'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- mysql module utils - use the connection arguments ``db`` instead of ``database`` and ``passwd`` instead of ``password`` when running with MySQLdb < 2.0.0 (https://github.com/ansible-collections/community.mysql/pull/553).
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
namespace: community
|
namespace: community
|
||||||
name: mysql
|
name: mysql
|
||||||
version: 3.7.1
|
version: 3.7.2
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible community
|
- Ansible community
|
||||||
|
|
Loading…
Add table
Reference in a new issue