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

Skip to content

Commit 8052563

Browse files
authored
Release 3.1.1 commit (ansible-collections#289)
1 parent 952e166 commit 8052563

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

changelogs/CHANGELOG.rst

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

77
This changelog describes changes after version 2.0.0.
88

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+
924
v3.1.0
1025
======
1126

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,17 @@ releases:
4848
- 267-prepare_for_distutils_be_removed.yml
4949
- 3.1.0.yml
5050
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'

changelogs/fragments/282-mysql_role_fix_set_default_role_all_argument.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,6 +1,6 @@
11
namespace: community
22
name: mysql
3-
version: 3.1.0
3+
version: 3.1.1
44
readme: README.md
55
authors:
66
- Ansible community

0 commit comments

Comments
 (0)