feat: install plugins from approved source commits
This commit is contained in:
@@ -88,6 +88,8 @@ def release_json(version: str = "1.2.3", **overrides: Any) -> dict[str, Any]:
|
||||
"download_url": f"http://artifacts.test/demo_plugin-{version}-py3-none-any.whl",
|
||||
"sha256": "a" * 64,
|
||||
"artifact_size": 100,
|
||||
"artifact_kind": "wheel",
|
||||
"artifact_filename": f"demo_plugin-{version}-py3-none-any.whl",
|
||||
"commit_sha": "",
|
||||
"min_netbox_version": "4.6.5",
|
||||
"max_netbox_version": "4.6.8",
|
||||
|
||||
Reference in New Issue
Block a user