mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Release 2.3.4 commit (#288)
This commit is contained in:
parent
8b2c418538
commit
d7c6bddefa
4 changed files with 26 additions and 3 deletions
|
@ -5,6 +5,19 @@ Community MySQL Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.3.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`` 2.3.3.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- mysql_role - make the ``set_default_role_all`` parameter actually working (https://github.com/ansible-collections/community.mysql/pull/282).
|
||||
|
||||
v2.3.3
|
||||
======
|
||||
|
||||
|
|
|
@ -391,3 +391,15 @@ releases:
|
|||
- 2.3.3.yml
|
||||
- 267-prepare_for_distutils_be_removed.yml
|
||||
release_date: '2022-01-18'
|
||||
2.3.4:
|
||||
changes:
|
||||
bugfixes:
|
||||
- mysql_role - make the ``set_default_role_all`` parameter actually working
|
||||
(https://github.com/ansible-collections/community.mysql/pull/282).
|
||||
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`` 2.3.3.
|
||||
fragments:
|
||||
- 2.3.4.yml
|
||||
- 282-mysql_role_fix_set_default_role_all_argument.yml
|
||||
release_date: '2022-02-16'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- mysql_role - make the ``set_default_role_all`` parameter actually working (https://github.com/ansible-collections/community.mysql/pull/282).
|
|
@ -1,6 +1,6 @@
|
|||
namespace: community
|
||||
name: mysql
|
||||
version: 2.3.3
|
||||
version: 2.3.4
|
||||
readme: README.md
|
||||
authors:
|
||||
- Ansible community
|
||||
|
|
Loading…
Add table
Reference in a new issue