Prepare release v5.0.0 (#355)

* Prepare release v5.0.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pull/327/head^2
Ruchi Pakhle 2024-06-10 19:17:02 +05:30 committed by GitHub
parent 111b1158ec
commit 88acab517d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 26 additions and 7 deletions

View File

@ -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
======

View File

@ -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"

View File

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

View File

@ -19,4 +19,4 @@ tags:
- data
- validation
- utils
version: 4.1.0
version: 5.0.0