generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Drop support for ansible-core<2.15 SUMMARY Remove support for ansible-core<2.15 ISSUE TYPE Feature Pull Request Reviewed-by: Mike Graves <mgraves@redhat.com> (cherry picked from commit 8363a4d) Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
- Loading branch information
1 parent
f22ffca
commit 1174fee
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
changelogs/fragments/20240530-defer-removal-and-ansible-core-support-update.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
breaking_changes: | ||
- Remove support for ``ansible-core<2.15`` (https://github.com/ansible-collections/kubernetes.core/pull/737). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
requires_ansible: '>=2.14.0' | ||
requires_ansible: '>=2.15.0' | ||
|
||
action_groups: | ||
helm: | ||
|