This commit is contained in:
Mario
2026-03-29 10:51:01 +02:00
committed by GitHub
parent f56b8a4aec
commit 8aea42c50b
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ systemctl restart netbox
| netbox version | netbox-topology-views version | | netbox version | netbox-topology-views version |
| -------------- | ----------------------------- | | -------------- | ----------------------------- |
| = 4.5.X | = v4.5.0 | | = 4.5.X | = v4.5.1 |
| = 4.4.X | = v4.4.0 | | = 4.4.X | = v4.4.0 |
| = 4.3.X | = v4.3.0 | | = 4.3.X | = v4.3.0 |
| = 4.2.1 | = v4.2.1 | | = 4.2.1 | = v4.2.1 |
+1 -1
View File
@@ -3,7 +3,7 @@ package_name: netbox-topology-views
compatibility: compatibility:
- release: 4.5.0 - release: 4.5.0
netbox_min: 4.5.0 netbox_min: 4.5.0
netbox_max: 4.5.1 netbox_max: 4.5.5
- release: 4.4.0 - release: 4.4.0
netbox_min: 4.4.0 netbox_min: 4.4.0
netbox_max: 4.4.3 netbox_max: 4.4.3
+2 -2
View File
@@ -4,8 +4,8 @@ from netbox.plugins import PluginConfig
class TopologyViewsConfig(PluginConfig): class TopologyViewsConfig(PluginConfig):
name = "netbox_topology_views" name = "netbox_topology_views"
verbose_name = "Topology views" verbose_name = "Topology views"
description = "An plugin to render topology maps" description = "A plugin to render topology maps"
version = "4.5.0" version = "4.5.1"
author = "Mattijs Vanhaverbeke" author = "Mattijs Vanhaverbeke"
author_email = "author@example.com" author_email = "author@example.com"
base_url = "netbox_topology_views" base_url = "netbox_topology_views"
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "netbox_topology_views", "name": "netbox_topology_views",
"version": "4.5.0", "version": "4.5.1",
"scripts": { "scripts": {
"bundle": "node bundle.js", "bundle": "node bundle.js",
"bundle:styles": "node bundle.js --styles", "bundle:styles": "node bundle.js --styles",
+2 -2
View File
@@ -7,8 +7,8 @@ long_description = readme.read_text()
setup( setup(
name="netbox-topology-views", name="netbox-topology-views",
version="4.5.0", version="4.5.1",
description="An NetBox plugin to create Topology maps", description="A NetBox plugin to create Topology maps",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/mattieserver/netbox-topology-views", url="https://github.com/mattieserver/netbox-topology-views",