File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ The following table shows the Netbox and Proxmox versions compatible (tested) wi
3434
3535| netbox version | proxmox version | proxbox version | proxbox-api | pynetbox-api |
3636| ------------------| -----------------| -----------------| -------------| --------------|
37+ | ------------------| -----------------| -----------------| -------------| --------------|
38+ | =v4.2.6 | >=8.3.0 | v0.0.6b2 | v0.0.2 | v0.0.2 |
3739| =v4.2.0 | >=8.3.0 | v0.0.6b1 | v0.0.1 | v0.0.1 |
3840| >= v3.4.0 | >= v6.2.0 | =v0.0.5 | | |
3941| >= v3.2.0 | >= v6.2.0 | =v0.0.4 | | |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ class ProxboxConfig(PluginConfig):
55 name = "netbox_proxbox"
66 verbose_name = "Proxbox"
77 description = "Integrates Proxmox and Netbox"
8- version = "0.0.5 "
8+ version = "0.0.6b2 "
99 author = "Emerson Felipe (@emersonfelipesp)"
1010 author_email = "emersonfelipe.2003@gmail.com"
1111 min_version = '4.2.0'
Original file line number Diff line number Diff line change 11[project ]
22name = " netbox-proxbox"
3- version = " 0.0.6b2.dev4 "
3+ version = " 0.0.6b2"
44description = " Netbox Plugin - Integrate Proxmox and Netbox"
55readme = " README.md"
66authors = [
@@ -10,6 +10,7 @@ license = "Apache-2.0"
1010requires-python = " >=3.8"
1111dependencies = [
1212 " websockets>=13.1" ,
13+ " proxbox-api==0.0.2"
1314]
1415
1516[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments