Release 2.3.3 commit (#276)

This commit is contained in:
Andrew Klychkov 2022-01-18 13:04:04 +03:00 committed by GitHub
parent 9c76f1a566
commit 9d9ea46603
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.3
======
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.2.
Bugfixes
--------
- Collection core functions - use vendored version of ``distutils.version`` instead of the deprecated Python standard library ``distutils`` (https://github.com/ansible-collections/community.mysql/pull/269).
v2.3.2
======

View file

@ -379,3 +379,15 @@ releases:
- 2.3.2.yml
- 227-db-create-special-name.yaml
release_date: '2021-11-29'
2.3.3:
changes:
bugfixes:
- Collection core functions - use vendored version of ``distutils.version``
instead of the deprecated Python standard library ``distutils`` (https://github.com/ansible-collections/community.mysql/pull/269).
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.2.
fragments:
- 2.3.3.yml
- 267-prepare_for_distutils_be_removed.yml
release_date: '2022-01-18'

View file

@ -1,2 +0,0 @@
bugfixes:
- Collection core functions - use vendored version of ``distutils.version`` instead of the deprecated Python standard library ``distutils`` (https://github.com/ansible-collections/community.mysql/pull/269).

View file

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