From 6e2310d356db93f4b8bd880aea6e99f9b6e86b03 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 22 Jan 2024 11:12:34 +0100 Subject: [PATCH] Release 2.4.2 commit (#607) --- CHANGELOG.rst | 19 +++++++++++++++---- changelogs/changelog.yaml | 18 +++++++++++++++--- changelogs/fragments/0-stable-2-eol.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 31 insertions(+), 10 deletions(-) delete mode 100644 changelogs/fragments/0-stable-2-eol.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f6bf9a979..4c283d8c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,15 +5,26 @@ Community MySQL Collection Release Notes .. contents:: Topics -v2.4.1 +v2.4.2 ====== Release Summary --------------- -Maintenance release of ``community.mysql`` major version 2. -Only contains changes to the CI. There is no functional difference between 2.4.0 and 2.4.1. +Maintenance release of ``community.mysql`` to inform users that the collection version 2 is EOL. There were no functional changes made in this release. + +Major Changes +------------- + +- Collection version 2.*.* is EOL, no more bugfixes will be backported. Please consider upgrading to the latest version. + +v2.4.1 +====== + +Release Summary +--------------- +Maintenance release of ``community.mysql`` major version 2. Only contains changes to the CI. There is no functional difference between 2.4.0 and 2.4.1. v2.4.0 ====== @@ -21,7 +32,7 @@ v2.4.0 Release Summary --------------- -This is a minor release of the ``community.mysql`` collection. +This is a 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. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0eafa4d2b..3bd66a9f0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -521,10 +521,22 @@ releases: release_date: '2023-02-08' 2.4.1: changes: - release_summary: 'Maintenance release of ``community.mysql`` major version - 2. Only contains changes to the CI. There is no functional difference - between 2.4.0 and 2.4.1.' + release_summary: Maintenance release of ``community.mysql`` major version 2. + Only contains changes to the CI. There is no functional difference between + 2.4.0 and 2.4.1. fragments: - 2.4.1.yml - 490_refactor_integration_tests.yml release_date: '2023-05-04' + 2.4.2: + changes: + major_changes: + - Collection version 2.*.* is EOL, no more bugfixes will be backported. Please + consider upgrading to the latest version. + release_summary: Maintenance release of ``community.mysql`` to inform users + that the collection version 2 is EOL. There were no functional changes made + in this release. + fragments: + - 0-stable-2-eol.yml + - 2.4.2.yml + release_date: '2024-01-22' diff --git a/changelogs/fragments/0-stable-2-eol.yml b/changelogs/fragments/0-stable-2-eol.yml deleted file mode 100644 index afcad73ec..000000000 --- a/changelogs/fragments/0-stable-2-eol.yml +++ /dev/null @@ -1,2 +0,0 @@ -major_changes: -- "Collection version 2.*.* is EOL, no more bugfixes will be backported. Please consider upgrading to the latest version." diff --git a/galaxy.yml b/galaxy.yml index 7682352df..cdcdc7e50 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 2.4.1 +version: 2.4.2 readme: README.md authors: - Ansible community