Fix stable migration dependencies for NetBox 4.6

This commit is contained in:
2026-08-19 10:06:44 +02:00
parent 4339b4a159
commit 646c67bbd2
7 changed files with 50 additions and 7 deletions
+3 -2
View File
@@ -5,10 +5,11 @@ class VMwareImporterConfig(PluginConfig):
name = "netbox_vmware_importer"
verbose_name = "VMware Importer"
description = "Synchronize VMware vSphere virtual machines into NetBox."
version = "0.3.0"
version = "0.3.1"
author = "Internal NetBox Team"
base_url = "vmware-importer"
min_version = "4.4.0"
min_version = "4.6.5"
max_version = "4.6.8"
def ready(self):
super().ready()