mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Release 2.2.0-a1 commit (#201)
This commit is contained in:
parent
a8e2c5290b
commit
04c0f9f049
3 changed files with 30 additions and 1 deletions
|
@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.2.0-a1
|
||||||
|
=========
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
This is the minor pre-release of the ``community.mysql`` collection.
|
||||||
|
This changelog contains all changes to the modules in this collection that
|
||||||
|
have been added after the release of ``community.mysql`` 2.1.1
|
||||||
|
|
||||||
|
New Modules
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- mysql_role - Adds, removes, or updates a MySQL role
|
||||||
|
|
||||||
v2.1.1
|
v2.1.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -311,3 +311,17 @@ releases:
|
||||||
- 193-reflect_changed_status_in_replace_statements.yml
|
- 193-reflect_changed_status_in_replace_statements.yml
|
||||||
- 2.1.1.yml
|
- 2.1.1.yml
|
||||||
release_date: '2021-08-11'
|
release_date: '2021-08-11'
|
||||||
|
2.2.0-a1:
|
||||||
|
changes:
|
||||||
|
release_summary: 'This is the minor pre-release of the ``community.mysql`` collection.
|
||||||
|
|
||||||
|
This changelog contains all changes to the modules in this collection that
|
||||||
|
|
||||||
|
have been added after the release of ``community.mysql`` 2.1.1'
|
||||||
|
fragments:
|
||||||
|
- 2.2.0-a1.yml
|
||||||
|
modules:
|
||||||
|
- description: Adds, removes, or updates a MySQL role
|
||||||
|
name: mysql_role
|
||||||
|
namespace: ''
|
||||||
|
release_date: '2021-08-11'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: community
|
namespace: community
|
||||||
name: mysql
|
name: mysql
|
||||||
version: 2.1.1
|
version: 2.2.0-a1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible community
|
- Ansible community
|
||||||
|
|
Loading…
Add table
Reference in a new issue