Release 2.3.5 commit (#303)

This commit is contained in:
Andrew Klychkov 2022-03-14 17:17:21 +03:00 committed by GitHub
parent 95c649cce2
commit fecc9866e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 3 deletions

View file

@ -5,6 +5,19 @@ Community MySQL Collection Release Notes
.. contents:: Topics
v2.3.5
======
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.4.
Bugfixes
--------
- Collection core functions - fixes related to the mysqlclient Python connector (https://github.com/ansible-collections/community.mysql/issues/292).
v2.3.4
======

View file

@ -403,3 +403,15 @@ releases:
- 2.3.4.yml
- 282-mysql_role_fix_set_default_role_all_argument.yml
release_date: '2022-02-16'
2.3.5:
changes:
bugfixes:
- Collection core functions - fixes related to the mysqlclient Python connector
(https://github.com/ansible-collections/community.mysql/issues/292).
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.4.
fragments:
- 0-mysqlclient.yml
- 2.3.5.yml
release_date: '2022-03-14'

View file

@ -1,2 +0,0 @@
bugfixes:
- Collection core functions - fixes related to the mysqlclient Python connector (https://github.com/ansible-collections/community.mysql/issues/292).

View file

@ -1,6 +1,6 @@
namespace: community
name: mysql
version: 2.3.4
version: 2.3.5
readme: README.md
authors:
- Ansible community