From 1cb39cce0a1f5c542cba0b725d173798549b5227 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 19 Oct 2021 13:41:22 +0300 Subject: [PATCH] Release 2.3.1 commit (#236) --- changelogs/CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ .../233-mysql_user_return_valid_privs.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/233-mysql_user_return_valid_privs.yml diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index 71ce87d1..e1d5af32 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -5,6 +5,21 @@ Community MySQL Collection Release Notes .. contents:: Topics +v2.3.1 +====== + +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.0. + +Bugfixes +-------- + +- mysql_user - Fix crash reporting ``Invalid privileges specified`` when passing privileges that became aliases (https://github.com/ansible-collections/community.mysql/issues/232). + v2.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index efa0c2d6..085081b2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -352,3 +352,17 @@ releases: - 205-mysql_info_fix_failure_when_no_tables_in_db.yml - 217-mysql-user-replace-get-valid-privs-from-show-privilegees.yml release_date: '2021-09-23' + 2.3.1: + changes: + bugfixes: + - mysql_user - Fix crash reporting ``Invalid privileges specified`` when passing + privileges that became aliases (https://github.com/ansible-collections/community.mysql/issues/232). + 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.0.' + fragments: + - 2.3.1.yml + - 233-mysql_user_return_valid_privs.yml + release_date: '2021-10-19' diff --git a/changelogs/fragments/233-mysql_user_return_valid_privs.yml b/changelogs/fragments/233-mysql_user_return_valid_privs.yml deleted file mode 100644 index 4f4b23e6..00000000 --- a/changelogs/fragments/233-mysql_user_return_valid_privs.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - mysql_user - Fix crash reporting ``Invalid privileges specified`` when passing privileges that became aliases (https://github.com/ansible-collections/community.mysql/issues/232). diff --git a/galaxy.yml b/galaxy.yml index cfe62f1d..50c44a14 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 2.3.0 +version: 2.3.1 readme: README.md authors: - Ansible community