From 6e7956ea259862eaa08f852486e470bdaa762bb3 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 5 May 2023 15:21:59 +0200 Subject: [PATCH] docs: revert announcement of EOL for stable-2 stable-2 is still support until 2023-12-01. My bad. --- CHANGELOG.rst | 8 ++------ changelogs/changelog.yaml | 9 +++------ 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 86928ea..a16c148 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,12 +11,8 @@ v2.4.1 Release Summary --------------- -Final maintenance release of ``community.mysql`` major version 2. - -Major Changes -------------- - -- The ``community.mysql`` 2.x.y release stream is now effectively End of Life. No more releases will be made. This follows the decision to support each major release for two years. This decision stems from this discussion (https://github.com/ansible-collections/community.mysql/discussions/537) +Maintenance release of ``community.mysql`` major version 2. +Only contains changes to the CI. There is no functionnal difference between 2.4.0 and 2.4.1. v2.4.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 094134e..d5e5df8 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -521,12 +521,9 @@ releases: release_date: '2023-02-08' 2.4.1: changes: - major_changes: - - The ``community.mysql`` 2.x.y release stream is now effectively End of Life. - No more releases will be made. This follows the decision to support each major - release for two years. This decision stems from this discussion (https://github.com/ansible-collections/community.mysql/discussions/537) - release_summary: Final maintenance release of ``community.mysql`` major version - 2. + release_summary: 'Maintenance release of ``community.mysql`` major version + 2. Only contains changes to the CI. There is no functionnal difference + between 2.4.0 and 2.4.1.' fragments: - 2.4.1.yml - 490_refactor_integration_tests.yml