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