mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-25 06:10:25 -07:00
Add release changelog
This commit is contained in:
parent
82ad06e072
commit
ffc4f4eb94
6 changed files with 42 additions and 7 deletions
|
@ -133,3 +133,23 @@ releases:
|
|||
- 1.0.2.yml
|
||||
- 40-mysql_user_fix_error_when_host_all_used.yml
|
||||
release_date: '2020-10-01'
|
||||
1.1.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- mysql modules - fix crash when ``!includedir`` option is in config file (https://github.com/ansible-collections/community.mysql/issues/46).
|
||||
minor_changes:
|
||||
- mysql modules - add the ``check_hostname`` option (https://github.com/ansible-collections/community.mysql/issues/28).
|
||||
- mysql modules - patch the ``Connection`` class to add a destructor that ensures
|
||||
connections to the server are explicitly closed (https://github.com/ansible-collections/community.mysql/pull/44).
|
||||
release_summary: 'This is the minor 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.2.
|
||||
|
||||
'
|
||||
fragments:
|
||||
- 1.1.0.yml
|
||||
- 35-disable-hostname-check.yml
|
||||
- 44-close-connection.yml
|
||||
- 47-mysql_modules_fix_failings_when_include_dir_in_config_file.yml
|
||||
release_date: '2020-10-13'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue