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

Skip to content

Commit 04c0f9f

Browse files
authored
Release 2.2.0-a1 commit (ansible-collections#201)
1 parent a8e2c52 commit 04c0f9f

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

changelogs/CHANGELOG.rst

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

77

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+
823
v2.1.1
924
======
1025

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,17 @@ releases:
311311
- 193-reflect_changed_status_in_replace_statements.yml
312312
- 2.1.1.yml
313313
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'

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: 2.1.1
3+
version: 2.2.0-a1
44
readme: README.md
55
authors:
66
- Ansible community

0 commit comments

Comments
 (0)