mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -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
|
@ -6,6 +6,22 @@ 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.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
|
v3.6.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -300,3 +300,20 @@ releases:
|
||||||
- 503-fix-revoke-grant-only.yml
|
- 503-fix-revoke-grant-only.yml
|
||||||
- mysql_variables_allow_uppercase_identifiers.yml
|
- mysql_variables_allow_uppercase_identifiers.yml
|
||||||
release_date: '2023-02-08'
|
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'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
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).
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
minor_changes:
|
|
||||||
- Integration tests - Add more versions of MariaDB
|
|
||||||
- Integration tests - Carefully verify every component of the tests in the new target 'setup_controller' to ensure expected versions are correct Python, Ansible, connector and MySQL/MariaDB.
|
|
||||||
- Integration tests - Add tools to test locally the same as on GHA by using same containers and virtualenv. Custom test containers are published in ghcr.io by this repo's workflows. MySQL/MariaDB are official Docker Hub images.
|
|
||||||
- Integration tests - New name for many tasks to makes it easier to find failing tests. Rename duplicates. Add name for tasks which doesn't had one, refactor some tests files to better group tests by subject, ...
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- mysql_user - add ``MAX_STATEMENT_TIME`` support for mariadb to the ``resource_limits`` argument (https://github.com/ansible-collections/community.mysql/issues/211).
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
---
|
||||||
namespace: community
|
namespace: community
|
||||||
name: mysql
|
name: mysql
|
||||||
version: 3.6.0
|
version: 3.7.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible community
|
- Ansible community
|
||||||
|
|
Loading…
Add table
Reference in a new issue