From 75d05206dc01b24ca62dacfffa46d4ada3b04e36 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 31 Jan 2022 21:34:30 +0100 Subject: [PATCH] Release 2.5.8. --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 17 +++++++++++++++++ changelogs/fragments/2.5.8.yml | 1 - changelogs/fragments/eol.yml | 2 -- 4 files changed, 30 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/2.5.8.yml delete mode 100644 changelogs/fragments/eol.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3b7b9d2258..19140bec84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,19 @@ Community General Release Notes This changelog describes changes after version 1.0.0. +v2.5.8 +====== + +Release Summary +--------------- + +Announcement release. + +Major Changes +------------- + +- The community.general 2.x.y release stream will be **End of Life** on 2022-05-23, which coincides with the latest day that community.general 5.0.0 must be released (see `the Roadmap for Ansible 6 `_). At this point, community.general 2.0.0 has been released almost 1.5 years ago. It received new features for half a year, bugfixes for another half a year, and has only been receiving major bugfixes or security fixes until then. Please note that we `recently decided to shorten this last period from one year to roughly six months `_. Thank you very much to everyone who contributed to the 2.x.y releases! + v2.5.7 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2e039325fe..ce975a2175 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2199,3 +2199,20 @@ releases: - 3649-proxmox_group_info_TypeError.yml - 3675-xattr-handle-base64-values.yml release_date: '2021-11-09' + 2.5.8: + changes: + major_changes: + - The community.general 2.x.y release stream will be **End of Life** on 2022-05-23, + which coincides with the latest day that community.general 5.0.0 must be released + (see `the Roadmap for Ansible 6 `_). + At this point, community.general 2.0.0 has been released almost 1.5 years + ago. It received new features for half a year, bugfixes for another half a + year, and has only been receiving major bugfixes or security fixes until then. + Please note that we `recently decided to shorten this last period from one + year to roughly six months `_. + Thank you very much to everyone who contributed to the 2.x.y releases! + release_summary: Announcement release. + fragments: + - 2.5.8.yml + - eol.yml + release_date: '2022-01-31' diff --git a/changelogs/fragments/2.5.8.yml b/changelogs/fragments/2.5.8.yml deleted file mode 100644 index 0d54562cea..0000000000 --- a/changelogs/fragments/2.5.8.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Announcement release. diff --git a/changelogs/fragments/eol.yml b/changelogs/fragments/eol.yml deleted file mode 100644 index f2be2a86c6..0000000000 --- a/changelogs/fragments/eol.yml +++ /dev/null @@ -1,2 +0,0 @@ -major_changes: - - "The community.general 2.x.y release stream will be **End of Life** on 2022-05-23, which coincides with the latest day that community.general 5.0.0 must be released (see `the Roadmap for Ansible 6 `_). At this point, community.general 2.0.0 has been released almost 1.5 years ago. It received new features for half a year, bugfixes for another half a year, and has only been receiving major bugfixes or security fixes until then. Please note that we `recently decided to shorten this last period from one year to roughly six months `_. Thank you very much to everyone who contributed to the 2.x.y releases!"