Skip to content

Commit

Permalink
Bump: Release v3.6.0 (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista authored Jun 27, 2022
1 parent dbb459c commit 96cf1e5
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 3 deletions.
42 changes: 42 additions & 0 deletions ansible_collections/arista/avd/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,48 @@ Arista.Avd Release Notes
.. contents:: Topics


v3.6.0
======

Release Summary
---------------

Release 3.6.0 - See documentation on avd.sh for details.


Minor Changes
-------------

- CI - fix j2lint typo delimeter -> delimiter (https://github.com/aristanetworks/ansible-avd/pull/1875)
- Feat(eos_cli_config_gen) - Add ip_directed_broadcast to vlan_interfaces (https://github.com/aristanetworks/ansible-avd/pull/1896)
- Feat(eos_cli_config_gen) - Add support for OSPF BFD sessions for adjacencies in any state (https://github.com/aristanetworks/ansible-avd/pull/1830)
- Feat(eos_cli_config_gen) - Route redistribution under router isis (https://github.com/aristanetworks/ansible-avd/pull/1811)
- Feat(eos_cli_config_gen) - SBFD configuration under Router BFD and SR-TE policy (https://github.com/aristanetworks/ansible-avd/pull/1808)
- Feat(eos_cli_config_gen) - Support bfd vtep evpn commands (https://github.com/aristanetworks/ansible-avd/pull/1857)
- Feat(eos_cli_config_gen) - Support bgp additional-paths in router_bgp vrf address-families (https://github.com/aristanetworks/ansible-avd/pull/1854)
- Feat(eos_cli_config_gen) - Support bgp missing-policy under router bgp vrf address-families (https://github.com/aristanetworks/ansible-avd/pull/1897)
- Feat(eos_cli_config_gen) - enable global dot1x functionality (https://github.com/aristanetworks/ansible-avd/pull/1801)
- Feat(eos_designs) - Structured configuration support for uplink and mlag interfaces (https://github.com/aristanetworks/ansible-avd/pull/1865)
- Feat(eos_designs) - Relax requirement of node-specific configuration (https://github.com/aristanetworks/ansible-avd/pull/1827)
- Feat(eos_designs) - Support for computing SNMP v3 engineid and hashes (https://github.com/aristanetworks/ansible-avd/pull/1868)
- Feat(eos_designs) - Support for short_esi - auto in port profiles & use of new eos_cli_config_gen data model (https://github.com/aristanetworks/ansible-avd/pull/1834)
- Feat(eos_designs) - Support raw_eos_cli key on core_interfaces (https://github.com/aristanetworks/ansible-avd/pull/1862)
- Feat(eos_designs) - add support for 7300X3 in default platforms (https://github.com/aristanetworks/ansible-avd/pull/1863)
- Feat(eos_designs,eos_cli_config_gen) - support 'switchport trunk native vlan tag' config (https://github.com/aristanetworks/ansible-avd/pull/1871)
- Feat(eos_snapshot) - Support for commands containing / character (https://github.com/aristanetworks/ansible-avd/pull/1838)
- Test(eos_cli_config_gen) - Add artifacts for router_bgp vrfs address_families peer_groups (https://github.com/aristanetworks/ansible-avd/pull/1858)

Bugfixes
--------

- Doc(eos_config_deploy_cvp) - fix the defaults values in README (https://github.com/aristanetworks/ansible-avd/pull/1902)
- Fix(eos_cli_config_gen) - VRF BGP neighbor allowas_in.enabled renders invalid config (https://github.com/aristanetworks/ansible-avd/pull/1891)
- Fix(eos_designs) - Correct pruning of vlans when no vlans are allowed (https://github.com/aristanetworks/ansible-avd/pull/1879)
- Fix(eos_designs) - Failure with OSPF underlay and mlag_peer_l3_vlan == mlag_peer_vlan (https://github.com/aristanetworks/ansible-avd/pull/1842)
- Fix(eos_designs) - Wrong passive interfaces rendered under OSPF process (https://github.com/aristanetworks/ansible-avd/pull/1893)
- Fix(eos_designs, eos_cli_config_gen) - Fix the AVD version print in virtual environments (https://github.com/aristanetworks/ansible-avd/pull/1876)
- Fix(eos_validate_state) - Follow alphabetical order on generated reports (https://github.com/aristanetworks/ansible-avd/pull/1867)

v3.5.0
======

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 3.5.0
version: 3.6.0
46 changes: 46 additions & 0 deletions ansible_collections/arista/avd/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,49 @@ releases:
name: eos_designs_facts
namespace: ''
release_date: '2022-06-03'
3.6.0:
changes:
bugfixes:
- Doc(eos_config_deploy_cvp) - fix the defaults values in README (https://github.com/aristanetworks/ansible-avd/pull/1902)
- Fix(eos_cli_config_gen) - VRF BGP neighbor allowas_in.enabled renders invalid
config (https://github.com/aristanetworks/ansible-avd/pull/1891)
- Fix(eos_designs) - Correct pruning of vlans when no vlans are allowed (https://github.com/aristanetworks/ansible-avd/pull/1879)
- Fix(eos_designs) - Failure with OSPF underlay and mlag_peer_l3_vlan == mlag_peer_vlan
(https://github.com/aristanetworks/ansible-avd/pull/1842)
- Fix(eos_designs) - Wrong passive interfaces rendered under OSPF process (https://github.com/aristanetworks/ansible-avd/pull/1893)
- Fix(eos_designs, eos_cli_config_gen) - Fix the AVD version print in virtual
environments (https://github.com/aristanetworks/ansible-avd/pull/1876)
- Fix(eos_validate_state) - Follow alphabetical order on generated reports (https://github.com/aristanetworks/ansible-avd/pull/1867)
minor_changes:
- CI - fix j2lint typo delimeter -> delimiter (https://github.com/aristanetworks/ansible-avd/pull/1875)
- Feat(eos_cli_config_gen) - Add ip_directed_broadcast to vlan_interfaces (https://github.com/aristanetworks/ansible-avd/pull/1896)
- Feat(eos_cli_config_gen) - Add support for OSPF BFD sessions for adjacencies
in any state (https://github.com/aristanetworks/ansible-avd/pull/1830)
- Feat(eos_cli_config_gen) - Route redistribution under router isis (https://github.com/aristanetworks/ansible-avd/pull/1811)
- Feat(eos_cli_config_gen) - SBFD configuration under Router BFD and SR-TE policy
(https://github.com/aristanetworks/ansible-avd/pull/1808)
- Feat(eos_cli_config_gen) - Support bfd vtep evpn commands (https://github.com/aristanetworks/ansible-avd/pull/1857)
- Feat(eos_cli_config_gen) - Support bgp additional-paths in router_bgp vrf
address-families (https://github.com/aristanetworks/ansible-avd/pull/1854)
- Feat(eos_cli_config_gen) - Support bgp missing-policy under router bgp vrf
address-families (https://github.com/aristanetworks/ansible-avd/pull/1897)
- Feat(eos_cli_config_gen) - enable global dot1x functionality (https://github.com/aristanetworks/ansible-avd/pull/1801)
- Feat(eos_designs) - Structured configuration support for uplink and mlag
interfaces (https://github.com/aristanetworks/ansible-avd/pull/1865)
- Feat(eos_designs) - Relax requirement of node-specific configuration (https://github.com/aristanetworks/ansible-avd/pull/1827)
- Feat(eos_designs) - Support for computing SNMP v3 engineid and hashes (https://github.com/aristanetworks/ansible-avd/pull/1868)
- Feat(eos_designs) - Support for short_esi - auto in port profiles & use of
new eos_cli_config_gen data model (https://github.com/aristanetworks/ansible-avd/pull/1834)
- Feat(eos_designs) - Support raw_eos_cli key on core_interfaces (https://github.com/aristanetworks/ansible-avd/pull/1862)
- Feat(eos_designs) - add support for 7300X3 in default platforms (https://github.com/aristanetworks/ansible-avd/pull/1863)
- Feat(eos_designs,eos_cli_config_gen) - support 'switchport trunk native vlan
tag' config (https://github.com/aristanetworks/ansible-avd/pull/1871)
- Feat(eos_snapshot) - Support for commands containing / character (https://github.com/aristanetworks/ansible-avd/pull/1838)
- Test(eos_cli_config_gen) - Add artifacts for router_bgp vrfs address_families
peer_groups (https://github.com/aristanetworks/ansible-avd/pull/1858)
release_summary: 'Release 3.6.0 - See documentation on avd.sh for details.
'
fragments:
- v3.6.0.yml
release_date: '2022-06-27'
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
release_summary: |
Release 3.6.0 - See documentation on avd.sh for details.
minor_changes:
- Test(eos_cli_config_gen) - Add artifacts for router_bgp vrfs address_families peer_groups (https://github.com/aristanetworks/ansible-avd/pull/1858)
- Feat(eos_designs) - Support for short_esi - auto in port profiles & use of new eos_cli_config_gen data model (https://github.com/aristanetworks/ansible-avd/pull/1834)
- Feat(eos_designs) - Support raw_eos_cli key on core_interfaces (https://github.com/aristanetworks/ansible-avd/pull/1862)
- Feat(eos_designs) - add support for 7300X3 in default platforms (https://github.com/aristanetworks/ansible-avd/pull/1863)
- Feat(eos_cli_config_gen) - enable global dot1x functionality (https://github.com/aristanetworks/ansible-avd/pull/1801)
- Feat(eos_cli_config_gen) - Support bgp additional-paths in router_bgp vrf address-families (https://github.com/aristanetworks/ansible-avd/pull/1854)
- Feat(eos_cli_config_gen) - Support bfd vtep evpn commands (https://github.com/aristanetworks/ansible-avd/pull/1857)
- CI - fix j2lint typo delimeter -> delimiter (https://github.com/aristanetworks/ansible-avd/pull/1875)
- Feat(eos_designs) - Support for computing SNMP v3 engineid and hashes (https://github.com/aristanetworks/ansible-avd/pull/1868)
- Feat(eos_snapshot) - Support for commands containing / character (https://github.com/aristanetworks/ansible-avd/pull/1838)
- Feat(eos_designs) - Relax requirement of node-specific configuration (https://github.com/aristanetworks/ansible-avd/pull/1827)
- Feat(eos_cli_config_gen) - Add support for OSPF BFD sessions for adjacencies in any state (https://github.com/aristanetworks/ansible-avd/pull/1830)
- Feat(eos_designs,eos_cli_config_gen) - support 'switchport trunk native vlan tag' config (https://github.com/aristanetworks/ansible-avd/pull/1871)
- Feat(eos_cli_config_gen) - Add ip_directed_broadcast to vlan_interfaces (https://github.com/aristanetworks/ansible-avd/pull/1896)
- Feat(eos_cli_config_gen) - Support bgp missing-policy under router bgp vrf address-families (https://github.com/aristanetworks/ansible-avd/pull/1897)
- Feat(eos_designs) - Structured configuration support for uplink and mlag interfaces (https://github.com/aristanetworks/ansible-avd/pull/1865)
- Feat(eos_cli_config_gen) - Route redistribution under router isis (https://github.com/aristanetworks/ansible-avd/pull/1811)
- Feat(eos_cli_config_gen) - SBFD configuration under Router BFD and SR-TE policy (https://github.com/aristanetworks/ansible-avd/pull/1808)
bugfixes:
- Fix(eos_designs) - Failure with OSPF underlay and mlag_peer_l3_vlan == mlag_peer_vlan (https://github.com/aristanetworks/ansible-avd/pull/1842)
- Fix(eos_validate_state) - Follow alphabetical order on generated reports (https://github.com/aristanetworks/ansible-avd/pull/1867)
- Fix(eos_designs) - Correct pruning of vlans when no vlans are allowed (https://github.com/aristanetworks/ansible-avd/pull/1879)
- Fix(eos_designs, eos_cli_config_gen) - Fix the AVD version print in virtual environments (https://github.com/aristanetworks/ansible-avd/pull/1876)
- Fix(eos_cli_config_gen) - VRF BGP neighbor allowas_in.enabled renders invalid config (https://github.com/aristanetworks/ansible-avd/pull/1891)
- Fix(eos_designs) - Wrong passive interfaces rendered under OSPF process (https://github.com/aristanetworks/ansible-avd/pull/1893)
- Doc(eos_config_deploy_cvp) - fix the defaults values in README (https://github.com/aristanetworks/ansible-avd/pull/1902)
54 changes: 53 additions & 1 deletion ansible_collections/arista/avd/docs/release-notes/3.x.x.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,61 @@
# Release Notes For Ansible AVD 3.x.x

Documentation for AVD version `3.5.0` [available here](https://www.avd.sh/en/stable/)
Documentation for AVD version `3.6.0` [available here](https://www.avd.sh/en/stable/)
Documentation for AVD version `3.5.0` [available here](https://www.avd.sh/en/v3.5.0/)
Documentation for AVD version `3.4.0` [available here](https://www.avd.sh/en/v3.4.0/)
Documentation for AVD version <= `3.3.3` [available here](https://www.avd.sh/en/releases-v3.x.x/)

## Release 3.6.0

### Fixed issues

#### Fixed issues in eos_cli_config_gen

- Fix(eos_cli_config_gen): VRF BGP neighbor allowas_in.enabled renders invalid config by @emilarista in #1891

#### Fixed issues in eos_designs

- Fix(eos_designs): Failure with OSPF underlay and mlag_peer_l3_vlan == mlag_peer_vlan by @pvinci-arista in #1842
- Fix(eos_designs): Correct pruning of vlans when no vlans are allowed by @ClausHolbechArista in #1879
- Fix(eos_designs, eos_cli_config_gen): Fix the AVD version print in virtual environments by @tgodaA in #1876
- Fix(eos_designs): Wrong passive interfaces rendered under OSPF process by @emilarista in #1893

#### Other Fixed issues

- Fix(eos_validate_state): Follow alphabetical order on generated reports by @xaviramon in #1867

### Documentation

- Doc(eos_config_deploy_cvp): fix the defaults values in README by @gmuloc in #1902

### New Features and enhancements

#### New features and enhancements in eos_cli_config_gen

- Feat(eos_cli_config_gen): enable global dot1x functionality by @mthiel117 in #1801
- Feat(eos_cli_config_gen): Support bgp additional-paths in router_bgp vrf address-families by @tgodaA in #1854
- Feat(eos_cli_config_gen): Support bfd vtep evpn commands by @tgodaA in #1857
- Feat(eos_cli_config_gen): Add support for OSPF BFD sessions for adjacencies in any state by @pvinci-arista in #1830
- Feat(eos_designs,eos_cli_config_gen): support 'switchport trunk native vlan tag' config by @gmuloc in #1871
- Feat(eos_cli_config_gen): Add ip_directed_broadcast to vlan_interfaces by @lermilov in #1896
- Feat(eos_cli_config_gen): Support bgp missing-policy under router bgp vrf address-families by @tgodaA in #1897
- Feat(eos_cli_config_gen): Route redistribution under router isis by @sengarth in #1811
- Feat(eos_cli_config_gen): SBFD configuration under Router BFD and SR-TE policy #1802 by @sengarth in #1808

#### New features and enhancements in eos_designs

- Feat(eos_designs): Support for short_esi: auto in port profiles & use of new eos_cli_config_gen data model by @jonxstill in #1834
- Feat(eos_designs): Support raw_eos_cli key on core_interfaces by @emilarista in #1862
- Feat(eos_designs): add support for 7300X3 in default platforms by @gmuloc in #1863
- Feat(eos_designs): Support for computing SNMP v3 engineid and hashes by @gmuloc in #1868
- Feat(eos_designs): Relax requirement of node-specific configuration by @ClausHolbechArista in #1827
- Feat(eos_designs): Structured configuration support for uplink and mlag interfaces by @carlbuchmann in #1865
- Feat(eos_designs,eos_cli_config_gen): support 'switchport trunk native vlan tag' config by @gmuloc in #1871

#### Other new features and enhancements

- Feat(eos_snapshot): Support for commands containing / character by @emilarista in #1838

## Release 3.5.0

### Change to requirements
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0
version: 3.6.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down

0 comments on commit 96cf1e5

Please sign in to comment.