Skip to content

Releases: aristanetworks/avd

v3.8.3

01 Mar 20:00
aff8a70
Compare
Choose a tag to compare

What's Changed

Fixed issues in eos_cli_config_gen

Fixed issues in eos_designs

Other Changes

Full Changelog: v3.8.2...v3.8.3

v4.0.0-dev5

24 Feb 15:02
46a1685
Compare
Choose a tag to compare
v4.0.0-dev5 Pre-release
Pre-release

What's Changed

Fixed issues in eos_cli_config_gen

Other Changes

Full Changelog: v4.0.0-dev4...v4.0.0-dev5

v4.0.0-dev4

17 Feb 16:30
a6bd4bb
Compare
Choose a tag to compare
v4.0.0-dev4 Pre-release
Pre-release

What's Changed

Fixed issues in eos_designs

  • Fix(eos_designs): Correct range_expand behaviour with .0 4byte ASNs by @jonxstill in #2529

Documentation

New features and enhancements in eos_cli_config_gen

  • Feat(eos_cli_config_gen): Support encapsulation for EVPN peer groups by @wnagele in #2540
  • Feat(eos_cli_config_gen): Add aaa authorization policy and dynamic by @tgodaA in #2440
  • Feat(eos_cli_config_gen): Add Sflow config for ethernet and port_channel interfaces by @UchihaItachiSama in #1805
  • Feat(eos_cli_config_gen): Support ND parameters inside router_l2_vpn the same as ARP by @wnagele in #2538
  • Feat(eos_cli_config_gen): add event-handler trigger "on-startup-config" by @bjmeuer in #2486

New features and enhancements in eos_designs

Other Changes

New Contributors

Full Changelog: v4.0.0-dev3...v4.0.0-dev4

v3.8.2

15 Feb 16:04
aa1c6f2
Compare
Choose a tag to compare

What's Changed

