mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-22 18:31:27 -07:00
Generate changelog for release 1.1.1, remove fragments
This commit is contained in:
parent
5b0aed749e
commit
c3dd146220
4 changed files with 31 additions and 6 deletions
|
@ -5,6 +5,22 @@ Community MySQL Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.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`` 1.1.0.
|
||||||
|
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- mysql_query - fix failing when single-row query contains commas (https://github.com/ansible-collections/community.mysql/issues/51).
|
||||||
|
|
||||||
v1.1.0
|
v1.1.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -153,3 +153,18 @@ releases:
|
||||||
- 44-close-connection.yml
|
- 44-close-connection.yml
|
||||||
- 47-mysql_modules_fix_failings_when_include_dir_in_config_file.yml
|
- 47-mysql_modules_fix_failings_when_include_dir_in_config_file.yml
|
||||||
release_date: '2020-10-13'
|
release_date: '2020-10-13'
|
||||||
|
1.1.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- mysql_query - fix failing when single-row query contains commas (https://github.com/ansible-collections/community.mysql/issues/51).
|
||||||
|
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`` 1.1.0.
|
||||||
|
|
||||||
|
'
|
||||||
|
fragments:
|
||||||
|
- 1.1.1.yml
|
||||||
|
- 53-mysql_query_fix_single_query_with_commas.yml
|
||||||
|
release_date: '2020-11-03'
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
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`` 1.1.0.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- mysql_query - fix failing when single-row query contains commas (https://github.com/ansible-collections/community.mysql/issues/51).
|
|
Loading…
Add table
Add a link
Reference in a new issue