Prepare for release 3.0.0 (#316)

Co-authored-by: Ashwini Mhatre <amhatre@amhatre-thinkpadt14sgen2i.pnq.csb>
pull/317/head v3.0.0
Ashwini Mhatre 2023-11-30 17:02:09 +05:30 committed by GitHub
parent 1424233e33
commit 23c7f10479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 4 deletions

View File

@ -5,6 +5,19 @@ Ansible Utils Collection Release Notes
.. contents:: Topics .. 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 v2.12.0
======= =======

View File

@ -378,3 +378,15 @@ releases:
name: fact_diff name: fact_diff
namespace: null namespace: null
release_date: "2023-11-27" 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"

View File

@ -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`.