Skip to content

Commit 88acab5

Browse files
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>
1 parent 111b115 commit 88acab5

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Ansible Utils Collection Release Notes
44

55
.. contents:: Topics
66

7+
v5.0.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
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.
14+
15+
Major Changes
16+
-------------
17+
18+
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now.
19+
720
v4.1.0
821
======
922

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,3 +436,15 @@ releases:
436436
fragments:
437437
- ipaddress_is_global_fallback.yaml
438438
release_date: "2024-04-15"
439+
5.0.0:
440+
changes:
441+
major_changes:
442+
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
443+
are EoL now.
444+
release_summary:
445+
"With this release, the minimum required version of `ansible-core`
446+
for this collection is `2.15.0`. The last version known to be compatible with
447+
`ansible-core` versions below `2.15` is v4.1.0."
448+
fragments:
449+
- bump_215.yaml
450+
release_date: "2024-06-10"

changelogs/fragments/bump_215.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ tags:
1919
- data
2020
- validation
2121
- utils
22-
version: 4.1.0
22+
version: 5.0.0

0 commit comments

Comments
 (0)