-
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
Release v3.2.0 #401
Merged
Merged
Release v3.2.0 #401
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
* feat(json_schema): Extend schema for anyOf fdqdn or serialNumber keys * feat(cv_device_v3): Enable serialNumber support for configlet add * feat(cv_device_v3): Enable serialNumber support for configlet remove + deploy * feat(cv_device_v3): Configure module to support serialNumber * fix(cv_device_v3.py): Change incorrect docstring * feat(cv_device_tools): Add check_mode getter&setter for CvDeviceTools * ci(pytest): Update pytest for CvDeviceTools * ci(pytest): Add debug helper env for local run of pytest * ci(pytest): Update device inventory for invalid use case * doc(mkdocs): Refresh module documentation * doc(mkdocs): Update contributing link * Bump(cvprac): Update cvprac version to >1.0.7 * Make: Fix JS for mkdoc linting * Fix(cv_device_v3): Update logic to apply_configlets to support serialNumber key * Fix(device_tools): Update DeviceElement to support HOSTNAME field * Fix(device_tools): set search_mode as default for object from user in manager entrypoint * Fix(cv_device_v3): Remove duplicate call to manager * Fix(device_tools): Update remove_configlet to support serialNumber * Make(actions): Update galaxy_importer to build collection * Make(actions): Deactivate galaxy_importer as it is broken * Fix(device_tools): Change incorrect IF to ELIF * Doc(cv_device_v3): Update with new options
Co-authored-by: Thomas Grimonet <tgrimonet@arista.com>
github-actions
bot
added
data-model changes
module: cv_device_v3
Issue related to cv_device module in v3
module_utils: cv_client
cv_client implementation issue
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
Sep 24, 2021
* Doc: Release notes for v3.2.0 * Make: update collection version in galaxy.yml
carlbuchmann
approved these changes
Sep 24, 2021
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
data-model changes
module: cv_device_v3
Issue related to cv_device module in v3
module_utils: cv_client
cv_client implementation issue
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
Release new version
3.2.0
Release Notes
Features
3834fe9
[cv_device_v3] Add serialNumber support to manage devices. (#374)Bug fixes
8ceebfd
[cv_device_v3] Correct format ID in str raising an error (#399)6ebfc91
[cv_device_v3] Update format string (#396)Documentation
afd84b0
[Doc] Fix incorrect link in README file (#394)e107842
[Doc] Update dead links to releases/v1.0.x (#402)cdd3152
[mkdoc] Update requirements & dark theme support (#388)Other changes
ed90bbe
[Make] Build system: Add changelog script (#398)6ebdcb9
[Make] Build system: Deactivate minify as workaround for Read the Doc (#397)6ebf74b
[github] Build system: Update Issue templates (#391)