From d7c6bddefa082e81456d24599033c121f08f31fa Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 16 Feb 2022 13:24:17 +0300 Subject: [PATCH] Release 2.3.4 commit (#288) --- changelogs/CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ ...mysql_role_fix_set_default_role_all_argument.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/282-mysql_role_fix_set_default_role_all_argument.yml diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index b28f49ba..212af171 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -5,6 +5,19 @@ Community MySQL Collection Release Notes .. contents:: Topics +v2.3.4 +====== + +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.3. + +Bugfixes +-------- + +- mysql_role - make the ``set_default_role_all`` parameter actually working (https://github.com/ansible-collections/community.mysql/pull/282). + v2.3.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 94b5d861..3fb24b77 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -391,3 +391,15 @@ releases: - 2.3.3.yml - 267-prepare_for_distutils_be_removed.yml release_date: '2022-01-18' + 2.3.4: + changes: + bugfixes: + - mysql_role - make the ``set_default_role_all`` parameter actually working + (https://github.com/ansible-collections/community.mysql/pull/282). + 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.3. + fragments: + - 2.3.4.yml + - 282-mysql_role_fix_set_default_role_all_argument.yml + release_date: '2022-02-16' diff --git a/changelogs/fragments/282-mysql_role_fix_set_default_role_all_argument.yml b/changelogs/fragments/282-mysql_role_fix_set_default_role_all_argument.yml deleted file mode 100644 index 06fe4b6a..00000000 --- a/changelogs/fragments/282-mysql_role_fix_set_default_role_all_argument.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- mysql_role - make the ``set_default_role_all`` parameter actually working (https://github.com/ansible-collections/community.mysql/pull/282). diff --git a/galaxy.yml b/galaxy.yml index 6dacee0b..692a899f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 2.3.3 +version: 2.3.4 readme: README.md authors: - Ansible community