Skip to content

Commit

Permalink
Release 1.2.0: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Klychkov committed Jan 18, 2021
1 parent b25fb59 commit 31bd2b5
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 7 deletions.
21 changes: 21 additions & 0 deletions changelogs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Community MySQL Collection Release Notes
.. contents:: Topics


v1.2.0
======

Release Summary
---------------

This is the minor 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`` 1.1.2.

Minor Changes
-------------

- mysql_user - refactor to reduce cursor.execute() calls in preparation for adding query logging (https://github.com/ansible-collections/community.mysql/pull/76).

Bugfixes
--------

- mysql_user - add ``SHOW_ROUTINE`` privilege support (https://github.com/ansible-collections/community.mysql/issues/86).
- mysql_user - fixed creating user with encrypted password in MySQL 8.0 (https://github.com/ansible-collections/community.mysql/pull/79).

v1.1.2
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,22 @@ releases:
- 72-mysql_db_fix_false_warning.yml
- 72-mysql_user_change_detection.yml
release_date: '2020-12-18'
1.2.0:
changes:
bugfixes:
- mysql_user - add ``SHOW_ROUTINE`` privilege support (https://github.com/ansible-collections/community.mysql/issues/86).
- mysql_user - fixed creating user with encrypted password in MySQL 8.0 (https://github.com/ansible-collections/community.mysql/pull/79).
minor_changes:
- mysql_user - refactor to reduce cursor.execute() calls in preparation for
adding query logging (https://github.com/ansible-collections/community.mysql/pull/76).
release_summary: 'This is the minor 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`` 1.1.2.'
fragments:
- 1.2.0.yml
- 76-mysql-user-query-refact.yaml
- 79-mysql-user-tests-and-fixes.yml
- 87-mysql_user_show_routine_support.yml
release_date: '2021-01-18'
2 changes: 0 additions & 2 deletions changelogs/fragments/76-mysql-user-query-refact.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/79-mysql-user-tests-and-fixes.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/87-mysql_user_show_routine_support.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: 1.1.2
version: 1.2.0
readme: README.md
authors:
- MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)
Expand Down

0 comments on commit 31bd2b5

Please sign in to comment.