From 88acab517d70d5c817b6d9ee769ea4d29ba76f01 Mon Sep 17 00:00:00 2001 From: Ruchi Pakhle <72685035+Ruchip16@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:17:02 +0530 Subject: [PATCH] Prepare release v5.0.0 (#355) * Prepare release v5.0.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ changelogs/fragments/bump_215.yaml | 6 ------ galaxy.yml | 2 +- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 changelogs/fragments/bump_215.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 95f5b22..53f9afd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ Ansible Utils Collection Release Notes .. contents:: Topics +v5.0.0 +====== + +Release Summary +--------------- + +With this release, the minimum required version of `ansible-core` for this collection is `2.15.0`. The last version known to be compatible with `ansible-core` versions below `2.15` is v4.1.0. + +Major Changes +------------- + +- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now. + v4.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 404d7ae..040d5fb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -436,3 +436,15 @@ releases: fragments: - ipaddress_is_global_fallback.yaml release_date: "2024-04-15" + 5.0.0: + changes: + major_changes: + - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions + are EoL now. + release_summary: + "With this release, the minimum required version of `ansible-core` + for this collection is `2.15.0`. The last version known to be compatible with + `ansible-core` versions below `2.15` is v4.1.0." + fragments: + - bump_215.yaml + release_date: "2024-06-10" diff --git a/changelogs/fragments/bump_215.yaml b/changelogs/fragments/bump_215.yaml deleted file mode 100644 index 945d711..0000000 --- a/changelogs/fragments/bump_215.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -release_summary: > - With this release, the minimum required version of `ansible-core` for this collection is `2.15.0`. - The last version known to be compatible with `ansible-core` versions below `2.15` is v4.1.0. -major_changes: - - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now. diff --git a/galaxy.yml b/galaxy.yml index cf18666..ef55113 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -19,4 +19,4 @@ tags: - data - validation - utils -version: 4.1.0 +version: 5.0.0