Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d9ea46

Browse files
authored
Release 2.3.3 commit (ansible-collections#276)
1 parent 9c76f1a commit 9d9ea46

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

changelogs/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Community MySQL Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.3.3
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
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`` 2.3.2.
15+
16+
Bugfixes
17+
--------
18+
19+
- 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).
20+
821
v2.3.2
922
======
1023

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,3 +379,15 @@ releases:
379379
- 2.3.2.yml
380380
- 227-db-create-special-name.yaml
381381
release_date: '2021-11-29'
382+
2.3.3:
383+
changes:
384+
bugfixes:
385+
- Collection core functions - use vendored version of ``distutils.version``
386+
instead of the deprecated Python standard library ``distutils`` (https://github.com/ansible-collections/community.mysql/pull/269).
387+
release_summary: This is the patch release of the ``community.mysql`` collection.
388+
This changelog contains all changes to the modules in this collection that
389+
have been added after the release of ``community.mysql`` 2.3.2.
390+
fragments:
391+
- 2.3.3.yml
392+
- 267-prepare_for_distutils_be_removed.yml
393+
release_date: '2022-01-18'

changelogs/fragments/267-prepare_for_distutils_be_removed.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: mysql
3-
version: 2.3.2
3+
version: 2.3.3
44
readme: README.md
55
authors:
66
- Ansible community

0 commit comments

Comments
 (0)