Skip to content

Commit

Permalink
fix(plugin): Update minimum supported version
Browse files Browse the repository at this point in the history
Bumps the minimum NetBox version to 4.1.5 to ensure compatibility. This
prevents issues with unsupported features in earlier versions.
  • Loading branch information
pheus committed Jan 12, 2025
1 parent 94029c3 commit 50e19c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_aci_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ACIConfig(PluginConfig):
author = __author__
author_email = __email__
base_url = "aci"
min_version = "4.1.0"
min_version = "4.1.5"
max_version = "4.2.99"
default_settings = {
"create_default_aci_tenants": True,
Expand Down

0 comments on commit 50e19c6

Please sign in to comment.