diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 5801d635c..e6f42e754 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -211,7 +211,8 @@ jobs: - name: 'ansible-test linting' run: | cd ansible_collections/arista/cvp/ - ansible-test sanity -v --requirements --docker --python 3.6 + rm -rf molecule/ + ansible-test sanity -v --requirements --docker --python ${{ matrix.python_version }} rm -rf tests/output/ galaxy_importer: diff --git a/ansible_collections/arista/cvp/README.md b/ansible_collections/arista/cvp/README.md index b4818d608..51badbc27 100644 --- a/ansible_collections/arista/cvp/README.md +++ b/ansible_collections/arista/cvp/README.md @@ -21,10 +21,10 @@ Current active branch: | ansible-cvp | 1.0.0 | 1.1.0 | 2.0.0 & higher | | ----------- | ----- | ----- | -------------- | -| 2018.2 | X | X | X | -| 2019.x | X | X | X | -| 2020.1 | | X | X | -| >= 2020.2 | | | X | +| 2018.2 | ✅ | ✅ | ✅ | +| 2019.x | ✅ | ✅ | ✅ | +| 2020.1 | | ✅ | ✅ | +| >= 2020.2 | | | ✅ | ### Python diff --git a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md index d446c8eb8..b4c67780a 100644 --- a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md +++ b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md @@ -8,6 +8,12 @@ - On premise version higher than 2018.2.5 - Cloudvision as a Service +## Release 3.1.1 + +### Enhancements + +- Bump: Sync requirement files for ansible version (#382) + ## Release 3.1.0 ### Requirements update diff --git a/ansible_collections/arista/cvp/galaxy.yml b/ansible_collections/arista/cvp/galaxy.yml index 7b80e7ddf..f6612fb00 100644 --- a/ansible_collections/arista/cvp/galaxy.yml +++ b/ansible_collections/arista/cvp/galaxy.yml @@ -7,7 +7,7 @@ namespace: arista name: cvp # The version of the collection. Must be compatible with semantic versioning -version: 3.1.0 +version: 3.1.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/ansible_collections/arista/cvp/meta/runtime.yml b/ansible_collections/arista/cvp/meta/runtime.yml index 1609ed227..b8961b141 100644 --- a/ansible_collections/arista/cvp/meta/runtime.yml +++ b/ansible_collections/arista/cvp/meta/runtime.yml @@ -1,2 +1,2 @@ --- -requires_ansible: '>=2.10,<2.11' +requires_ansible: '>=2.9,<2.11' diff --git a/ansible_collections/arista/cvp/requirements-dev.txt b/ansible_collections/arista/cvp/requirements-dev.txt index 12ef3cc1a..57f6ce330 100644 --- a/ansible_collections/arista/cvp/requirements-dev.txt +++ b/ansible_collections/arista/cvp/requirements-dev.txt @@ -1,4 +1,4 @@ -ansible>=2.10,<2.11 +ansible>=2.9,<2.11 ansible-lint check-manifest docker==4.4.1