File tree Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Expand file tree Collapse file tree 4 files changed +30
-3
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.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
+
9
24
v3.10.1
10
25
=======
11
26
Original file line number Diff line number Diff line change @@ -173,6 +173,20 @@ releases:
173
173
- 3.10.1.yml
174
174
- 596-fix-check-changes.yaml
175
175
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'
176
190
3.2.0 :
177
191
changes :
178
192
bugfixes :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
namespace : community
3
3
name : mysql
4
- version : 3.10.1
4
+ version : 3.10.2
5
5
readme : README.md
6
6
authors :
7
7
- Ansible community
You can’t perform that action at this time.
0 commit comments