Skip to content

Commit

Permalink
Merge branch 'u/hanlin-update-to-2.0.1' of github.com:nautobot/nautob…
Browse files Browse the repository at this point in the history
…ot-plugin-secrets-providers into u/hanlin-update-to-2.0.1
  • Loading branch information
HanlinMiao committed Sep 29, 2023
2 parents f7c475f + 9489ceb commit 3375a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_secrets_providers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NautobotSecretsProvidersConfig(NautobotAppConfig):
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."
base_url = "secrets"
required_settings = []
min_version = "2.0.1"
min_version = "2.0.0"
max_version = "2.9999"
default_settings = {}
caching_config = {}
Expand Down

0 comments on commit 3375a62

Please sign in to comment.