From 7188bea0c827fab6e190984c4d6fd3acb3668e35 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 6 Sep 2024 08:21:45 +0200 Subject: [PATCH] Release 3.10.2 commit (#675) --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ changelogs/fragments/0-mysql_user.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/0-mysql_user.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 19b018ba..55e08f2c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,21 @@ Community MySQL and MariaDB Collection Release Notes This changelog describes changes after version 2.0.0. +v3.10.2 +======= + +Release Summary +--------------- + +This is a bugfix release of the ``community.mysql`` collection. +This changelog contains all changes to the modules and plugins in this +collection that have been made after the previous release. + +Bugfixes +-------- + +- mysql_user - add correct ``ed25519`` auth plugin handling when creating a user (https://github.com/ansible-collections/community.mysql/issues/672). + v3.10.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1b8048ac..56b9a53d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -173,6 +173,20 @@ releases: - 3.10.1.yml - 596-fix-check-changes.yaml release_date: '2024-09-04' + 3.10.2: + changes: + bugfixes: + - mysql_user - add correct ``ed25519`` auth plugin handling when creating a + user (https://github.com/ansible-collections/community.mysql/issues/672). + release_summary: 'This is a bugfix release of the ``community.mysql`` collection. + + This changelog contains all changes to the modules and plugins in this + + collection that have been made after the previous release.' + fragments: + - 0-mysql_user.yml + - 3.10.2.yml + release_date: '2024-09-06' 3.2.0: changes: bugfixes: diff --git a/changelogs/fragments/0-mysql_user.yml b/changelogs/fragments/0-mysql_user.yml deleted file mode 100644 index 61a9a017..00000000 --- a/changelogs/fragments/0-mysql_user.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- mysql_user - add correct ``ed25519`` auth plugin handling when creating a user (https://github.com/ansible-collections/community.mysql/issues/672). diff --git a/galaxy.yml b/galaxy.yml index ffcb55b2..99a5a393 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: community name: mysql -version: 3.10.1 +version: 3.10.2 readme: README.md authors: - Ansible community