-
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.
Cookie updated by NetworkToCode Cookie Drift Manager Tool (#150)
* Cookie updated by NetworkToCode Cookie Drift Manager Tool Template: ``` { "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "dir": "nautobot-app", "ref": "refs/tags/nautobot-app-v2.3.2", "path": null } ``` Cookie: ``` { "remote": "https://github.com/nautobot/nautobot-app-secrets-providers.git", "path": "/tmp/tmpjo_t5h5a/nautobot-app-secrets-providers", "repository_path": "/tmp/tmpjo_t5h5a/nautobot-app-secrets-providers", "dir": "", "branch_prefix": "drift-manager", "context": { "codeowner_github_usernames": "@nautobot/core", "full_name": "Network to Code, LLC", "email": "[email protected]", "github_org": "nautobot", "app_name": "nautobot_secrets_providers", "verbose_name": "Secrets Providers", "app_slug": "nautobot-secrets-providers", "project_slug": "nautobot-app-secrets-providers", "repo_url": "https://github.com/nautobot/nautobot-app-secrets-providers", "base_url": "secrets-providers", "min_nautobot_version": "2.0.0", "max_nautobot_version": "2.9999", "camel_name": "NautobotSecretsProviders", "project_short_description": "Nautobot App that provides direct integrations with Enterprise secrets management systems. Provides patterns to securely fetch secrets for use by other Nautobot Apps and Nautobot Jobs.", "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": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "_output_dir": "/tmp/tmpjo_t5h5a", "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app", "_checkout": "refs/tags/nautobot-app-v2.3.2" }, "base_branch": "develop", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.CREATE", "post_actions": [ "PostAction.BLACK" ], "baked_commit_ref": "f75687d1998767d0385ff1eb722abf2044208871", "draft": true } ``` CLI Arguments: ``` { "cookie_dir": "", "input": false, "json_filename": "", "output_dir": "", "push": true, "template": "", "template_dir": "", "template_ref": "refs/tags/nautobot-app-v2.3.2", "pull_request": null, "post_action": [], "disable_post_actions": false, "draft": null } ``` * Ruff, Lock and Change fragment * Update moto to version that supports Python3.12 * Change fragment for Python 3.12 support. * fix ci workflow --------- Co-authored-by: bakebot <[email protected]> Co-authored-by: Stephen Kiely <[email protected]> Co-authored-by: Gary Snider <[email protected]>
- Loading branch information
1 parent
f6e825b
commit ec614b3
Showing
9 changed files
with
1,096 additions
and
743 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
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 @@ | ||
Added support for Python 3.12. |
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 @@ | ||
Rebaked from the cookie `nautobot-app-v2.3.2`. |
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 |
---|---|---|
@@ -1,12 +1,15 @@ | ||
--- | ||
nautobot_secrets_providers: | ||
project_name: "nautobot-secrets-providers" | ||
nautobot_ver: "2.0.0" | ||
local: false | ||
python_ver: "3.11" | ||
compose_dir: "development" | ||
compose_files: | ||
- "docker-compose.base.yml" | ||
- "docker-compose.redis.yml" | ||
- "docker-compose.postgres.yml" | ||
- "docker-compose.dev.yml" | ||
# local: false | ||
# compose_dir: "/full/path/to/nautobot-app-secrets-providers/development" | ||
|
||
# The following is an example of using MySQL as the database backend | ||
# --- | ||
# nautobot_secrets_providers: | ||
# compose_files: | ||
# - "docker-compose.base.yml" | ||
# - "docker-compose.redis.yml" | ||
# - "docker-compose.mysql.yml" | ||
# - "docker-compose.dev.yml" |
Oops, something went wrong.