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

Make: v3.3.0 #465

Merged
merged 41 commits into from
Mar 8, 2022
Merged

Make: v3.3.0 #465

merged 41 commits into from
Mar 8, 2022

Conversation

titom73
Copy link
Contributor

@titom73 titom73 commented Mar 7, 2022

Change Summary

Features

  • 7cfc5f0 [Feat] Cv_facts_v3 phase 1 implementation (#430)
  • 90445c0 [Feat] Implement initial module for image management phase1 (#428)
  • d8b8b0a [cv_container_v3] Support for removing all configlets from a container (#444)
  • b26635d [cv_device_v3] Implement device reset w/ state absent (#410)
  • aa38424 [dhcp_configuration] Allow networks with an empty range in dhcpd.conf in arista.avd.dhcp_configuration (#415)

Bug fixes

  • 2b933ff [Fix] Add error handling with custom exceptions (#434)
  • b8590fa [cv_container_v3] When a container does not have configlets, has_configlets() returns True (#437)
  • 96f69c5 [cv_device_v3] Fix strict mode not inheriting configlets from containers (#424)
  • 413b822 [cv_device_v3] Fix typo in the newly introduced constants (#461)
  • c599740 [cv_facts_v3] Change released version for module (#446)

Code Refactoring

  • e59fa9c [Refactor] Pytest refactoring (#405)
  • 5456fdd [Refactor] Pytest refactoring and fixes for system test cases (#414)
  • 0c965d7 [Refactor] Removing repeated entry from the makefile in pytest refactoring code
  • b04a887 [module_utils] Create resource submodules for fields and schemas (#439)
  • 03b1a3f [module_utils] Create resource submodules for fields and schemas (#452)

Documentation

  • 8bb0957 [Doc] Announce deprecation of arista.cvp v1 modules (#429)
  • 58288d4 [Doc] Fix multiple CSS rendering (#421)
  • a5b0623 [Doc] Refactor installation page (#418)
  • b074b12 [Doc] Update CSS for better dark mode rendering (#416)
  • 7609d97 [Doc] Update image for better dark mode support (#431)
  • f5e59e1 [cv_image_v3] Add module documentation (#445)

Other changes

  • c7dca83 [Make] Build system: Ansible Execution Env update (#442)
  • c0e2191 [Make] Build system: Initial Ansible Execution Engine definition (#422)
  • 2d7b626 [actions] CI: Move to manual pre-commit step (#435)
  • 51a0c33 [actions] CI: Update 404 action after Arista Website update (#450)
  • 141e1ec [actions] CI: Update actions to create one workflow per event name (#404)
  • f97179c [ansible] CI: Fix ansible-test runtime error root cause (#438)
  • 7e26a80 [cv_image_v3] CI: Initial unit tests for CvImageTools (#447)
  • a709cec [pytest] CI: Add test cases for cv_configlet_v3 module_utils (#426)
  • a0cdfce [pytest] CI: Add test dependencies for API validation (#423)

New Contributors

Full Changelog: v3.2.0...v3.3.0

titom73 and others added 30 commits October 1, 2021 17:28
Refactor:  Pytest refactoring
….conf in arista.avd.dhcp_configuration (#415)

Co-authored-by: Thomas Grimonet <tgrimonet@arista.com>
Co-authored-by: KonikaChaurasiya-GSLab <konika-ext@arista.com>
Co-authored-by: Guillaume Vilar <guillaume.vilar@arista.com>
…configlets() returns True (#437)

Co-authored-by: Thomas Grimonet <tgrimonet@arista.com>
Co-authored-by: Thomas Grimonet <tgrimonet@arista.com>
Co-authored-by: Thomas Grimonet <tgrimonet@arista.com>
…tainer (#444)

Co-authored-by: Thomas Grimonet <tgrimonet@arista.com>
@github-actions github-actions bot added module: cv_configlet Issue related to cv_configlet module module: cv_configlet_v3 Issue related to cv_cononfiglet module in v3 module: cv_container Issue related to cv_container module module: cv_container_v3 Issue related to cv_container module in v3 module: cv_device Issue related to cv_device module module: cv_device_v3 Issue related to cv_device module in v3 module: cv_facts Issue related to cv_facts module module: cv_task Issue related to cv_task module module: cv_task_v3 Issue related to cv_tasks module in v3 module_utils: cv_client cv_client implementation issue role: ztp_configuration Issue related to ztp_configuration role type: Code quality Issue related to code quality in repository type: dependencies Issue related to repository content type: documentation Improvements or additions to documentation labels Mar 7, 2022
@carlbuchmann carlbuchmann self-requested a review March 7, 2022 18:04
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 changed the title v3.3.0 Make: v3.3.0 Mar 7, 2022
@titom73 titom73 merged commit c8783bf into releases/v3.x.x Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: cv_configlet_v3 Issue related to cv_cononfiglet module in v3 module: cv_configlet Issue related to cv_configlet module module: cv_container_v3 Issue related to cv_container module in v3 module: cv_container Issue related to cv_container module module: cv_device_v3 Issue related to cv_device module in v3 module: cv_device Issue related to cv_device module module: cv_facts Issue related to cv_facts module module: cv_task_v3 Issue related to cv_tasks module in v3 module: cv_task Issue related to cv_task module module_utils: cv_client cv_client implementation issue role: ztp_configuration Issue related to ztp_configuration role type: Code quality Issue related to code quality in repository type: dependencies Issue related to repository content type: documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants