Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.0.0rc2 #1236

Merged
merged 73 commits into from
Oct 1, 2021
Merged

Release v3.0.0rc2 #1236

merged 73 commits into from
Oct 1, 2021

Conversation

titom73
Copy link
Contributor

@titom73 titom73 commented Oct 1, 2021

⚠ BREAKING CHANGES

  • 244f691 [eos_cli_config_gen] Deprecate ntp_server and expand ntp data model #1091 (#1137)
  • 2e825ea [eos_cli_config_gen] Added support for snmp v1 & snmp v2c (#1050)
  • 95f89ad [eos_cli_config_gen] Add support for non-default port and protocol under logging options (#1138)
  • b639bb4 [eos_cli_config_gen] Add support for multiple virtual router addresses for vlans (#1188)
  • c9fda17 [eos_cli_config_gen] Update daemon_terminattr data model and add multi-cluster support (#1064)
  • ce7c717 [eos_designs] Add "VEOS" to default platform_settings (#1216)

Features

  • a884327 [dhcp_provisioner] Update to support new eos_designs model (#1214)
  • 97c3006 [eos_cli_config_gen,eos_designs] Add support for setting multiple secondary virtual IP addresses for vlans (#1180)
  • e0d10bb [eos_cli_config_gen] Add RADIUS Source-Interface (#1118)
  • 3dd94df [eos_cli_config_gen] Add support for AAA accounting commands (#1132)
  • d03cd26 [eos_cli_config_gen] Add support for AAA accounting system commands (#1187)
  • 1c1db3f [eos_cli_config_gen] Add support for SSH connection-limit (#1200)
  • caa3991 [eos_cli_config_gen] Add support for bgp neighbors maximum-routes (#1185)
  • 14a5fcd [eos_cli_config_gen] Add support for ip ssh client source-interface (#1212)
  • f48e19b [eos_cli_config_gen] Add support for logging synchronous (#1130)
  • b639bb4 [eos_cli_config_gen] Add support for multiple virtual router addresses for vlans (#1188)
  • 95f89ad [eos_cli_config_gen] Add support for non-default port and protocol under logging options (#1138)
  • 08c8359 [eos_cli_config_gen] Add support for redistribution of bgp routes into ospf (#1082)
  • 73a580e [eos_cli_config_gen] Added support for bgp neighbors send-community (#1184)
  • 2e825ea [eos_cli_config_gen] Added support for snmp v1 & snmp v2c (#1050)
  • f73cfdc [eos_cli_config_gen] Create maintenance configuration (#1020)
  • daf4b11 [eos_cli_config_gen] Http client source interface (#1119)
  • 828e0be [eos_cli_config_gen] Vxlan interface data model updates and enhancements (#1121)
  • b7fa3fe [eos_config_deploy_cvp] Added tag containers for Building Containers topology task (#1207)
  • 07a761a [eos_designs,eos_cli_config_gen] Add support for VPN import pruning (#1173)
  • ce7c717 [eos_designs] Add "VEOS" to default platform_settings (#1216)
  • 1713e24 [eos_designs] Add support for no pasword in BGP sessions (#1199)
  • 55471a3 [eos_designs] Add support for reusing MLAG peer vlan for IBGP/IGP peering (#1142)
  • dce79a2 [eos_designs] Add support for setting VXLAN Source interface (#1149)
  • f66a71c [eos_designs] Add support for vxlan: false on svis and l2vlans (#1191)
  • 9c0bb3e [eos_designs] Custom interface descriptions (#1156)
  • fbe1426 [eos_designs] Interface storm-control feature can be set per platform (#1201)
  • 1793c20 [plugin] Add var_type test to defined plugin (#1148)
  • 492a45d [plugin] Support natural sort based on item key values (#1147)

Bug fixes

  • f3b4cac [eos_cli_config_gen] AAA authentication on console fix (#1133)
  • d473aee [eos_cli_config_gen] Maintenance shutdown max-delay update (#1165)
  • 746b22b [eos_cli_config_gen] Variable protection in spanning tree documentation (#1230)
  • aa43294 [eos_designs,eos_cli_config_gen] Fix daemon_terminattr config with empty key (#1217)
  • c379ae5 [eos_designs] Add missing tag on output directories task (#1213)
  • bc41cbf [eos_designs] Add protection on switch_filter_tenants (#1122)
  • fcbec07 [eos_designs] Make options under SVI ip_helpers optional. (#1127)
  • c324682 [eos_designs] Modify default platform_settings for R-Series devices (#1143)
  • fec0a17 [eos_designs] Trailing zeroes removed from asdot notation ASNs (#1164)
  • 71e1697 [upgrade_tools] Avoid generating excess upgrade vars (#1135)
  • c8c8b87 [upgrade_tools] Protect usage of underlay_routing_protocol with lower (#1159)
  • 58cb38e [upgrade_tools] Set spine.bgp_as on l3leaf BGP peer_groups.x.remote_as (#1139)

Code Refactoring

  • 244f691 [eos_cli_config_gen] Deprecate ntp_server and expand ntp data model #1091 (#1137)
  • c9fda17 [eos_cli_config_gen] Update daemon_terminattr data model and add multi-cluster support (#1064)

Documentation

  • 6a10ab5 [dhcp_provisioner] Update role for supported platform (#1208)
  • df8f2b9 [eos_cli_config_gen] Fix ntp release notes (#1204)
  • 6b7b434 [eos_cli_config_gen] Fix ntp.servers typo (#1215)
  • 14634cb [eos_designs] Update & Cleanup fabric variables (#1169)

Other changes

  • 7f104ab [Make] Build system: Add changelog script for release-notes (#1124)
  • 8c621cd [Make] Build system: Deactivate minify as workaround for Read the Doc (#1197)
  • 662192a [actions] Build system: Freeze molecule action (#1178)
  • 8188a95 [actions] Build system: Move PR and Issue to 90 days (#1205)
  • 80a4a73 [actions] CI: Fix linting error (#1222)
  • 101a586 [actions] CI: Fix syntax for devel-push action (#1220)
  • c36789e [actions] CI: Implement stale process for PRs (#1189)
  • 3ae60cf [actions] CI: Update actions to create one workflow per event name (#1219)
  • 46fc495 [issue_template] Build system: Instantiate new Issue template (#1128)
  • 62cf481 [molecule] CI: Update Molecule artifacts (#1171)

daanvdsanden and others added 30 commits July 23, 2021 13:36
…s into ospf (#1082)

* OSPF: implement redistribution of bgp routes in ospf
* OSPF: update documentation table for better scale.
* Fix(eos_designs): Add protection on switch_filter_tenants

Add additional condition to use switch_filter_tenants in for loop only
if this variable is defined

* Fix(eos_designs): Update underlay_router constraints

* Update p2p-uplinks.j2

Co-authored-by: ClausHolbechArista <48674677+ClausHolbechArista@users.noreply.github.com>
* SNMP settings documentation

* AAA authentication on console miss-configured
* Avoid generating excess upgrade vars
* fix description
* update CI artifacts
* typo on l3leaf structure request change in spine
* Executing missing molecule scenarios
Co-authored-by: carl.buchmann <carl.buchmann@arista.com>
Co-authored-by: Xavier
 <xavier@arista.com>
* Fix Make ip_helpers options optional.

* Update docs
* Start(issue_template): Instantiate new Issue template

* Add feature request template

* Fix schema issue

* Add plugins & modules to the list

* Make(github): Update Issue template as per review comments
* Update readme

* Add var_type to arista.avd.defined plugin

* Typo in Readme
…ower (#1159)

Fix issue #1158. J2 used lower filter with a variable which is not
always available.
* CI(github): Add new action to attach PR to GH projects

* Update pr_labeler.yml

* Fix: Set project Allocation only when opening PR
…and add multi-cluster support (#1064)

Co-authored-by: AVD Base USER <avd-base@arista.com>
Co-authored-by: Carl Buchmann <carl.buchmann@arista.com>
Co-authored-by: Claus Holbech <holbech@arista.com>
Co-authored-by: Claus Holbech <holbech@arista.com>
Co-authored-by: ClausHolbechArista <48674677+ClausHolbechArista@users.noreply.github.com>
Co-authored-by: Carl Buchmann <carl.buchmann@arista.com>
titom73 and others added 12 commits September 27, 2021 08:18
)

* CI(actions): Update actions for PR only

* CI(actions): Add workflow for push in devel

* CI(actions): Merge PR triage workflows into one

* CI(actions): Update devel-push workflow

* fix typo

Co-authored-by: Carl Buchmann <carl.buchmann@arista.com>
* CI(actions): Fix syntax for devel-push action

* CI(actions): Fix syntax for devel-push action
…tform (#1201)

* Feat(eos_designs): interface storm-control feature can be set per platform

* adjustments for review comments

Co-authored-by: Claus Holbech <holbech@arista.com>
…e it a bit (#1192)

Co-authored-by: Carl Buchmann <carl.buchmann@arista.com>
… 3.0 (#1196)

Co-authored-by: Carl Buchmann <carl.buchmann@arista.com>
@titom73 titom73 added this to the v3.0.0rc2 milestone Oct 1, 2021
@github-actions github-actions bot added filter: natural_sort issue related to natural_sort filter plugin role: dhcp_provisioner role: eos_cli_config_gen issue related to eos_cli_config_gen role role: eos_config_deploy_cvp issue related to eos_config_deploy_cvp role role: eos_designs issue related to eos_designs role role: eos_validate_state state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated type: code quality CI and development toolset type: dependencies Pull requests that update a dependency file type: documentation Improvements or additions to documentation type: Python filters labels Oct 1, 2021
Copy link
Member

@carlbuchmann carlbuchmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@titom73 titom73 merged commit c88e771 into releases/v3.x.x Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filter: natural_sort issue related to natural_sort filter plugin New Release role: dhcp_provisioner role: eos_cli_config_gen issue related to eos_cli_config_gen role role: eos_config_deploy_cvp issue related to eos_config_deploy_cvp role role: eos_designs issue related to eos_designs role role: eos_validate_state state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated type: code quality CI and development toolset type: dependencies Pull requests that update a dependency file type: documentation Improvements or additions to documentation type: Python filters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet