Skip to content

Commit

Permalink
Merge pull request #384 from aristanetworks/devel
Browse files Browse the repository at this point in the history
Release v3.1.1
  • Loading branch information
titom73 authored Jul 20, 2021
2 parents 1cadeb7 + 9e3c696 commit b551b87
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions ansible_collections/arista/cvp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/release-notes/v3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/cvp/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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,2 +1,2 @@
---
requires_ansible: '>=2.10,<2.11'
requires_ansible: '>=2.9,<2.11'
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>=2.10,<2.11
ansible>=2.9,<2.11
ansible-lint
check-manifest
docker==4.4.1
Expand Down

0 comments on commit b551b87

Please sign in to comment.