mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-14 18:11:45 -07:00
Generage CHANGELOG.rst
This commit is contained in:
parent
d8330576f0
commit
ca621216ef
5 changed files with 37 additions and 9 deletions
|
@ -5,6 +5,24 @@ Community MySQL Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.0.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.0.0.
|
||||
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- mysql_db - fix false warning related to ``unsafe_login_password`` option (https://github.com/ansible-collections/community.mysql/issues/33).
|
||||
- mysql_user - added tests to verify that TLS requirements are removed with an empty ``tls_requires`` option (https://github.com/ansible-collections/community.mysql/issues/20).
|
||||
- mysql_user - correct procedure to check existing TLS requirements (https://github.com/ansible-collections/community.mysql/pull/26).
|
||||
- mysql_user - minor syntax fixes (https://github.com/ansible-collections/community.mysql/pull/26).
|
||||
|
||||
v1.0.0
|
||||
======
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue