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 @@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
5
5
.. contents :: Topics
6
6
7
7
8
+ v2.2.0-a1
9
+ =========
10
+
11
+ Release Summary
12
+ ---------------
13
+
14
+ This is the minor pre-release of the ``community.mysql `` collection.
15
+ This changelog contains all changes to the modules in this collection that
16
+ have been added after the release of ``community.mysql `` 2.1.1
17
+
18
+ New Modules
19
+ -----------
20
+
21
+ - mysql_role - Adds, removes, or updates a MySQL role
22
+
8
23
v2.1.1
9
24
======
10
25
Original file line number Diff line number Diff line change @@ -311,3 +311,17 @@ releases:
311
311
- 193-reflect_changed_status_in_replace_statements.yml
312
312
- 2.1.1.yml
313
313
release_date : ' 2021-08-11'
314
+ 2.2.0-a1 :
315
+ changes :
316
+ release_summary : ' This is the minor pre-release of the ``community.mysql`` collection.
317
+
318
+ This changelog contains all changes to the modules in this collection that
319
+
320
+ have been added after the release of ``community.mysql`` 2.1.1'
321
+ fragments :
322
+ - 2.2.0-a1.yml
323
+ modules :
324
+ - description : Adds, removes, or updates a MySQL role
325
+ name : mysql_role
326
+ namespace : ' '
327
+ release_date : ' 2021-08-11'
Original file line number Diff line number Diff line change 1
1
namespace : community
2
2
name : mysql
3
- version : 2.1.1
3
+ version : 2.2.0-a1
4
4
readme : README.md
5
5
authors :
6
6
- Ansible community
You can’t perform that action at this time.
0 commit comments