mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 11:40:33 -07:00
Release 2.1.1 commit (#199)
This commit is contained in:
parent
0c261b76d6
commit
fa62fd30d8
4 changed files with 29 additions and 3 deletions
|
@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.1.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
This is the patch 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.0.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- mysql_query - correctly reflect changed status in replace statements (https://github.com/ansible-collections/community.mysql/pull/193).
|
||||||
|
|
||||||
v2.1.0
|
v2.1.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -298,3 +298,16 @@ releases:
|
||||||
- 150-mysql_replication_master_related.yml
|
- 150-mysql_replication_master_related.yml
|
||||||
- 153-mysql_revert_connector_changes.yml
|
- 153-mysql_revert_connector_changes.yml
|
||||||
release_date: '2021-04-23'
|
release_date: '2021-04-23'
|
||||||
|
2.1.1:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- mysql_query - correctly reflect changed status in replace statements (https://github.com/ansible-collections/community.mysql/pull/193).
|
||||||
|
release_summary: 'This is the patch 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.0.'
|
||||||
|
fragments:
|
||||||
|
- 193-reflect_changed_status_in_replace_statements.yml
|
||||||
|
- 2.1.1.yml
|
||||||
|
release_date: '2021-08-11'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- mysql_query - correctly reflect changed status in replace statements (https://github.com/ansible-collections/community.mysql/pull/193).
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: community
|
namespace: community
|
||||||
name: mysql
|
name: mysql
|
||||||
version: 2.2.0
|
version: 2.1.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible community
|
- Ansible community
|
||||||
|
|
Loading…
Add table
Reference in a new issue