Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump: Add support for Ansible 2.18.x #719

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ansible_collections/arista/cvp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Even if the `arista.cvp` collection is integrated with the `arista.avd` collecti
The CVP collection has the following requirements:

- Python 3.9+
- Ansible Core 2.15.0 to 2.17.x
- Ansible Core 2.15.0 to 2.18.x
- Install the arista.cvp collection
- [Additional Python packages](#additional-python-dependencies)

Expand All @@ -43,7 +43,7 @@ Please check the minimum version supported by your ansible installation on the [

**Ansible version:**

- ansible-core>=2.15.0,<2.18.0
- ansible-core>=2.15.0,<2.19.0

**3rd party Python libraries:**

Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/cvp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Please check the minimum version supported by your ansible installation on the [

**Ansible version:**

- ansible-core>=2.15.0,<2.18.0
- ansible-core>=2.15.0,<2.19.0

**3rd party Python libraries:**

Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/cvp/meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
requires_ansible: '>=2.15.0,<2.18.0'
requires_ansible: '>=2.15.0,<2.19.0'
plugin_routing:
modules:
cv_facts:
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/cvp/requirements-dev-pytest.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Temp requirements for pytest testing. Required ansible-lint version as it's not compatible with Python 3.9, so it is removed.
ansible-core>=2.15.0,<2.18.0
ansible-core>=2.15.0,<2.19.0
ansible-builder
galaxy-importer>=0.3.1
pycodestyle
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/cvp/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-core>=2.15.0,<2.18.0
ansible-core>=2.15.0,<2.19.0
ansible-builder
ansible-lint>=24.7.0
galaxy-importer>=0.3.1
Expand Down
Loading