-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ansible-core to 2.15.0 (#236)
* Update ansible-core to 2.15 * Update * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update test-requirements.txt * add build job * add flake8 back --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9a1392d
commit aa41197
Showing
5 changed files
with
12 additions
and
4 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
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
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,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 v5.0.1. | ||
major_changes: | ||
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now. |
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" | ||
plugin_routing: | ||
modules: | ||
acls: | ||
|
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,8 +1,7 @@ | ||
black==23.3.0 ; python_version >= '3.7' | ||
flake8 | ||
mock ; python_version < '3.5' | ||
pexpect | ||
pytest-xdist | ||
yamllint | ||
pytest-xdist | ||
pytest-ansible ; python_version >= '3.9' | ||
git+https://github.com/ansible-community/pytest-ansible-units.git ; python_version < '3.9' |