From 9d9ea46603f786fb1f4dd9f0bd9f95f62334233e Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 18 Jan 2022 13:04:04 +0300 Subject: [PATCH] Release 2.3.3 commit (#276) --- changelogs/CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ .../267-prepare_for_distutils_be_removed.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/267-prepare_for_distutils_be_removed.yml diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index f8fcb6d..b28f49b 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5edc3aa..94b5d86 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/267-prepare_for_distutils_be_removed.yml b/changelogs/fragments/267-prepare_for_distutils_be_removed.yml deleted file mode 100644 index 190b178..0000000 --- a/changelogs/fragments/267-prepare_for_distutils_be_removed.yml +++ /dev/null @@ -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). diff --git a/galaxy.yml b/galaxy.yml index 68e336d..6dacee0 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 2.3.2 +version: 2.3.3 readme: README.md authors: - Ansible community