-
Notifications
You must be signed in to change notification settings - Fork 230
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
32f09d1
commit 4db11e6
Showing
7 changed files
with
169 additions
and
10 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 |
---|---|---|
|
@@ -72,4 +72,4 @@ plugins: | |
than group_vars or host_vars | ||
name: global_vars | ||
version_added: 4.0.0 | ||
version: 4.2.0 | ||
version: 4.3.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
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
24 changes: 24 additions & 0 deletions
24
ansible_collections/arista/avd/changelogs/fragments_backup/v4.3.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,24 @@ | ||
release_summary: | | ||
Release 4.2.0 - See documentation on avd.arista.com for details. | ||
bugfixes: | ||
- Fix(eos_designs) - Fix schema for BGP peers to allow shutdown key (https://github.com/aristanetworks/ansible-avd/pull/3100) | ||
- Fix(eos_designs) - Don't require "mlag_peer_l3_ipv4_pool" with full rfc5549 (https://github.com/aristanetworks/ansible-avd/pull/3106) | ||
- Fix(eos_designs) - Ensure consistent ordering of underlay route-maps (https://github.com/aristanetworks/ansible-avd/pull/3105) | ||
minor_changes: | ||
- Doc - Insert license header in all source files (https://github.com/aristanetworks/ansible-avd/pull/3092) | ||
- Doc - Minor typo fixes on internal notes documentation (https://github.com/aristanetworks/ansible-avd/pull/3093) | ||
- Doc - avd to cvaas (https://github.com/aristanetworks/ansible-avd/pull/3089) | ||
- Doc - Add license header to YAML source files. (https://github.com/aristanetworks/ansible-avd/pull/3099) | ||
- Feat(eos_cli_config_gen) - add dot1x unauthorized access/native vlan membership egress to ethernet interfaces (https://github.com/aristanetworks/ansible-avd/pull/3073) | ||
- Feat(eos_cli_config_gen) - Allow TCAM profile local file configuration (https://github.com/aristanetworks/ansible-avd/pull/2833) | ||
- Feat(eos_cli_config_gen) - Add support for "include leaked" under BGP redistribution (https://github.com/aristanetworks/ansible-avd/pull/3071) | ||
- Feat(eos_cli_config_gen) - Add Trident MMU queue (https://github.com/aristanetworks/ansible-avd/pull/2835) | ||
- Feat(eos_cli_config_gen) - Add priority flow control to qos profile (https://github.com/aristanetworks/ansible-avd/pull/2796) | ||
- Feat(eos_cli_config_gen) - Add support for ftp/tftp/telnet client source interfaces (https://github.com/aristanetworks/ansible-avd/pull/3080) | ||
- Feat(eos_cli_config_gen) - Support accounting logging (https://github.com/aristanetworks/ansible-avd/pull/3091) | ||
- Feat(eos_designs) - Add control for redistribution of MLAG peering subnet (https://github.com/aristanetworks/ansible-avd/pull/3069) | ||
- Feat(eos_designs) - Validation of structured_config (https://github.com/aristanetworks/ansible-avd/pull/3077) | ||
- Feat(eos_designs) - Add support for setting source-interfaces for management protocols (https://github.com/aristanetworks/ansible-avd/pull/3072) | ||
- Bump - Add support for Ansible 2.15.x (https://github.com/aristanetworks/ansible-avd/pull/3070) | ||
- Refactor(eos_designs) - Deprecate cvp_instance_ip in favor of cvp_instance_ips (https://github.com/aristanetworks/ansible-avd/pull/3028) | ||
- Refactor(eos_designs) - Optimize connected endpoints temp data storage (https://github.com/aristanetworks/ansible-avd/pull/3094) |
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