mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 11:10:32 -07:00
parent
cf25d85e49
commit
8687e575d7
5 changed files with 31 additions and 8 deletions
|
@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
|
||||||
.. contents:: Topics
|
.. 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
|
v1.4.8
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -395,3 +395,18 @@ releases:
|
||||||
- 1.4.8.yml
|
- 1.4.8.yml
|
||||||
- simplified-bsd-license.yml
|
- simplified-bsd-license.yml
|
||||||
release_date: '2022-07-28'
|
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'
|
|
@ -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).
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
|
|
||||||
trivial:
|
|
||||||
- Tests - Backport PR-452 Sync GHA workflow w/ the collection template
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: community
|
namespace: community
|
||||||
name: mysql
|
name: mysql
|
||||||
version: 1.4.9
|
version: 1.5.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible community
|
- Ansible community
|
||||||
|
|
Loading…
Add table
Reference in a new issue