diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6513ce40..d92380c1 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 8a472af7..9e7e8320 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 71b476f0..00000000 --- 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`.