Skip to content

Commit

Permalink
Release 2.3.1 commit (ansible-collections#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Oct 19, 2021
1 parent 55a8ecd commit 1cb39cc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
15 changes: 15 additions & 0 deletions changelogs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 0 additions & 2 deletions changelogs/fragments/233-mysql_user_return_valid_privs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: mysql
version: 2.3.0
version: 2.3.1
readme: README.md
authors:
- Ansible community
Expand Down

0 comments on commit 1cb39cc

Please sign in to comment.