-
Notifications
You must be signed in to change notification settings - Fork 42
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 v2.0.1 #267
Merged
Merged
Release v2.0.1 #267
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
Merge Main Back to Develop
This is based off code from @Eric.Jckson in nautobot/nautobot-plugin-ssot-infoblox#143.
Co-authored-by: Eric Jackson <eric-jckson@users.noreply.github.com>
Fix Infoblox import_subnets setting
Template: ``` { "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "dir": "nautobot-app", "ref": "develop", "path": null } ``` Cookie: ``` { "remote": "https://github.com/nautobot/nautobot-plugin-ssot.git", "path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-ssot", "repository_path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-ssot", "dir": "", "branch_prefix": "drift-manager", "context": { "codeowner_github_usernames": "@smith-ntc", "full_name": "Network to Code, LLC", "email": "opensource@networktocode.com", "github_org": "nautobot", "plugin_name": "nautobot_ssot", "verbose_name": "Single Source of Truth", "plugin_slug": "nautobot-ssot", "project_slug": "nautobot-plugin-ssot", "repo_url": "https://github.com/nautobot/nautobot-plugin-ssot/", "base_url": "ssot", "min_nautobot_version": "2.0.0", "max_nautobot_version": "2.9999", "camel_name": "NautobotSSOTPlugin", "project_short_description": "Nautobot Single Source of Truth", "model_class_name": "None", "open_source_license": "Apache-2.0", "docs_base_url": "https://docs.nautobot.com", "docs_app_url": "https://docs.nautobot.com/projects/ssot/en/latest", "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "_output_dir": "/opt/ntc/drift-manager/outputs", "_repo_dir": "/opt/ntc/drift-manager/outputs/.cookiecutters/cookiecutter-nautobot-app/nautobot-app", "_checkout": "develop" }, "base_branch": "develop", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.UPDATE_OR_CREATE", "post_actions": [ "PostAction.BLACK" ], "baked_commit_ref": "", "draft": true } ``` CLI Arguments: ``` { "cookie_dir": "", "input": false, "json_filename": "setup-cookie-ssot.json", "output_dir": "./outputs", "push": true, "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "template_dir": "nautobot-app", "template_ref": "develop", "pull_request": "update-or-create", "post_action": [ "black" ], "disable_post_actions": false, "draft": true } ```
Add CODEOWNERS for the various integrations
…owners Add plugin-ssot as integration code owners
Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool
fixes possible error state in nautobot_ssot_duration_seconds metric
Also added Leo as a maintainer.
Fix Documentation for Device42
- All config settings are now prefixed "ipfabric_" - All config settings are loaded in `constants.py` for reference - Fixed incorrect safe delete mode statuses
- Added section on required settings - Added section on optional settings - Added warnings for updated setting names
…ngs-2.0 IPFabric integration settings updates for 2.0
This should fix the issue detailed in #248.
jdrew82
requested review from
itdependsnetworks,
snaselj,
Kircheneer and
a team
and removed request for
a team,
itdependsnetworks,
snaselj and
Kircheneer
November 6, 2023 19:35
Kircheneer
approved these changes
Nov 7, 2023
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
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.
This PR is for cutting release v2.0.1. Here's the list of changes: