mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Release 3.1.1 commit (#289)
This commit is contained in:
parent
952e1666d8
commit
8052563a53
4 changed files with 30 additions and 3 deletions
|
@ -6,6 +6,21 @@ Community MySQL Collection Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 2.0.0.
|
This changelog describes changes after version 2.0.0.
|
||||||
|
|
||||||
|
v3.1.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`` 3.1.0.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- mysql_role - make the ``set_default_role_all`` parameter actually working (https://github.com/ansible-collections/community.mysql/pull/282).
|
||||||
|
|
||||||
v3.1.0
|
v3.1.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -48,3 +48,17 @@ releases:
|
||||||
- 267-prepare_for_distutils_be_removed.yml
|
- 267-prepare_for_distutils_be_removed.yml
|
||||||
- 3.1.0.yml
|
- 3.1.0.yml
|
||||||
release_date: '2022-01-18'
|
release_date: '2022-01-18'
|
||||||
|
3.1.1:
|
||||||
|
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`` 3.1.0.'
|
||||||
|
fragments:
|
||||||
|
- 282-mysql_role_fix_set_default_role_all_argument.yml
|
||||||
|
- 3.1.1.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
|
namespace: community
|
||||||
name: mysql
|
name: mysql
|
||||||
version: 3.1.0
|
version: 3.1.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible community
|
- Ansible community
|
||||||
|
|
Loading…
Add table
Reference in a new issue