Skip to content

Commit

Permalink
Bump: Release 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann authored Mar 7, 2022
2 parents 9380c85 + 5d7f17e commit df455f4
Show file tree
Hide file tree
Showing 61 changed files with 1,719 additions and 141 deletions.
7 changes: 4 additions & 3 deletions ansible_collections/arista/avd/collections.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# collection requirements leveraged by molecule
collections:
- arista.cvp
- arista.eos
- ansible.netcommon
- name: arista.cvp
- name: arista.eos
- name: ansible.netcommon
version: ">=2.4.0,<2.6.0"
8 changes: 8 additions & 0 deletions ansible_collections/arista/avd/docs/release-notes/3.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Documentation for AVD version `3.x.x` [available here](https://www.avd.sh/en/releases-v3.x.x/)

## Release 3.3.3

### Fixed issues

- d0e081944 Fix: Set requirement for ansible.netcommon to <2.6 (#1557)
- 177957356 Fix(eos_designs): Feature interaction issues with evpn_services_l2_only (#1556)
- f60a7f5db Doc(eos_designs): Fix missing max_parallel_uplinks (#1551)

## Release 3.3.2

### Fixed issues
Expand Down
4 changes: 2 additions & 2 deletions ansible_collections/arista/avd/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: arista
name: avd

# The version of the collection. Must be compatible with semantic versioning
version: 3.3.2
version: 3.3.3

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down Expand Up @@ -39,7 +39,7 @@ tags: ['arista', 'network', 'networking', 'eos', 'avd', 'cloudvision', 'cvp']
dependencies:
"arista.cvp": ">=3.2.0"
"arista.eos": ">=3.1.0"
"ansible.netcommon": ">=2.4.0"
"ansible.netcommon": ">=2.4.0,<2.6.0"

# The URL of the originating SCM repository
repository: https://github.com/aristanetworks/ansible-avd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,6 @@ ip_igmp_snooping:
120:
enabled: false
ip_virtual_router_mac_address: 00:dc:00:00:00:0a
virtual_source_nat_vrfs:
Tenant_A_OP_Zone:
ip_address: 10.255.1.6
vxlan_interface:
Vxlan1:
description: DC1-LEAF2A_VTEP
Expand Down Expand Up @@ -742,3 +739,6 @@ vxlan_interface:
vni: 20
Tenant_C_OP_Zone:
vni: 30
virtual_source_nat_vrfs:
Tenant_A_OP_Zone:
ip_address: 10.255.1.6
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,6 @@ ip_igmp_snooping:
120:
enabled: false
ip_virtual_router_mac_address: 00:dc:00:00:00:0a
virtual_source_nat_vrfs:
Tenant_A_OP_Zone:
ip_address: 10.255.1.7
vxlan_interface:
Vxlan1:
description: DC1-LEAF2B_VTEP
Expand Down Expand Up @@ -742,3 +739,6 @@ vxlan_interface:
vni: 20
Tenant_C_OP_Zone:
vni: 30
virtual_source_nat_vrfs:
Tenant_A_OP_Zone:
ip_address: 10.255.1.7
Original file line number Diff line number Diff line change
Expand Up @@ -854,9 +854,6 @@ ip_igmp_snooping:
120:
enabled: false
ip_virtual_router_mac_address: 00:dc:00:00:00:0a
virtual_source_nat_vrfs:
Tenant_A_OP_Zone:
ip_address: 10.255.1.8
vxlan_interface:
Vxlan1:
description: DC1-SVC3A_VTEP
Expand Down Expand Up @@ -914,3 +911,6 @@ vxlan_interface:
vni: 30
Tenant_C_WAN_Zone:
vni: 31
virtual_source_nat_vrfs:
Tenant_A_OP_Zone:
ip_address: 10.255.1.8
Original file line number Diff line number Diff line change
Expand Up @@ -835,9 +835,6 @@ ip_igmp_snooping:
120:
enabled: false
ip_virtual_router_mac_address: 00:dc:00:00:00:0a
virtual_source_nat_vrfs:
Tenant_A_OP_Zone:
ip_address: 10.255.1.9
vxlan_interface:
Vxlan1:
description: DC1-SVC3B_VTEP
Expand Down Expand Up @@ -895,3 +892,6 @@ vxlan_interface:
vni: 30
Tenant_C_WAN_Zone:
vni: 31
virtual_source_nat_vrfs:
Tenant_A_OP_Zone:
ip_address: 10.255.1.9
Loading

0 comments on commit df455f4

Please sign in to comment.