Skip to content

Commit

Permalink
Prepare for release 3.0.0 (#316)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwini Mhatre <[email protected]>
  • Loading branch information
ashwini-mhatre and Ashwini Mhatre authored Nov 30, 2023
1 parent 1424233 commit 23c7f10
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 0 additions & 4 deletions changelogs/fragments/update_requires_ansible.yaml

This file was deleted.

0 comments on commit 23c7f10

Please sign in to comment.