Skip to content

Commit

Permalink
Bump min version 2.15 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow authored Jun 11, 2024
1 parent f2783f3 commit 2a524a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Ansible ``ansible.security`` collection is a meta collection that install al
<!--start requires_ansible-->
## Ansible version compatibility

This collection has been tested against following Ansible versions: **>=2.14.0**.
This collection has been tested against following Ansible versions: **>=2.15.0**.

Plugins and modules within a collection may be tested with only specific Ansible versions.
A collection may contain metadata that identifies these versions.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/fragments/bump_215.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
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 v2.0.0.
major_changes:
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now.
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: ">=2.14.0"
requires_ansible: ">=2.15.0"

0 comments on commit 2a524a4

Please sign in to comment.