Skip to content

Commit

Permalink
Bump: ansible collection dependencies (#3410)
Browse files Browse the repository at this point in the history
Co-authored-by: Claus Holbech <[email protected]>
  • Loading branch information
carlbuchmann and ClausHolbechArista authored Dec 11, 2023
1 parent b9e2521 commit d414f0b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
6 changes: 3 additions & 3 deletions ansible_collections/arista/avd/collections.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# collection requirements leveraged by molecule etc
collections:
- name: arista.cvp
version: ">=3.6.1"
version: ">=3.10.1"
- name: arista.eos
version: ">=6.0.1"
version: ">=7.0.0"
- name: ansible.utils
version: ">=2.10.3"
version: ">=3.0.0"
13 changes: 9 additions & 4 deletions ansible_collections/arista/avd/docs/release-notes/4.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ title: Release Notes for Ansible AVD 4.x.x

### Changes to requirements

- Minimum Python version is now 3.9
- Minimum Ansible-core version is now 2.14
- Minimum Jinja2 version is now 3.0.0
- Minimum PyYAML version is now 6.0.0
- Changed Python requirements:
- Minimum Python version 3.9
- Minimum `ansible-core` version 2.14
- Minimum `jinja2` version 3.0.0
- Minimum `PyYAML` version 6.0.0
- Changed Ansible collection requirements:
- Minimum `arista.cvp` version 3.10.1.
- Minimum `arista.eos` version 7.0.0.
- Minimum `ansible.utils` version 3.0.0.

All requirements will be enforced during each run of AVD roles.

Expand Down
6 changes: 3 additions & 3 deletions ansible_collections/arista/avd/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ tags: ['arista', 'network', 'networking', 'eos', 'avd', 'cloudvision', 'cvp']
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
"arista.cvp": ">=3.6.1"
"arista.eos": ">=6.0.1"
"ansible.utils": ">=2.10.3"
"arista.cvp": ">=3.10.1"
"arista.eos": ">=7.0.0"
"ansible.utils": ">=3.0.0"

# The URL of the originating SCM repository
repository: https://github.com/aristanetworks/ansible-avd
Expand Down

0 comments on commit d414f0b

Please sign in to comment.