Prepare for release 3.0.0 (#316)
Co-authored-by: Ashwini Mhatre <amhatre@amhatre-thinkpadt14sgen2i.pnq.csb>pull/317/head v3.0.0
parent
1424233e33
commit
23c7f10479
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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`.
|
Loading…
Reference in New Issue