mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Release 1.4.1 commit (#159)
This commit is contained in:
parent
fe8f3662eb
commit
b3a83aa0a3
4 changed files with 30 additions and 3 deletions
|
@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.4.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.4.0.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- mysql - revert changes of connector arguments made in pull request 116 causing the invalid keyword argument error (https://github.com/ansible-collections/community.mysql/pull/116).
|
||||
|
||||
v1.4.0
|
||||
======
|
||||
|
||||
|
|
|
@ -263,3 +263,17 @@ releases:
|
|||
- 115-add_mysql_full_version_suffix_return_var.yml
|
||||
- 116-change_deprecated_connection_ parameters.yml
|
||||
release_date: '2021-04-16'
|
||||
1.4.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- mysql - revert changes of connector arguments made in pull request 116 causing
|
||||
the invalid keyword argument error (https://github.com/ansible-collections/community.mysql/pull/116).
|
||||
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.4.0.'
|
||||
fragments:
|
||||
- 1.4.1.yml
|
||||
- 153-mysql_revert_connector_changes.yml
|
||||
release_date: '2021-04-23'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- mysql - revert changes of connector arguments made in pull request 116 causing the invalid keyword argument error (https://github.com/ansible-collections/community.mysql/pull/116).
|
|
@ -1,6 +1,6 @@
|
|||
namespace: community
|
||||
name: mysql
|
||||
version: 1.4.0
|
||||
version: 1.4.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Ansible community
|
||||
|
|
Loading…
Add table
Reference in a new issue