From da294ff5ea405ee03ea34978a4bbacf01545a07d Mon Sep 17 00:00:00 2001 From: Ashwini Mhatre Date: Thu, 30 Nov 2023 22:15:36 +0530 Subject: [PATCH] Release 3.0.0 (#46) * Release 3.0.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README.md --------- Co-authored-by: Ashwini Mhatre Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGELOG.rst | 13 +++++++++++++ README.md | 2 +- changelogs/changelog.yaml | 12 ++++++++++++ changelogs/fragments/update_required_ansible.yaml | 4 ---- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/update_required_ansible.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4163c86..fdc0ee5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Ansible Network 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.0.0`. + +Major Changes +------------- + +- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions are EoL now. + v2.0.0 ====== diff --git a/README.md b/README.md index 519429a..4e7bd96 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The Ansible ``ansible.network`` collection is a meta collection that install all ## Ansible version compatibility -This collection has been tested against following Ansible versions: **>=2.9.10,<2.11**. +This collection has been tested against following Ansible versions: **>=2.14.0**. Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 43ff9fb..98bd4a7 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -34,3 +34,15 @@ releases: fragments: - release_2_0_0.yml release_date: "2022-11-17" + 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.0.0`. + fragments: + - update_required_ansible.yaml + release_date: "2023-11-30" diff --git a/changelogs/fragments/update_required_ansible.yaml b/changelogs/fragments/update_required_ansible.yaml deleted file mode 100644 index 8e87353..0000000 --- a/changelogs/fragments/update_required_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.0.0`.