From 23c7f104792bfb137cc70118152045175cdc8167 Mon Sep 17 00:00:00 2001 From: Ashwini Mhatre Date: Thu, 30 Nov 2023 17:02:09 +0530 Subject: [PATCH] Prepare for release 3.0.0 (#316) Co-authored-by: Ashwini Mhatre --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ changelogs/fragments/update_requires_ansible.yaml | 4 ---- 3 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 changelogs/fragments/update_requires_ansible.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6513ce4..d92380c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Ansible Utils Collection Release Notes .. contents:: Topics +v3.0.0 +====== + +Release Summary +--------------- + +Starting from this release, the minimum `ansible-core` version this collection requires is `2.14.0`. That last known version compatible with ansible-core<2.14 is `v2.12.0`. + +Major Changes +------------- + +- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions are EoL now. + v2.12.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8a472af..9e7e832 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -378,3 +378,15 @@ releases: name: fact_diff namespace: null release_date: "2023-11-27" + 3.0.0: + changes: + major_changes: + - Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions + are EoL now. + release_summary: + Starting from this release, the minimum `ansible-core` version + this collection requires is `2.14.0`. That last known version compatible with + ansible-core<2.14 is `v2.12.0`. + fragments: + - update_requires_ansible.yaml + release_date: "2023-11-30" diff --git a/changelogs/fragments/update_requires_ansible.yaml b/changelogs/fragments/update_requires_ansible.yaml deleted file mode 100644 index 71b476f..0000000 --- a/changelogs/fragments/update_requires_ansible.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -major_changes: - - Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions are EoL now. -release_summary: Starting from this release, the minimum `ansible-core` version this collection requires is `2.14.0`. That last known version compatible with ansible-core<2.14 is `v2.12.0`.