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 Collection Release Notes
6
6
7
7
This changelog describes changes after version 2.0.0.
8
8
9
+ v3.1.1
10
+ ======
11
+
12
+ Release Summary
13
+ ---------------
14
+
15
+ This is the patch release of the ``community.mysql `` collection.
16
+ This changelog contains all changes to the modules in this collection
17
+ that have been added after the release of ``community.mysql `` 3.1.0.
18
+
19
+ Bugfixes
20
+ --------
21
+
22
+ - mysql_role - make the ``set_default_role_all `` parameter actually working (https://github.com/ansible-collections/community.mysql/pull/282).
23
+
9
24
v3.1.0
10
25
======
11
26
Original file line number Diff line number Diff line change @@ -48,3 +48,17 @@ releases:
48
48
- 267-prepare_for_distutils_be_removed.yml
49
49
- 3.1.0.yml
50
50
release_date : ' 2022-01-18'
51
+ 3.1.1 :
52
+ changes :
53
+ bugfixes :
54
+ - mysql_role - make the ``set_default_role_all`` parameter actually working
55
+ (https://github.com/ansible-collections/community.mysql/pull/282).
56
+ release_summary : ' This is the patch release of the ``community.mysql`` collection.
57
+
58
+ This changelog contains all changes to the modules in this collection
59
+
60
+ that have been added after the release of ``community.mysql`` 3.1.0.'
61
+ fragments :
62
+ - 282-mysql_role_fix_set_default_role_all_argument.yml
63
+ - 3.1.1.yml
64
+ release_date : ' 2022-02-16'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
namespace : community
2
2
name : mysql
3
- version : 3.1.0
3
+ version : 3.1.1
4
4
readme : README.md
5
5
authors :
6
6
- Ansible community
You can’t perform that action at this time.
0 commit comments