Skip to content

Commit

Permalink
Release 3.7.0 commit (ansible-collections#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-indermuehle authored May 5, 2023
1 parent 30a2015 commit 04e197f
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 11 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ Community MySQL Collection Release Notes

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
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/490_refactor_integration_tests.yml

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
namespace: community
name: mysql
version: 3.6.0
version: 3.7.0
readme: README.md
authors:
- Ansible community
Expand Down

0 comments on commit 04e197f

Please sign in to comment.