mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Release 2.3.2 commit (#253)
This commit is contained in:
parent
7aab5cc04f
commit
a2c0bf4f0a
4 changed files with 29 additions and 3 deletions
|
@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.3.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
This is the patch release of the ``community.mysql`` collection.
|
||||||
|
This changelog contains all changes to the modules in this collection that
|
||||||
|
have been added after the release of ``community.mysql`` 2.3.1.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- mysql_db - Fix mismatch when database name contains a ``%`` character (https://github.com/ansible-collections/community.mysql/pull/227).
|
||||||
|
|
||||||
v2.3.1
|
v2.3.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -366,3 +366,16 @@ releases:
|
||||||
- 2.3.1.yml
|
- 2.3.1.yml
|
||||||
- 233-mysql_user_return_valid_privs.yml
|
- 233-mysql_user_return_valid_privs.yml
|
||||||
release_date: '2021-10-19'
|
release_date: '2021-10-19'
|
||||||
|
2.3.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- mysql_db - Fix mismatch when database name contains a ``%`` character (https://github.com/ansible-collections/community.mysql/pull/227).
|
||||||
|
release_summary: 'This is the patch release of the ``community.mysql`` collection.
|
||||||
|
|
||||||
|
This changelog contains all changes to the modules in this collection that
|
||||||
|
|
||||||
|
have been added after the release of ``community.mysql`` 2.3.1.'
|
||||||
|
fragments:
|
||||||
|
- 2.3.2.yml
|
||||||
|
- 227-db-create-special-name.yaml
|
||||||
|
release_date: '2021-11-29'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- mysql_db - Fix mismatch when database name contains a ``%`` character (https://github.com/ansible-collections/community.mysql/pull/227).
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: community
|
namespace: community
|
||||||
name: mysql
|
name: mysql
|
||||||
version: 2.3.1
|
version: 2.3.2
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible community
|
- Ansible community
|
||||||
|
|
Loading…
Add table
Reference in a new issue