Skip to content

Releases: aristanetworks/avd

v3.8.0-rc1

23 Dec 13:59
3bcb733
Compare
Choose a tag to compare
v3.8.0-rc1 Pre-release
Pre-release

What's Changed

Fixed issues in eos_cli_config_gen

  • Optimize(eos_cli_config_gen): Remove lower method on boolean variables by @tgodaA in #2007
  • Fix(eos_cli_config_gen): documentation failure when enable isis on vlan-interface by @gmuloc in #2076
  • Fix(eos_cli_config_gen): Updates to schema for policy_maps by @carlbuchmann in #2177
  • Fix(eos_cli_config_gen): make description, ip and gateway optional for management_interfaces by @gmuloc in #2224

Fixed issues in eos_designs

  • Fix(eos_designs): Fix the router_isis redistribute_routes connected by @tgodaA in #2001
  • Fix(eos_designs): remove the need for mgmt_gateway by @gmuloc in #1931
  • Fix(eos_designs): Missing defined check for enable_trunk_groups by @ClausHolbechArista in #2038
  • Fix(eos_designs): Fix core_interfaces ISIS logic by @emilarista in #2078
  • Fix(eos_designs): fix wrong type being returned for mac_address_table aging-time by @gmuloc in #2103
  • Fix(eos_designs): filter.only_vlans_in_use did not configure vlans used by network_ports by @ClausHolbechArista in #2104
  • Fix(eos_designs): BGP Default Originate produced invalid key for route-map by @ClausHolbechArista in #2108
  • Fix(eos_designs): allow ':' in the description for network_ports by @gmuloc in #2225
  • Fix(eos_designs): Create mgmt interface even if no gateway is set by @ClausHolbechArista in #2246
  • Fix(eos_designs): Python import error for AristaAvdMissingVariableError by @carlbuchmann in #2295
  • Fix(eos_designs): Avoid configuring "vxlan virtual-router encapsulation mac-address mlag-system-id" when not applicable by @ClausHolbechArista in #2325
  • Fix(eos_designs): Create MLAG peer-group when needed for non-BGP underlays by @ClausHolbechArista in #2316
  • Fix(eos_designs): Minor issues in new PTP feature by @nielsjlarsen in #2331
  • Fix(eos_designs): force inband_management_vlan as integer by @carlbuchmann in #2345
  • Fix(eos_designs): Remove j2caching since it is unstable between versions by @ClausHolbechArista in #2351

Other Fixed issues

Documentation

New features and enhancements in eos_cli_config_gen

Read more

v3.8.0-dev2

26 Oct 06:52
e1b4300
Compare
Choose a tag to compare
v3.8.0-dev2 Pre-release
Pre-release

What's Changed

Fixed issues in eos_designs

  • Fix(eos_designs): allow ':' in the description for network_ports by @gmuloc in #2225

Other Fixed issues

  • Fix: Ensure get.avd.sh make script sets the correct UID by @jorisc90 in #2210

New features and enhancements in eos_cli_config_gen

New Contributors

Full Changelog: v3.8.0-dev1...v3.8.0-dev2

v3.8.0-dev1

12 Oct 10:42
c020895
Compare
Choose a tag to compare
v3.8.0-dev1 Pre-release
Pre-release

What's Changed

Fixed issues in eos_cli_config_gen

  • Optimize(eos_cli_config_gen): Remove lower method on boolean variables by @tgodaA in #2007
  • Fix(eos_cli_config_gen): documentation failure when enable isis on vlan-interface by @gmuloc in #2076
  • Fix(eos_cli_config_gen): Updates to schema for policy_maps by @carlbuchmann in #2177

Fixed issues in eos_designs

  • Fix(eos_designs): Fix the router_isis redistribute_routes connected by @tgodaA in #2001
  • Fix(eos_designs): remove the need for mgmt_gateway by @gmuloc in #1931
  • Fix(eos_designs): Missing defined check for enable_trunk_groups by @ClausHolbechArista in #2038
  • Fix(eos_designs): Fix core_interfaces ISIS logic by @emilarista in #2078
  • Fix(eos_designs): fix wrong type being returned for mac_address_table aging-time by @gmuloc in #2103
  • Fix(eos_designs): filter.only_vlans_in_use did not configure vlans used by network_ports by @ClausHolbechArista in #2104
  • Fix(eos_designs): BGP Default Originate produced invalid key for route-map by @ClausHolbechArista in #2108

Other Fixed issues

Documentation

New features and enhancements in eos_cli_config_gen

Read more

v3.8.0-dev0

27 Sep 06:03
68f86e7
Compare
Choose a tag to compare
v3.8.0-dev0 Pre-release
Pre-release
Refactor: Python formatting using Black and isort (#2098)

v3.7.0

11 Aug 12:51
878fa67
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0

27 Jun 14:34
96cf1e5
Compare
Choose a tag to compare

What's Changed

  • Test(eos_cli_config_gen): Add artifacts for router_bgp vrfs address_families peer_groups by @tgodaA in #1858
  • 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_cli_config_gen): enable global dot1x functionality by @mthiel117 in #1801
  • Fix(eos_designs): Failure with OSPF underlay and mlag_peer_l3_vlan == mlag_peer_vlan by @pvinci-arista in #1842
  • 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
  • CI: fix j2lint typo delimeter -> delimiter by @carlbuchmann in #1875
  • Fix(eos_validate_state): Follow alphabetical order on generated reports by @xaviramon in #1867
  • 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
  • Feat(eos_designs): Support for computing SNMP v3 engineid and hashes by @gmuloc in #1868
  • Feat(eos_snapshot): Support for commands containing / character by @emilarista in #1838
  • Feat(eos_designs): Relax requirement of node-specific configuration by @ClausHolbechArista in #1827
  • 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
  • Fix(eos_cli_config_gen): VRF BGP neighbor allowas_in.enabled renders invalid config by @emilarista in #1891
  • Fix(eos_designs): Wrong passive interfaces rendered under OSPF process by @emilarista in #1893
  • 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_designs): Structured configuration support for uplink and mlag interfaces by @carlbuchmann in #1865
  • Doc(eos_config_deploy_cvp): fix the defaults values in README by @gmuloc in #1902
  • 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 Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

03 Jun 13:39
cbad537
Compare
Choose a tag to compare

What's Changed

Read more

v3.4.0

08 Apr 13:38
ff4a8c6
Compare
Choose a tag to compare

What's Changed

Read more

v3.3.3

07 Mar 13:38
df455f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.3.3

v3.3.2

25 Feb 18:10
9380c85
Compare
Choose a tag to compare

What's Changed

  • Fix(eos_validate_state): Report generation fails if LLDP tests fail by @carlbuchmann in #1543
  • Doc(eos_designs): Fix typos in Monitor Session Documentation by @ccsnw in #1535

Full Changelog: v3.3.1...v3.3.2