-
Notifications
You must be signed in to change notification settings - Fork 212
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
Showing
7 changed files
with
181 additions
and
2 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.1.0 | ||
version: 4.2.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
31 changes: 31 additions & 0 deletions
31
ansible_collections/arista/avd/changelogs/fragments_backup/v4.2.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,31 @@ | ||
release_summary: | | ||
Release 4.2.0 - See documentation on avd.arista.com for details. | ||
bugfixes: | ||
- Fix(eos_cli_config_gen) - Force domain_identifier to be a string (https://github.com/aristanetworks/ansible-avd/pull/2997) | ||
- Fix(eos_cli_config_gen) - Fixing management_api_http.protocol_https_certificate error (https://github.com/aristanetworks/ansible-avd/pull/3023) | ||
- Fix(eos_cli_config_gen) - Relax schema for empty prefix-lists (https://github.com/aristanetworks/ansible-avd/pull/3008) | ||
- Fix(eos_cli_config_gen) - Fix router_isis.instance schema (https://github.com/aristanetworks/ansible-avd/pull/3050) | ||
- Fix(eos_cli_config_gen) - Support vars on play via `vars` or `vars_files` (https://github.com/aristanetworks/ansible-avd/pull/2999) | ||
- Fix(eos_designs) - Incorrect type for ospf.area in network services keys (https://github.com/aristanetworks/ansible-avd/pull/2998) | ||
- Fix(eos_designs) - Duplicate neighbor_interfaces in rfc5549 design when multiple uplinks to the same Spine (https://github.com/aristanetworks/ansible-avd/pull/3054) | ||
- Fix(eos_config_deploy_cvp) - device_filter is not behaving correctly if input is a string (https://github.com/aristanetworks/ansible-avd/pull/3046) | ||
minor_changes: | ||
- Doc(eos_designs, eos_cli_config_gen) - Various doc improvements (https://github.com/aristanetworks/ansible-avd/pull/3001) | ||
- Feat(eos_cli_config_gen) - Generate sFlow egress commands (https://github.com/aristanetworks/ansible-avd/pull/2767) | ||
- Feat(eos_cli_config_gen) - add support for password complexity policies (https://github.com/aristanetworks/ansible-avd/pull/2991) | ||
- Feat(eos_cli_config_gen) - Add global logging event storm-control (https://github.com/aristanetworks/ansible-avd/pull/2994) | ||
- Feat(eos_cli_config_gen) - Flow tracking table size (https://github.com/aristanetworks/ansible-avd/pull/2838) | ||
- Feat(eos_cli_config_gen) - ECN Propagation (https://github.com/aristanetworks/ansible-avd/pull/2841) | ||
- Feat(eos_cli_config_gen) - Add support for eos_cli under router_ospf process ids (https://github.com/aristanetworks/ansible-avd/pull/3035) | ||
- Feat(eos_designs) - Fabric IP Addressing MLAG same_subnet addressing algorithm (https://github.com/aristanetworks/ansible-avd/pull/2987) | ||
- Feat(eos_designs) - Adding structured_config to l3_edge P2P_links (https://github.com/aristanetworks/ansible-avd/pull/3017) | ||
- Feat(eos_designs) - Sflow configuration at fabric level (https://github.com/aristanetworks/ansible-avd/pull/2775) | ||
- Feat(eos_designs,eos_cli_config_gen) - Add hostname to structured configuration (https://github.com/aristanetworks/ansible-avd/pull/3016) | ||
- Feat(plugins) - Make setting of switch fact optional for yaml_templates_to_facts (https://github.com/aristanetworks/ansible-avd/pull/3022) | ||
- Feat(dhcp_provisioner) - Adding support for automatic dict_to_list conversion in ztp_configuration template (https://github.com/aristanetworks/ansible-avd/pull/3012) | ||
- Refactor(eos_designs) - Combine core_interfaces and l3_edge python_modules (https://github.com/aristanetworks/ansible-avd/pull/3003) | ||
- Refactor - Adjust pyavd API and requirements (https://github.com/aristanetworks/ansible-avd/pull/3018) | ||
- Bump - Pre-release v4.2.0-dev1 (https://github.com/aristanetworks/ansible-avd/pull/3032) | ||
- Refactor(eos_designs) - Using common method for raising duplicate detection error in python_modules (https://github.com/aristanetworks/ansible-avd/pull/3033) | ||
- Bump - Pre-release v4.2.0-dev2 (https://github.com/aristanetworks/ansible-avd/pull/3060) | ||
- Refactor(eos_designs) - Deprecating port_channel.short_esi under connected_endpoints (https://github.com/aristanetworks/ansible-avd/pull/3027) |
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