mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-16 23:50:33 -07:00
Generate CHANGELOG.rst
This commit is contained in:
parent
b1df34c08a
commit
edc3eb46cd
4 changed files with 29 additions and 5 deletions
|
@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.0.2
|
||||||
|
======
|
||||||
|
|
||||||
|
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.0.1.
|
||||||
|
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- mysql_user - fix module's crash when modifying a user with ``host_all`` (https://github.com/ansible-collections/community.mysql/issues/39).
|
||||||
|
|
||||||
v1.0.1
|
v1.0.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -119,3 +119,17 @@ releases:
|
||||||
- 26-remove_tls_requirements.yml
|
- 26-remove_tls_requirements.yml
|
||||||
- 34-mysql_db_fix_false_warning.yml
|
- 34-mysql_db_fix_false_warning.yml
|
||||||
release_date: '2020-09-29'
|
release_date: '2020-09-29'
|
||||||
|
1.0.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- mysql_user - fix module's crash when modifying a user with ``host_all`` (https://github.com/ansible-collections/community.mysql/issues/39).
|
||||||
|
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.0.1.
|
||||||
|
|
||||||
|
'
|
||||||
|
fragments:
|
||||||
|
- 1.0.2.yml
|
||||||
|
- 40-mysql_user_fix_error_when_host_all_used.yml
|
||||||
|
release_date: '2020-10-01'
|
||||||
|
|
|
@ -1,3 +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.0.1.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- mysql_user - fix module's crash when modifying a user with ``host_all`` (https://github.com/ansible-collections/community.mysql/issues/39).
|
|
Loading…
Add table
Add a link
Reference in a new issue