From 8687e575d75a0e076358c1977aa4fb9df5a7df36 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Wed, 8 Feb 2023 10:34:27 +0100 Subject: [PATCH] prepare community.mysql 1.5.0 (#505) * prepare 1.4.10 * 1.5.0 --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 15 +++++++++++++++ ...ql_info_returns_connector_name_and_version.yml | 3 --- changelogs/fragments/backport-stable-2-pr-452.yml | 4 ---- galaxy.yml | 2 +- 5 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/497_mysql_info_returns_connector_name_and_version.yml delete mode 100644 changelogs/fragments/backport-stable-2-pr-452.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 112b294..da8e743 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b24e587..1d4368d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' \ No newline at end of file diff --git a/changelogs/fragments/497_mysql_info_returns_connector_name_and_version.yml b/changelogs/fragments/497_mysql_info_returns_connector_name_and_version.yml deleted file mode 100644 index 11fc4f5..0000000 --- a/changelogs/fragments/497_mysql_info_returns_connector_name_and_version.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/backport-stable-2-pr-452.yml b/changelogs/fragments/backport-stable-2-pr-452.yml deleted file mode 100644 index ee84ae2..0000000 --- a/changelogs/fragments/backport-stable-2-pr-452.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- - -trivial: - - Tests - Backport PR-452 Sync GHA workflow w/ the collection template diff --git a/galaxy.yml b/galaxy.yml index ee76d66..289ddf9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 1.4.9 +version: 1.5.0 readme: README.md authors: - Ansible community