mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Release 1.4.4 commit (#277)
This commit is contained in:
parent
9386045797
commit
f46b84e670
4 changed files with 30 additions and 3 deletions
|
@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.4.4
|
||||
======
|
||||
|
||||
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.3.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Collection core functions - use vendored version of ``distutils.version`` instead of the deprecated Python standard library ``distutils`` (https://github.com/ansible-collections/community.mysql/pull/269).
|
||||
|
||||
v1.4.3
|
||||
======
|
||||
|
||||
|
|
|
@ -304,3 +304,17 @@ releases:
|
|||
- 1.4.3.yml
|
||||
- 205-mysql_info_fix_failure_when_no_tables_in_db.yml
|
||||
release_date: '2021-09-23'
|
||||
1.4.4:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Collection core functions - use vendored version of ``distutils.version``
|
||||
instead of the deprecated Python standard library ``distutils`` (https://github.com/ansible-collections/community.mysql/pull/269).
|
||||
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.3.'
|
||||
fragments:
|
||||
- 1.4.4.yml
|
||||
- 267-prepare_for_distutils_be_removed.yml
|
||||
release_date: '2022-01-18'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- Collection core functions - use vendored version of ``distutils.version`` instead of the deprecated Python standard library ``distutils`` (https://github.com/ansible-collections/community.mysql/pull/269).
|
|
@ -1,6 +1,6 @@
|
|||
namespace: community
|
||||
name: mysql
|
||||
version: 1.4.3
|
||||
version: 1.4.4
|
||||
readme: README.md
|
||||
authors:
|
||||
- Ansible community
|
||||
|
|
Loading…
Add table
Reference in a new issue