-
Notifications
You must be signed in to change notification settings - Fork 61
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
Make: v3.3.0 #465
Conversation
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
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
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
approved these changes
Mar 7, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 codeb04a887
[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