-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbb459c
commit 96cf1e5
Showing
6 changed files
with
172 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,4 @@ plugins: | |
shell: {} | ||
strategy: {} | ||
vars: {} | ||
version: 3.5.0 | ||
version: 3.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
ansible_collections/arista/avd/changelogs/fragments_backup/v3.6.0.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters