File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ Community MySQL and MariaDB Collection Release Notes
6
6
7
7
This changelog describes changes after version 2.0.0.
8
8
9
+ v3.10.3
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/pull/676).
23
+
9
24
v3.10.2
10
25
=======
11
26
Original file line number Diff line number Diff line change @@ -187,6 +187,20 @@ releases:
187
187
- 0-mysql_user.yml
188
188
- 3.10.2.yml
189
189
release_date : ' 2024-09-06'
190
+ 3.10.3 :
191
+ changes :
192
+ bugfixes :
193
+ - mysql_user - add correct ``ed25519`` auth plugin handling when creating a
194
+ user (https://github.com/ansible-collections/community.mysql/pull/676).
195
+ release_summary : ' This is a bugfix release of the ``community.mysql`` collection.
196
+
197
+ This changelog contains all changes to the modules and plugins in this
198
+
199
+ collection that have been made after the previous release.'
200
+ fragments :
201
+ - 0-mysql_user.yml
202
+ - 3.10.3.yml
203
+ release_date : ' 2024-09-09'
190
204
3.2.0 :
191
205
changes :
192
206
bugfixes :
Original file line number Diff line number Diff line change 1
1
---
2
2
namespace : community
3
3
name : mysql
4
- version : 3.10.2
4
+ version : 3.10.3
5
5
readme : README.md
6
6
authors :
7
7
- Ansible community
You can’t perform that action at this time.
0 commit comments