prepare community.mysql 1.5.0 (#505)

* prepare 1.4.10

* 1.5.0
This commit is contained in:
Markus Bergholz 2023-02-08 10:34:27 +01:00 committed by GitHub
parent cf25d85e49
commit 8687e575d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 8 deletions

View file

@ -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
======

View file

@ -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'

View file

@ -1,3 +0,0 @@
---
minor_changes:
- mysql_info - add ``connector_name`` and ``connector_version`` to returned values (https://github.com/ansible-collections/community.mysql/pull/497).

View file

@ -1,4 +0,0 @@
---
trivial:
- Tests - Backport PR-452 Sync GHA workflow w/ the collection template

View file

@ -1,6 +1,6 @@
namespace: community
name: mysql
version: 1.4.9
version: 1.5.0
readme: README.md
authors:
- Ansible community