Skip to content

Commit

Permalink
Update ansible-core to 2.15.0 (#236)
Browse files Browse the repository at this point in the history
* 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
Ruchip16 and pre-commit-ci[bot] authored Jun 11, 2024
1 parent 9a1392d commit aa41197
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
changelog:
uses: ansible/ansible-content-actions/.github/workflows/changelog.yaml@main
if: github.event_name == 'pull_request'
build-import:
uses: ansible/ansible-content-actions/.github/workflows/build_import.yaml@main
ansible-lint:
uses: ansible/ansible-content-actions/.github/workflows/ansible_lint.yaml@main
sanity:
Expand All @@ -32,6 +34,7 @@ jobs:
if: ${{ always() }}
needs:
- changelog
- build-import
- sanity
- unit-galaxy
- unit-source
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Ansible Cisco ASA collection includes a variety of Ansible content to help a
<!--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**.

For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
fully qualified collection name (for example, `cisco.ios.ios`).
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 v5.0.1.
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,5 +1,5 @@
---
requires_ansible: ">=2.14.0"
requires_ansible: ">=2.15.0"
plugin_routing:
modules:
acls:
Expand Down
3 changes: 1 addition & 2 deletions test-requirements.txt
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'

0 comments on commit aa41197

Please sign in to comment.