Skip to content

Commit

Permalink
prepare community.mysql 1.5.0 (#505)
Browse files Browse the repository at this point in the history
* prepare 1.4.10

* 1.5.0
  • Loading branch information
markuman authored Feb 8, 2023
1 parent cf25d85 commit 8687e57
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
15 changes: 15 additions & 0 deletions 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


v1.5.0
=======

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

This is a minor release of the ``community.mysql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.

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

- mysql_info - add ``connector_name`` and ``connector_version`` to returned values (https://github.com/ansible-collections/community.mysql/pull/497).

v1.4.8
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,18 @@ releases:
- 1.4.8.yml
- simplified-bsd-license.yml
release_date: '2022-07-28'
1.5.0:
changes:
minor_changes:
- mysql_info - add ``connector_name`` and ``connector_version`` to returned
values (https://github.com/ansible-collections/community.mysql/pull/497).
release_summary: 'This is bugfix release of the ``community.mysql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
fragments:
- 1.5.0.yml
- 497_mysql_info_returns_connector_name_and_version.yml
- backport-stable-2-pr-452.yml
release_date: '2023-02-08'

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/backport-stable-2-pr-452.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.4.9
version: 1.5.0
readme: README.md
authors:
- Ansible community
Expand Down

0 comments on commit 8687e57

Please sign in to comment.