Skip to content

Commit 79a234f

Browse files
authored
v4.3.0 (#642)
1 parent db76752 commit 79a234f

File tree

10 files changed

+377
-423
lines changed

10 files changed

+377
-423
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ systemctl restart netbox
5757
5858
| netbox version | netbox-topology-views version |
5959
| -------------- | ----------------------------- |
60-
| = 4.3.X | = v4.2.1 |
60+
| = 4.3.X | = v4.3.0 |
6161
| = 4.2.1 | = v4.2.1 |
6262
| = 4.2.0 | = v4.2.0 |
6363
| = 4.1.X | = v4.1.0 |

netbox-plugin.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: 0.1
22
package_name: netbox-topology-views
33
compatibility:
4+
- release: 4.3.0
5+
netbox_min: 4.3.0
6+
netbox_max: 4.3.1
47
- release: 4.2.0
58
netbox_min: 4.2.0
69
netbox_max: 4.2.1

netbox_topology_views/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class TopologyViewsConfig(PluginConfig):
55
name = "netbox_topology_views"
66
verbose_name = "Topology views"
77
description = "An plugin to render topology maps"
8-
version = "4.2.1"
8+
version = "4.3.0"
99
author = "Mattijs Vanhaverbeke"
1010
author_email = "[email protected]"
1111
base_url = "netbox_topology_views"

netbox_topology_views/static/netbox_topology_views/css/vendor.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox_topology_views/static/netbox_topology_views/js/app.js

Lines changed: 102 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox_topology_views/static/netbox_topology_views/js/images.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox_topology_views/static/netbox_topology_views/js/images.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)