Skip to content

Commit 8687e57

Browse files
authored
prepare community.mysql 1.5.0 (#505)
* prepare 1.4.10 * 1.5.0
1 parent cf25d85 commit 8687e57

File tree

5 files changed

+31
-8
lines changed

5 files changed

+31
-8
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
55
.. contents:: Topics
66

77

8+
v1.5.0
9+
=======
10+
11+
Release Summary
12+
---------------
13+
14+
This is a minor release of the ``community.mysql`` collection.
15+
This changelog contains all changes to the modules and plugins in this collection
16+
that have been made after the previous release.
17+
18+
Minor Changes
19+
-------------
20+
21+
- mysql_info - add ``connector_name`` and ``connector_version`` to returned values (https://github.com/ansible-collections/community.mysql/pull/497).
22+
823
v1.4.8
924
======
1025

changelogs/changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,3 +395,18 @@ releases:
395395
- 1.4.8.yml
396396
- simplified-bsd-license.yml
397397
release_date: '2022-07-28'
398+
1.5.0:
399+
changes:
400+
minor_changes:
401+
- mysql_info - add ``connector_name`` and ``connector_version`` to returned
402+
values (https://github.com/ansible-collections/community.mysql/pull/497).
403+
release_summary: 'This is bugfix release of the ``community.mysql`` collection.
404+
405+
This changelog contains all changes to the modules and plugins in this collection
406+
407+
that have been made after the previous release.'
408+
fragments:
409+
- 1.5.0.yml
410+
- 497_mysql_info_returns_connector_name_and_version.yml
411+
- backport-stable-2-pr-452.yml
412+
release_date: '2023-02-08'

changelogs/fragments/497_mysql_info_returns_connector_name_and_version.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/backport-stable-2-pr-452.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: mysql
3-
version: 1.4.9
3+
version: 1.5.0
44
readme: README.md
55
authors:
66
- Ansible community

0 commit comments

Comments
 (0)