Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7188bea

Browse files
authored
Release 3.10.2 commit (ansible-collections#675)
1 parent 3425fdb commit 7188bea

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ Community MySQL and MariaDB Collection Release Notes
66

77
This changelog describes changes after version 2.0.0.
88

9+
v3.10.2
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
This is a bugfix release of the ``community.mysql`` collection.
16+
This changelog contains all changes to the modules and plugins in this
17+
collection that have been made after the previous release.
18+
19+
Bugfixes
20+
--------
21+
22+
- mysql_user - add correct ``ed25519`` auth plugin handling when creating a user (https://github.com/ansible-collections/community.mysql/issues/672).
23+
924
v3.10.1
1025
=======
1126

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,20 @@ releases:
173173
- 3.10.1.yml
174174
- 596-fix-check-changes.yaml
175175
release_date: '2024-09-04'
176+
3.10.2:
177+
changes:
178+
bugfixes:
179+
- mysql_user - add correct ``ed25519`` auth plugin handling when creating a
180+
user (https://github.com/ansible-collections/community.mysql/issues/672).
181+
release_summary: 'This is a bugfix release of the ``community.mysql`` collection.
182+
183+
This changelog contains all changes to the modules and plugins in this
184+
185+
collection that have been made after the previous release.'
186+
fragments:
187+
- 0-mysql_user.yml
188+
- 3.10.2.yml
189+
release_date: '2024-09-06'
176190
3.2.0:
177191
changes:
178192
bugfixes:

changelogs/fragments/0-mysql_user.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: community
33
name: mysql
4-
version: 3.10.1
4+
version: 3.10.2
55
readme: README.md
66
authors:
77
- Ansible community

0 commit comments

Comments
 (0)