Fixed issues in eos_cli_config_gen

  • Fix(eos_cli_config_gen): Fix the router_multicast vrfs indentation (#2476) by @tgodaA in #2527
  • Fix(eos_cli_config_gen): Correct schema min values for terminal length/width (#2481) by @emilarista in #2528
  • Fix(eos_cli_config_gen): Add variable protection for router_bgp.as in doc template (#2503) by @ClausHolbechArista in #2535
  • Fix(eos_cli_config_gen): Relax schema for maintenance unit profile (#2492) by @gmuloc in #2532

Fixed issues in eos_designs

Documentation

Other Changes

Full Changelog: v3.8.1...v3.8.2

v4.0.0-dev3

10 Feb 16:59
9427fe3
Compare
Choose a tag to compare
v4.0.0-dev3 Pre-release
Pre-release

What's Changed

Breaking Changes

Fixed issues in eos_cli_config_gen

  • Fix(eos_cli_config_gen): Relax schema for maintenance unit profile by @gmuloc in #2492
  • Fix(eos_cli_config_gen): Add variable protection for router_bgp.as in doc template by @ClausHolbechArista in #2503

Fixed issues in eos_designs

Other Fixed issues

Documentation

New features and enhancements in eos_cli_config_gen

  • Feat(eos_cli_config_gen): Extend aaa_accounting with options for dot1x by @dmilyt in #2450

New features and enhancements in eos_designs

Other Changes

New Contributors

Full Changelog: v4.0.0-dev2...v4.0.0-dev3

v4.0.0-dev2

04 Feb 13:57
35e9234
Compare
Choose a tag to compare
v4.0.0-dev2 Pre-release
Pre-release

What's Changed

Fixed issues in eos_cli_config_gen

  • Fix(eos_cli_config_gen): Correct schema min values for terminal length/width by @emilarista in #2481
  • Fix(eos_cli_config_gen): Fix the router_multicast vrfs indentation by @tgodaA in #2476

New features and enhancements in eos_cli_config_gen

New features and enhancements in eos_designs

Other new features and enhancements

Other Changes

Full Changelog: v4.0.0-dev1...v4.0.0-dev2

v4.0.0-dev1

27 Jan 16:58
366bf55
Compare
Choose a tag to compare
v4.0.0-dev1 Pre-release
Pre-release

What's Changed

Breaking Changes

Fixed issues in eos_cli_config_gen

  • Fix(eos_cli_config_gen): Add convert_types to router ospf area id schema by @danieltudares in #2391
  • Fix(eos_cli_config_gen): Render LLDP commands on ethernet_interfaces also for port-channel members by @ClausHolbechArista in #2386
  • Fix(eos_cli_config_gen): Workaround for router-general EOS CLI issue by @tgodaA in #2408
  • Fix(eos_cli_config_gen): Update Schema for OSPF maximum paths from 32 to 128 by @RyanM-Arista in #2424

Fixed issues in eos_designs

  • Fix(eos_designs): Replace sorted with natural_sort in overlay/utils.py by @gmuloc in #2374
  • Fix(eos_designs): Handle overlapping VLAN names for l2vlans and vlan-aware-bundles by @ClausHolbechArista in #2388
  • Fix(eos_designs): overlay_rd_type with inline jinja generates incorrect config by @carlbuchmann in #2393
  • Fix(eos_designs): Detect duplicate VLAN, VRF, VNI within network_services by @ClausHolbechArista in #2411
  • Fix(eos_designs): Renders lacp fallback when port-channel mode is passive by @gmuloc in #2448
  • Fix(eos_designs): vtep_vvtep_ip doesn't generate any config by @emilarista in #2442
  • Fix(eos_designs): Fix issue with hardware_counters python code by @gmuloc in #2447
  • Fix(eos_designs): remove speed from port-channel interfaces by @carlbuchmann in #2463

Other Fixed issues

  • Fix: Logging buffered default level not required by @carlbuchmann in #2364
  • Fix(plugins): Fix bgp_utils for ansible-test sanity and update requirements by @ClausHolbechArista in #2401
  • Fix(eos_snapshot): eos snapshot produces incorrect json and yaml output by @carlbuchmann in #2426
  • Fix(eos_snapshot): Only collect cli-text commands when "text" or "markdown" are selected by @carlbuchmann in #2439
  • Fix(eos_snapshot): Conditional in tasks are not honored and support for limit by @carlbuchmann in #2457

Documentation

New features and enhancements in eos_cli_config_gen

  • Feat(eos_cli_config_gen): Add eos_cli key to management_interfaces by @gusmb in #2379
  • Feat(eos_cli_config_gen): Add arp learning bridged by @tgodaA in #2383
  • Feat(eos_cli_config_gen): Add support for load-interval on Ethernet Interfaces by @RyanM-Arista in #2428

New features and enhancements in eos_designs

  • Feat(eos_designs): Add per MACVRF EVPN domain scope by @mitchv85 in #2347

Other Changes

New Contributors

Full Changelog: v3.8.0...v4.0.0-dev1

v3.8.1

24 Jan 16:20
bf7edea
Compare
Choose a tag to compare

What's Changed

Fixed issues in eos_cli_config_gen

  • Fix(eos_cli_config_gen): Update Schema for OSPF maximum paths from 32 to 128 (#2424) by @RyanM-Arista in #2435
  • Fix(eos_cli_config_gen): Workaround for router-general EOS CLI issue (#2408) by @tgodaA in #2436

Fixed issues in eos_designs

Other Fixed issues

Other Changes

Full Changelog: v3.8.0...v3.8.1

v3.8.0

13 Jan 15:36
093fedf
Compare
Choose a tag to compare

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
  • Fix(eos_cli_config_gen): Render LLDP commands on ethernet_interfaces also for port-channel members (#2386) by @ClausHolbechArista in #2405
  • Fix(eos_cli_config_gen): Add convert_types to router ospf area id schema (#2391) by @ClausHolbechArista in #2402

Fixed issues in eos_designs

Other Fixed issues

Documentation

New features and enhancements in eos_cli_config_gen

Read more

v3.8.0-rc2

05 Jan 09:11
Compare
Choose a tag to compare
v3.8.0-rc2 Pre-release
Pre-release

What's Changed

Fixed issues in eos_designs

Other Fixed issues

Other Changes

Full Changelog: v3.8.0-rc1...v3.8.0-rc2