mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Release 2.3.1 commit (#236)
This commit is contained in:
parent
55a8ecd64e
commit
1cb39cce0a
4 changed files with 30 additions and 3 deletions
|
@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.3.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`` 2.3.0.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- mysql_user - Fix crash reporting ``Invalid privileges specified`` when passing privileges that became aliases (https://github.com/ansible-collections/community.mysql/issues/232).
|
||||
|
||||
v2.3.0
|
||||
======
|
||||
|
||||
|
|
|
@ -352,3 +352,17 @@ releases:
|
|||
- 205-mysql_info_fix_failure_when_no_tables_in_db.yml
|
||||
- 217-mysql-user-replace-get-valid-privs-from-show-privilegees.yml
|
||||
release_date: '2021-09-23'
|
||||
2.3.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- mysql_user - Fix crash reporting ``Invalid privileges specified`` when passing
|
||||
privileges that became aliases (https://github.com/ansible-collections/community.mysql/issues/232).
|
||||
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.0.'
|
||||
fragments:
|
||||
- 2.3.1.yml
|
||||
- 233-mysql_user_return_valid_privs.yml
|
||||
release_date: '2021-10-19'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- mysql_user - Fix crash reporting ``Invalid privileges specified`` when passing privileges that became aliases (https://github.com/ansible-collections/community.mysql/issues/232).
|
|
@ -1,6 +1,6 @@
|
|||
namespace: community
|
||||
name: mysql
|
||||
version: 2.3.0
|
||||
version: 2.3.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Ansible community
|
||||
|
|
Loading…
Add table
Reference in a new issue