-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from nautobot/next-2.0
Next 2.0 to develop
- Loading branch information
Showing
31 changed files
with
2,746 additions
and
1,466 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,31 @@ | ||
{ | ||
"cookiecutter": { | ||
"codeowner_github_usernames": "@smith-ntc", | ||
"full_name": "Network to Code, LLC", | ||
"email": "[email protected]", | ||
"github_org": "nautobot", | ||
"base_name": "secrets_providers", | ||
"plugin_name": "nautobot_secrets_providers", | ||
"verbose_name": "Nautobot's Secrets Providers Plugin", | ||
"plugin_slug": "nautobot-secrets-providers", | ||
"project_slug": "nautobot-plugin-secrets-providers", | ||
"repo_url": "https://github.com/nautobot/nautobot-plugin-secrets-providers", | ||
"base_url": "secrets-providers", | ||
"min_nautobot_version": "1.4.0", | ||
"max_nautobot_version": "1.9999", | ||
"nautobot_version": "latest", | ||
"camel_name": "NautobotSecretsProviders", | ||
"project_short_description": "Nautobot's Secrets Providers Plugin", | ||
"version": "0.1.0", | ||
"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/secrets-providers/en/latest", | ||
"_template_directory": "nautobot-plugin", | ||
"_drift_manager": { | ||
"template": "https://github.com/networktocode-llc/cookiecutter-ntc.git", | ||
"template_dir": "nautobot-plugin", | ||
"template_ref": "nautobot-plugin-v1.0", | ||
"cookie_dir": "", | ||
"branch_prefix": "drift-manager" | ||
"cookiecutter": { | ||
"codeowner_github_usernames": "@smith-ntc", | ||
"full_name": "Network to Code, LLC", | ||
"email": "[email protected]", | ||
"github_org": "nautobot", | ||
"plugin_name": "nautobot_secrets_providers", | ||
"verbose_name": "Nautobot's Secrets Providers Plugin", | ||
"plugin_slug": "nautobot-secrets-providers", | ||
"project_slug": "nautobot-plugin-secrets-providers", | ||
"repo_url": "https://github.com/nautobot/nautobot-plugin-secrets-providers", | ||
"base_url": "secrets-providers", | ||
"min_nautobot_version": "1.4.0", | ||
"max_nautobot_version": "1.9999", | ||
"nautobot_version": "latest", | ||
"camel_name": "NautobotSecretsProviders", | ||
"project_short_description": "Nautobot's Secrets Providers Plugin", | ||
"version": "0.1.0", | ||
"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/secrets-providers/en/latest", | ||
"_drift_manager": { | ||
"template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", | ||
"template_dir": "nautobot-app", | ||
"template_ref": "develop", | ||
"cookie_dir": "", | ||
"branch_prefix": "drift-manager" | ||
} | ||
} | ||
} | ||
} |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -306,3 +306,5 @@ invoke.yml | |
docs/README.md | ||
docs/CHANGELOG.md | ||
public | ||
/compose.yaml | ||
/dump.sql |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ rules: | |
quote-type: "double" | ||
ignore: | | ||
.venv/ | ||
compose.yaml |
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Compatibility Matrix | ||
|
||
!!! warning "Developer Note - Remove Me!" | ||
Explain how the release models of the plugin and of Nautobot work together, how releases are supported, how features and older releases are deprecated etc. | ||
|
||
| Nautobot's Secrets Providers Plugin Version | Nautobot First Support Version | Nautobot Last Support Version | | ||
| ------------- | -------------------- | ------------- | | ||
| 1.0.X | 1.4.0 | 1.99.99 | |
Oops, something went wrong.