Skip to content

Commit eb54785

Browse files
authored
Release PR 6.0.0 (#395)
1 parent 7059201 commit eb54785

File tree

6 files changed

+28
-13
lines changed

6 files changed

+28
-13
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+
v6.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.16.0`. The last version known to be compatible with `ansible-core` versions below `2.16` is v5.1.2.
14+
15+
Major Changes
16+
-------------
17+
18+
- Bumping `requires_ansible` to `>=2.16.0`, since previous ansible-core versions are EoL now.
19+
720
v5.1.2
821
======
922

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,3 +491,17 @@ releases:
491491
fragments:
492492
- keep_keys_greedy.yaml
493493
release_date: "2024-09-30"
494+
6.0.0:
495+
changes:
496+
major_changes:
497+
- Bumping `requires_ansible` to `>=2.16.0`, since previous ansible-core versions
498+
are EoL now.
499+
release_summary:
500+
"With this release, the minimum required version of `ansible-core`
501+
for this collection is `2.16.0`. The last version known to be compatible with
502+
`ansible-core` versions below `2.16` is v5.1.2."
503+
fragments:
504+
- bump_216.yaml
505+
- ipaddr.yaml
506+
- test_ansibleundefined.yaml
507+
release_date: "2025-04-08"

changelogs/fragments/bump_216.yaml

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

changelogs/fragments/ipaddr.yaml

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

changelogs/fragments/test_ansibleundefined.yaml

Lines changed: 0 additions & 3 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: 5.1.2
22+
version: 6.0.0

0 commit comments

Comments
 (0)